Home
last modified time | relevance | path

Searched refs:HOSTCC_MODE (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/broadcom/
Dtg3.c1024 tw32(HOSTCC_MODE, tp->coal_now); in tg3_enable_ints()
1070 tw32(HOSTCC_MODE, tp->coalesce_mode | in tg3_int_reenable()
6400 tg3_rd32_loop(tp, regs, HOSTCC_MODE, 0x100); in tg3_dump_legacy_regs()
7192 tw32_f(HOSTCC_MODE, tp->coal_now); in tg3_poll_work()
7253 tw32(HOSTCC_MODE, tp->coalesce_mode | in tg3_poll_msix()
8906 err |= tg3_stop_block(tp, HOSTCC_MODE, HOSTCC_MODE_ENABLE, silent); in tg3_abort_hw()
10340 tw32(HOSTCC_MODE, 0); in tg3_reset_hw()
10342 if (!(tr32(HOSTCC_MODE) & HOSTCC_MODE_ENABLE)) in tg3_reset_hw()
10371 tw32(HOSTCC_MODE, HOSTCC_MODE_ENABLE | tp->coalesce_mode); in tg3_reset_hw()
10942 tr32(HOSTCC_MODE); in tg3_timer()
[all …]
Dtg3.h1210 #define HOSTCC_MODE 0x00003c00 macro