Home
last modified time | relevance | path

Searched defs:E1000_WRITE_FLUSH (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000_osdep.h106 #define E1000_WRITE_FLUSH(a) (void)E1000_READ_REG(a, E1000_STATUS) macro
/illumos-gate/usr/src/uts/common/io/igb/
H A De1000_osdep.h111 #define E1000_WRITE_FLUSH(a) (void) E1000_READ_REG(a, E1000_STATUS) macro
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000.c168 #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} macro