Searched defs:E1000_WRITE_FLUSH (Results 1 – 3 of 3) sorted by relevance
106 #define E1000_WRITE_FLUSH(a) (void)E1000_READ_REG(a, E1000_STATUS) macro
111 #define E1000_WRITE_FLUSH(a) (void) E1000_READ_REG(a, E1000_STATUS) macro
168 #define E1000_WRITE_FLUSH(a) {uint32_t x; x = E1000_READ_REG(a, STATUS);} macro [all...]