Searched refs:TCVR_CFG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 275 ret = hme_read32(hp, tregs + TCVR_CFG); 291 retval = hme_read32(hp, tregs + TCVR_CFG); in BB_GET_BIT2() 997 tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_tcvr_reset() 1000 hme_write32(hp, tregs + TCVR_CFG, tconfig & ~(TCV_CFG_PSELECT)); in happy_meal_tcvr_reset() 1011 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT); in happy_meal_tcvr_reset() 1016 hme_write32(hp, tregs + TCVR_CFG, (tconfig | TCV_CFG_PSELECT)); in happy_meal_tcvr_reset() 1025 hme_write32(hp, tregs + TCVR_CFG, (tconfig & ~(TCV_CFG_PSELECT))); in happy_meal_tcvr_reset() 1088 unsigned long tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_transceiver_check() 1089 u32 reread = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_transceiver_check() 1093 hme_write32(hp, tregs + TCVR_CFG, tconfi in happy_meal_transceiver_check() [all...] |
H A D | sunhme.h | 240 #define TCVR_CFG 0x10UL /* MIF config register */ macro
|
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/ |
H A D | sunhme.c | 335 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...] |
H A D | sunhme.h | 240 #define TCVR_CFG 0x10UL /* MIF config register */ macro
|
Completed in 8 milliseconds