Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/renesas/
H A Drswitch.c36 static void rswitch_modify(void __iomem *addr, enum rswitch_reg reg, u32 clear, u32 set) in rswitch_modify() function
1052 rswitch_modify(etha->addr, MPIC, MPIC_PSMCS_MASK | MPIC_PSMHT_MASK, in rswitch_etha_enable_mii()
1054 rswitch_modify(etha->addr, MPSM, 0, MPSM_MFF_C45); in rswitch_etha_enable_mii()
1102 rswitch_modify(etha->addr, MMIS1, MMIS1_PAACS, MMIS1_PAACS); in rswitch_etha_set_access()
1113 rswitch_modify(etha->addr, MMIS1, MMIS1_PRACS, MMIS1_PRACS); in rswitch_etha_set_access()
1552 rswitch_modify(rdev->addr, GWTRC(gq->index), 0, BIT(gq->index % 32)); in rswitch_start_xmit()