Lines Matching refs:mi_mode
1116 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_readphy()
1118 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_readphy()
1153 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_readphy()
1154 tw32_f(MAC_MI_MODE, tp->mi_mode); in __tg3_readphy()
1179 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_writephy()
1181 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_writephy()
1212 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_writephy()
1213 tw32_f(MAC_MI_MODE, tp->mi_mode); in __tg3_writephy()
1487 tp->mi_mode &= ~MAC_MI_MODE_AUTO_POLL; in tg3_mdio_start()
1488 tw32_f(MAC_MI_MODE, tp->mi_mode); in tg3_mdio_start()
4779 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in tg3_setup_copper_phy()
4781 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in tg3_setup_copper_phy()
5033 tp->mi_mode |= MAC_MI_MODE_AUTO_POLL; in tg3_setup_copper_phy()
5034 tw32_f(MAC_MI_MODE, tp->mi_mode); in tg3_setup_copper_phy()
16724 tp->mi_mode = MAC_MI_MODE_500KHZ_CONST; in tg3_get_invariants()
16726 tp->mi_mode = MAC_MI_MODE_BASE; in tg3_get_invariants()