Lines Matching refs:mi_mode
1134 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_readphy()
1136 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_readphy()
1171 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_readphy()
1172 tw32_f(MAC_MI_MODE, tp->mi_mode); in __tg3_readphy()
1197 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_writephy()
1199 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_writephy()
1230 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_writephy()
1231 tw32_f(MAC_MI_MODE, tp->mi_mode); in __tg3_writephy()
1505 tp->mi_mode &= ~MAC_MI_MODE_AUTO_POLL; in tg3_mdio_start()
1506 tw32_f(MAC_MI_MODE, tp->mi_mode); in tg3_mdio_start()
4795 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in tg3_setup_copper_phy()
4797 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in tg3_setup_copper_phy()
5049 tp->mi_mode |= MAC_MI_MODE_AUTO_POLL; in tg3_setup_copper_phy()
5050 tw32_f(MAC_MI_MODE, tp->mi_mode); in tg3_setup_copper_phy()
16799 tp->mi_mode = MAC_MI_MODE_500KHZ_CONST; in tg3_get_invariants()
16801 tp->mi_mode = MAC_MI_MODE_BASE; in tg3_get_invariants()