Home
last modified time | relevance | path

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

/drivers/net/ethernet/sun/
Dsunhme.c311 ret = hme_read32(hp, tregs + TCVR_CFG);
327 retval = hme_read32(hp, tregs + TCVR_CFG); in BB_GET_BIT2()
950 hme_write32(hp, tregs + TCVR_CFG, in happy_meal_poll_stop()
951 hme_read32(hp, tregs + TCVR_CFG) & ~(TCV_CFG_PENABLE)); in happy_meal_poll_stop()
973 tconfig = hme_read32(hp, tregs + TCVR_CFG); 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()
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()
[all …]
Dsunhme.h240 #define TCVR_CFG 0x10UL /* MIF config register */ macro