Searched refs:VGE_EECSR (Results 1 – 2 of 2) sorted by relevance
136 #define VGE_EECSR 0x93 /* EEPROM control/status */ macro
248 CSR_SETBIT_1(sc, VGE_EECSR, VGE_EECSR_EMBP/*|VGE_EECSR_ECS*/); in vge_eeprom_getword()272 CSR_CLRBIT_1(sc, VGE_EECSR, VGE_EECSR_EMBP/*|VGE_EECSR_ECS*/); in vge_eeprom_getword()1058 CSR_WRITE_1(sc, VGE_EECSR, VGE_EECSR_RELOAD); in vge_attach()1061 if ((CSR_READ_1(sc, VGE_EECSR) & VGE_EECSR_RELOAD) == 0) in vge_attach()