Searched refs:_tw32_flush (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/net/ethernet/broadcom/ |
D | tg3.c | 569 static void _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) in _tw32_flush() function 625 #define tw32_f(reg, val) _tw32_flush(tp, (reg), (val), 0) 626 #define tw32_wait_f(reg, val, us) _tw32_flush(tp, (reg), (val), (us))
|