Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/sun/
Dsunhme.c335 ret = hme_read32(hp, tregs + TCVR_CFG);
351 retval = hme_read32(hp, tregs + TCVR_CFG); in BB_GET_BIT2()
974 hme_write32(hp, tregs + TCVR_CFG, in happy_meal_poll_stop()
975 hme_read32(hp, tregs + TCVR_CFG) & ~(TCV_CFG_PENABLE)); in happy_meal_poll_stop()
997 tconfig = hme_read32(hp, tregs + TCVR_CFG); 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()
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()
[all …]
Dsunhme.h239 #define TCVR_CFG 0x10UL /* MIF config register */ macro