Searched refs:TCV_CFG_PSELECT (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.h | 251 #define TCV_CFG_PSELECT 0x00000001 /* Select PHY */ macro
|
H A 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()
|