Searched refs:MAC_MI_MODE_AUTO_POLL (Results 1 – 2 of 2) sorted by relevance
1125 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_readphy()1127 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_readphy()1162 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_readphy()1188 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_writephy()1190 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_writephy()1221 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_writephy()1496 tp->mi_mode &= ~MAC_MI_MODE_AUTO_POLL; in tg3_mdio_start()4775 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in tg3_setup_copper_phy()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()
497 #define MAC_MI_MODE_AUTO_POLL 0x00000010 macro