Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/broadcom/
H A Dtg3.c1127 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_readphy()
1163 tw32_f(MAC_MI_MODE, tp->mi_mode); in __tg3_readphy()
1190 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_writephy()
1222 tw32_f(MAC_MI_MODE, tp->mi_mode); in __tg3_writephy()
1496 tp->mi_mode &= ~MAC_MI_MODE_AUTO_POLL; in tg3_mdio_start()
1497 tw32_f(MAC_MI_MODE, tp->mi_mode); in tg3_mdio_start()
4777 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in tg3_setup_copper_phy()
5029 tp->mi_mode |= MAC_MI_MODE_AUTO_POLL; in tg3_setup_copper_phy()
5030 tw32_f(MAC_MI_MODE, tp->mi_mode); in tg3_setup_copper_phy()
16887 tp->mi_mode = MAC_MI_MODE_500KHZ_CONST; in tg3_get_invariants()
[all …]
H A Dtg3.h3255 u32 mi_mode; member