Lines Matching refs:tconfig
994 u32 tconfig;
997 tconfig = hme_read32(hp, tregs + TCVR_CFG);
998 ASD("tcfg=%08x\n", tconfig);
1000 hme_write32(hp, tregs + TCVR_CFG, tconfig & ~(TCV_CFG_PSELECT));
1011 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT);
1015 if (tconfig & TCV_CFG_MDIO1) {
1016 hme_write32(hp, tregs + TCVR_CFG, (tconfig | TCV_CFG_PSELECT));
1025 hme_write32(hp, tregs + TCVR_CFG, (tconfig & ~(TCV_CFG_PSELECT)));
1088 unsigned long tconfig = hme_read32(hp, tregs + TCVR_CFG);
1091 ASD("tcfg=%08lx\n", tconfig);
1093 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT);
1100 tconfig & ~(TCV_CFG_PSELECT));