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