Searched refs:mi_mode (Results 1 – 2 of 2) sorted by relevance
1128 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_readphy()1130 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_readphy()1165 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_readphy()1166 tw32_f(MAC_MI_MODE, tp->mi_mode); in __tg3_readphy()1191 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_writephy()1193 (tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)); in __tg3_writephy()1224 if ((tp->mi_mode & MAC_MI_MODE_AUTO_POLL) != 0) { in __tg3_writephy()1225 tw32_f(MAC_MI_MODE, tp->mi_mode); in __tg3_writephy()1499 tp->mi_mode &= ~MAC_MI_MODE_AUTO_POLL; in tg3_mdio_start()1500 tw32_f(MAC_MI_MODE, tp->mi_mode); in tg3_mdio_start()[all …]
3254 u32 mi_mode; member