Searched refs:_tw32_flush (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 565 static void _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) in _tw32_flush() function 621 #define tw32_f(reg, val) _tw32_flush(tp, (reg), (val), 0) 622 #define tw32_wait_f(reg, val, us) _tw32_flush(tp, (reg), (val), (us))
|