Searched refs:mi_mode (Results 1 – 2 of 2) sorted by relevance
1122 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_readphy()1124 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_readphy()1159 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_readphy()1160 tw32_f(MAC_MI_MODE, tp->mi_mode); in __tg3_readphy()1185 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_writephy()1187 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_writephy()1218 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_writephy()1219 tw32_f(MAC_MI_MODE, tp->mi_mode); in __tg3_writephy()1493 tp->mi_mode &= ~MAC_MI_MODE_AUTO_POLL; in tg3_mdio_start()1494 tw32_f(MAC_MI_MODE, tp->mi_mode); in tg3_mdio_start()[all …]
3254 u32 mi_mode; member