Searched refs:TCVR_BBCLOCK (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/sun/ |
H A D | sunhme.h | 236 #define TCVR_BBCLOCK 0x00UL /* Bit bang clock register */ macro
|
H A D | sunhme.c | 264 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); in BB_PUT_BIT() 265 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); in BB_PUT_BIT() 273 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); 274 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); 289 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); in BB_GET_BIT2() 296 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); in BB_GET_BIT2()
|