Searched refs:hme_write32 (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/sun/ |
D | sunhme.c | 211 #define hme_write32(__hp, __reg, __val) \ macro 224 #define hme_write32(__hp, __reg, __val) \ macro 241 #define hme_write32(__hp, __reg, __val) \ macro 266 hme_write32(hp, tregs + TCVR_BBDATA, bit); in BB_PUT_BIT() 267 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); in BB_PUT_BIT() 268 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); in BB_PUT_BIT() 276 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); 277 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); 292 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); in BB_GET_BIT2() 299 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); in BB_GET_BIT2() [all …]
|