Searched refs:TCV_CFG_PSELECT (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/sun/ |
D | sunhme.h | 251 #define TCV_CFG_PSELECT 0x00000001 /* Select PHY */ macro
|
D | sunhme.c | 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() 1093 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT); in happy_meal_transceiver_check() 1100 tconfig & ~(TCV_CFG_PSELECT)); in happy_meal_transceiver_check()
|