Home
last modified time | relevance | path

Searched refs:_tw32_flush (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c564 static void _tw32_flush(struct tg3 *tp, u32 off, u32 val, u32 usec_wait) in _tw32_flush() function
620 #define tw32_f(reg, val) _tw32_flush(tp, (reg), (val), 0)
621 #define tw32_wait_f(reg, val, us) _tw32_flush(tp, (reg), (val), (us))
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c565 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))

Completed in 34 milliseconds