Searched refs:MPSM (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/renesas/ |
H A D | rtsn.c | 762 rtsn_write(priv, MPSM, val); in rtsn_mii_access() 764 ret = rtsn_reg_wait(priv, MPSM, MPSM_PSME, 0); in rtsn_mii_access() 769 ret = MPSM_PRD_GET(rtsn_read(priv, MPSM)); in rtsn_mii_access()
|
H A D | rswitch.c | 1142 rswitch_modify(etha->addr, MPSM, 0, MPSM_MFF_C45); in rswitch_etha_enable_mii() 1184 iowrite32((regad << 16) | (devad << 8) | (phyad << 3) | val, etha->addr + MPSM); in rswitch_etha_set_access() 1193 writel((pop << 13) | (devad << 8) | (phyad << 3) | val, etha->addr + MPSM); in rswitch_etha_set_access() 1199 ret = (ioread32(etha->addr + MPSM) & MPSM_PRD_MASK) >> 16; in rswitch_etha_set_access() 1204 etha->addr + MPSM); in rswitch_etha_set_access()
|
H A D | rtsn.h | 244 MPSM = RMRO + 0x0010, enumerator
|
H A D | rswitch.h | 549 MPSM = RMRO + 0x0000, enumerator
|