Home
last modified time | relevance | path

Searched refs:hme_read32 (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H A Dsunhme.c210 #define hme_read32(__hp, __reg) \ macro
223 #define hme_read32(__hp, __reg) \ macro
240 #define hme_read32(__hp, __reg) \ macro
275 ret = hme_read32(hp, tregs + TCVR_CFG);
291 retval = hme_read32(hp, tregs + TCVR_CFG); in BB_GET_BIT2()
410 while (!(hme_read32(hp, tregs + TCVR_FRAME) & 0x10000) && --tries) in happy_meal_tcvr_read()
416 retval = hme_read32(hp, tregs + TCVR_FRAME) & 0xffff; in happy_meal_tcvr_read()
441 while (!(hme_read32(hp, tregs + TCVR_FRAME) & 0x10000) && --tries) in happy_meal_tcvr_write()
566 hme_read32(hp, hp->bigmacregs + BMAC_TXCFG) & in set_happy_link_modes()
568 while (hme_read32(h in set_happy_link_modes()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H A Dsunhme.c246 #define hme_read32(__hp, __reg) \ macro
267 #define hme_read32(__hp, __reg) \ macro
292 #define hme_read32(__hp, __reg) \ macro
335 ret = hme_read32(hp, tregs + TCVR_CFG);
351 retval = hme_read32(hp, tregs + TCVR_CFG); in BB_GET_BIT2()
473 while (!(hme_read32(hp, tregs + TCVR_FRAME) & 0x10000) && --tries) in happy_meal_tcvr_read()
479 retval = hme_read32(hp, tregs + TCVR_FRAME) & 0xffff; in happy_meal_tcvr_read()
504 while (!(hme_read32(hp, tregs + TCVR_FRAME) & 0x10000) && --tries) in happy_meal_tcvr_write()
648 hme_read32(hp, hp->bigmacregs + BMAC_TXCFG) & in set_happy_link_modes()
650 while (hme_read32(h in set_happy_link_modes()
[all...]

Completed in 4 milliseconds