Lines Matching refs:mi_mode
177 tw32_carefully(MAC_MI_MODE, tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL); in tg3_readphy()
207 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_readphy()
217 tw32_carefully(MAC_MI_MODE, tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL); in tg3_writephy()
243 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_writephy()
681 tp->mi_mode = MAC_MI_MODE_BASE; in tg3_setup_copper_phy()
682 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_setup_copper_phy()
854 tp->mi_mode |= MAC_MI_MODE_AUTO_POLL; in tg3_setup_copper_phy()
855 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_setup_copper_phy()
2151 tp->mi_mode = MAC_MI_MODE_BASE; in tg3_setup_hw()
2152 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_setup_hw()
2742 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_get_invariants()
3191 tp->mi_mode = MAC_MI_MODE_BASE; in tg3_probe()