Searched refs:HOSTCC_MODE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 1032 tw32(HOSTCC_MODE, tp->coal_now); in tg3_enable_ints() 1077 tw32(HOSTCC_MODE, tp->coalesce_mode | in tg3_int_reenable() 6422 tg3_rd32_loop(tp, regs, HOSTCC_MODE, 0x100); in tg3_dump_legacy_regs() 7219 tw32_f(HOSTCC_MODE, tp->coal_now); in tg3_poll_work() 7280 tw32(HOSTCC_MODE, tp->coalesce_mode | in tg3_poll_msix() 8938 err |= tg3_stop_block(tp, HOSTCC_MODE, HOSTCC_MODE_ENABLE, silent); in tg3_abort_hw() 10398 tw32(HOSTCC_MODE, 0); in tg3_reset_hw() 10400 if (!(tr32(HOSTCC_MODE) & HOSTCC_MODE_ENABLE)) in tg3_reset_hw() 10429 tw32(HOSTCC_MODE, HOSTCC_MODE_ENABLE | tp->coalesce_mode); in tg3_reset_hw() 11015 tr32(HOSTCC_MODE); in tg3_timer() [all...] |
H A D | tg3.h | 1218 #define HOSTCC_MODE 0x00003c00 macro
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | tg3.c | 1033 tw32(HOSTCC_MODE, tp->coal_now); in tg3_enable_ints() 1078 tw32(HOSTCC_MODE, tp->coalesce_mode | in tg3_int_reenable() 6407 tg3_rd32_loop(tp, regs, HOSTCC_MODE, 0x100); in tg3_dump_legacy_regs() 7205 tw32_f(HOSTCC_MODE, tp->coal_now); in tg3_poll_work() 7266 tw32(HOSTCC_MODE, tp->coalesce_mode | in tg3_poll_msix() 8923 err |= tg3_stop_block(tp, HOSTCC_MODE, HOSTCC_MODE_ENABLE, silent); in tg3_abort_hw() 10382 tw32(HOSTCC_MODE, 0); in tg3_reset_hw() 10384 if (!(tr32(HOSTCC_MODE) & HOSTCC_MODE_ENABLE)) in tg3_reset_hw() 10413 tw32(HOSTCC_MODE, HOSTCC_MODE_ENABLE | tp->coalesce_mode); in tg3_reset_hw() 10999 tr32(HOSTCC_MODE); in tg3_timer() [all...] |
H A D | tg3.h | 1218 #define HOSTCC_MODE 0x00003c00 macro
|
Completed in 47 milliseconds