Searched refs:hme_write32 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunhme.c | 245 #define hme_write32(__hp, __reg, __val) \ macro 266 #define hme_write32(__hp, __reg, __val) \ macro 291 #define hme_write32(__hp, __reg, __val) \ macro 324 hme_write32(hp, tregs + TCVR_BBDATA, bit); in BB_PUT_BIT() 325 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); in BB_PUT_BIT() 326 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); in BB_PUT_BIT() 334 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); 335 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); 350 hme_write32(hp, tregs + TCVR_BBCLOCK, 0); in BB_GET_BIT2() 357 hme_write32(hp, tregs + TCVR_BBCLOCK, 1); in BB_GET_BIT2() [all …]
|