Home
last modified time | relevance | path

Searched refs:MPSM_PRD_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.h735 #define MPSM_PRD_MASK GENMASK(31, MPSM_PRD_SHIFT) macro
H A Drswitch.c1111 ret = (ioread32(etha->addr + MPSM) & MPSM_PRD_MASK) >> 16; in rswitch_etha_set_access()