Home
last modified time | relevance | path

Searched refs: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()
701 tp->mi_mode = MAC_MI_MODE_BASE; in tg3_setup_copper_phy()
702 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_setup_copper_phy()
874 tp->mi_mode |= MAC_MI_MODE_AUTO_POLL; in tg3_setup_copper_phy()
875 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_setup_copper_phy()
2230 tp->mi_mode = MAC_MI_MODE_BASE; in tg3_setup_hw()
2231 tw32_carefully(MAC_MI_MODE, tp->mi_mode); in tg3_setup_hw()
[all …]
Dtg3.h2009 uint32_t mi_mode; member