Lines Matching refs:tconfig
994 u32 tconfig; in happy_meal_tcvr_reset() local
997 tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_tcvr_reset()
998 ASD(("happy_meal_tcvr_reset: tcfg<%08lx> ", tconfig)); in happy_meal_tcvr_reset()
1001 hme_write32(hp, tregs + TCVR_CFG, tconfig & ~(TCV_CFG_PSELECT)); in happy_meal_tcvr_reset()
1013 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT); in happy_meal_tcvr_reset()
1017 if (tconfig & TCV_CFG_MDIO1) { in happy_meal_tcvr_reset()
1019 hme_write32(hp, tregs + TCVR_CFG, (tconfig | TCV_CFG_PSELECT)); in happy_meal_tcvr_reset()
1029 hme_write32(hp, tregs + TCVR_CFG, (tconfig & ~(TCV_CFG_PSELECT))); in happy_meal_tcvr_reset()
1092 unsigned long tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_transceiver_check() local
1094 ASD(("happy_meal_transceiver_check: tcfg=%08lx ", tconfig)); in happy_meal_transceiver_check()
1099 if (tconfig & TCV_CFG_MDIO1) { in happy_meal_transceiver_check()
1105 tconfig &= ~(TCV_CFG_PENABLE); in happy_meal_transceiver_check()
1106 tconfig |= TCV_CFG_PSELECT; in happy_meal_transceiver_check()
1107 hme_write32(hp, tregs + TCVR_CFG, tconfig); in happy_meal_transceiver_check()
1133 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT); in happy_meal_transceiver_check()
1140 tconfig & ~(TCV_CFG_PSELECT)); in happy_meal_transceiver_check()