Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/sun/
Dsunhme.c951 u32 tconfig; in happy_meal_tcvr_reset() local
954 tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_tcvr_reset()
955 ASD(("happy_meal_tcvr_reset: tcfg<%08lx> ", tconfig)); in happy_meal_tcvr_reset()
958 hme_write32(hp, tregs + TCVR_CFG, tconfig & ~(TCV_CFG_PSELECT)); in happy_meal_tcvr_reset()
970 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT); in happy_meal_tcvr_reset()
974 if (tconfig & TCV_CFG_MDIO1) { in happy_meal_tcvr_reset()
976 hme_write32(hp, tregs + TCVR_CFG, (tconfig | TCV_CFG_PSELECT)); in happy_meal_tcvr_reset()
986 hme_write32(hp, tregs + TCVR_CFG, (tconfig & ~(TCV_CFG_PSELECT))); in happy_meal_tcvr_reset()
1049 unsigned long tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_transceiver_check() local
1051 ASD(("happy_meal_transceiver_check: tcfg=%08lx ", tconfig)); in happy_meal_transceiver_check()
[all …]