Searched refs:TCVR_BBCLOCK (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | sunhme.h | 236 #define TCVR_BBCLOCK 0x00UL /* Bit bang clock register */ macro
|
D | sunhme.c | 355 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); in BB_PUT_BIT() 356 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); in BB_PUT_BIT() 364 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); 365 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); 380 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); in BB_GET_BIT2() 387 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); in BB_GET_BIT2()
|