Lines Matching defs:mask
52 static void airoha_phy_clear_bits(void __iomem *reg, u32 mask) in airoha_phy_clear_bits()
59 static void airoha_phy_set_bits(void __iomem *reg, u32 mask) in airoha_phy_set_bits()
66 static void airoha_phy_update_bits(void __iomem *reg, u32 mask, u32 val) in airoha_phy_update_bits()
75 #define airoha_phy_update_field(reg, mask, val) \ argument
83 #define airoha_phy_csr_2l_clear_bits(pcie_phy, reg, mask) \ argument
85 #define airoha_phy_csr_2l_set_bits(pcie_phy, reg, mask) \ argument
87 #define airoha_phy_csr_2l_update_field(pcie_phy, reg, mask, val) \ argument
89 #define airoha_phy_pma0_clear_bits(pcie_phy, reg, mask) \ argument
91 #define airoha_phy_pma1_clear_bits(pcie_phy, reg, mask) \ argument
93 #define airoha_phy_pma0_set_bits(pcie_phy, reg, mask) \ argument
95 #define airoha_phy_pma1_set_bits(pcie_phy, reg, mask) \ argument
97 #define airoha_phy_pma0_update_field(pcie_phy, reg, mask, val) \ argument
99 #define airoha_phy_pma1_update_field(pcie_phy, reg, mask, val) \ argument