HomeSort by: relevance | last modified time | path
    Searched refs:VGE_EECSR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
if_vge.c 377 CSR_SETBIT_1(sc, VGE_EECSR, VGE_EECSR_EMBP/*| VGE_EECSR_ECS*/);
400 CSR_CLRBIT_1(sc, VGE_EECSR, VGE_EECSR_EMBP/*| VGE_EECSR_ECS*/);
737 CSR_SETBIT_1(sc, VGE_EECSR, VGE_EECSR_RELOAD);
741 if ((CSR_READ_1(sc, VGE_EECSR) & VGE_EECSR_RELOAD) == 0)
if_vgereg.h 135 #define VGE_EECSR 0x93 /* EEPROM control/status */

Completed in 14 milliseconds