Searched refs:TCVR_CFG (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/sun/ |
D | sunhme.c | 278 ret = hme_read32(hp, tregs + TCVR_CFG); 294 retval = hme_read32(hp, tregs + TCVR_CFG); in BB_GET_BIT2() 892 hme_write32(hp, tregs + TCVR_CFG, in happy_meal_poll_stop() 893 hme_read32(hp, tregs + TCVR_CFG) & ~(TCV_CFG_PENABLE)); in happy_meal_poll_stop() 915 tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_tcvr_reset() 918 hme_write32(hp, tregs + TCVR_CFG, tconfig & ~(TCV_CFG_PSELECT)); in happy_meal_tcvr_reset() 929 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT); in happy_meal_tcvr_reset() 934 hme_write32(hp, tregs + TCVR_CFG, (tconfig | TCV_CFG_PSELECT)); in happy_meal_tcvr_reset() 943 hme_write32(hp, tregs + TCVR_CFG, (tconfig & ~(TCV_CFG_PSELECT))); in happy_meal_tcvr_reset() 1006 unsigned long tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_transceiver_check() [all …]
|
D | sunhme.h | 240 #define TCVR_CFG 0x10UL /* MIF config register */ macro
|