Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/sun/
H A Dsunhme.c994 u32 tconfig; in happy_meal_tcvr_reset() local
997 tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_tcvr_reset()
998 ASD("tcfg=%08x\n", tconfig); in happy_meal_tcvr_reset()
1000 hme_write32(hp, tregs + TCVR_CFG, tconfig & ~(TCV_CFG_PSELECT)); in happy_meal_tcvr_reset()
1011 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT); in happy_meal_tcvr_reset()
1015 if (tconfig & TCV_CFG_MDIO1) { in happy_meal_tcvr_reset()
1016 hme_write32(hp, tregs + TCVR_CFG, (tconfig | TCV_CFG_PSELECT)); in happy_meal_tcvr_reset()
1025 hme_write32(hp, tregs + TCVR_CFG, (tconfig & ~(TCV_CFG_PSELECT))); in happy_meal_tcvr_reset()
1088 unsigned long tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_transceiver_check() local
1091 ASD("tcfg=%08lx\n", tconfig); in happy_meal_transceiver_check()
[all …]