Searched refs:TCVR_CFG (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | sunhme.c | 366 ret = hme_read32(hp, tregs + TCVR_CFG); 382 retval = hme_read32(hp, tregs + TCVR_CFG); in BB_GET_BIT2() 1003 hme_write32(hp, tregs + TCVR_CFG, in happy_meal_poll_stop() 1004 hme_read32(hp, tregs + TCVR_CFG) & ~(TCV_CFG_PENABLE)); in happy_meal_poll_stop() 1026 tconfig = hme_read32(hp, tregs + TCVR_CFG); in happy_meal_tcvr_reset() 1030 hme_write32(hp, tregs + TCVR_CFG, tconfig & ~(TCV_CFG_PSELECT)); in happy_meal_tcvr_reset() 1042 hme_write32(hp, tregs + TCVR_CFG, tconfig | TCV_CFG_PSELECT); in happy_meal_tcvr_reset() 1048 hme_write32(hp, tregs + TCVR_CFG, (tconfig | TCV_CFG_PSELECT)); in happy_meal_tcvr_reset() 1058 hme_write32(hp, tregs + TCVR_CFG, (tconfig & ~(TCV_CFG_PSELECT))); in happy_meal_tcvr_reset() 1121 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
|