Home
last modified time | relevance | path

Searched refs:MAC_MI_MODE (Results 1 – 2 of 2) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/
Dtg3.c185 tw32_carefully(MAC_MI_MODE, tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL); in tg3_readphy()
215 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_readphy()
225 tw32_carefully(MAC_MI_MODE, tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL); in tg3_writephy()
251 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_writephy()
702 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_setup_copper_phy()
875 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_setup_copper_phy()
2231 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_setup_hw()
2835 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_get_invariants()
Dtg3.h462 #define MAC_MI_MODE 0x00000454 macro