Searched refs:tconfig (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/net/ethernet/sun/ |
D | sunhme.c | 970 u32 tconfig; in happy_meal_tcvr_reset() local 973 tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_tcvr_reset() 974 ASD(("happy_meal_tcvr_reset: tcfg<%08lx> ", tconfig)); in happy_meal_tcvr_reset() 977 hme_write32(hp, tregs + TCVR_CFG, tconfig & ~(TCV_CFG_PSELECT)); in happy_meal_tcvr_reset() 989 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT); in happy_meal_tcvr_reset() 993 if (tconfig & TCV_CFG_MDIO1) { in happy_meal_tcvr_reset() 995 hme_write32(hp, tregs + TCVR_CFG, (tconfig | TCV_CFG_PSELECT)); in happy_meal_tcvr_reset() 1005 hme_write32(hp, tregs + TCVR_CFG, (tconfig & ~(TCV_CFG_PSELECT))); in happy_meal_tcvr_reset() 1068 unsigned long tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_transceiver_check() local 1070 ASD(("happy_meal_transceiver_check: tcfg=%08lx ", tconfig)); in happy_meal_transceiver_check() [all …]
|