Lines Matching defs:sysctl
58 struct regmap *sysctl;
97 regmap_update_bits(phy->sysctl, RT_SYSC_REG_CLKCFG1,
101 regmap_update_bits(phy->sysctl, RT_SYSC_REG_SYSCFG1,
119 regmap_read(phy->sysctl, RT_SYSC_REG_USB_PHY_CFG, &t);
135 regmap_update_bits(phy->sysctl, RT_SYSC_REG_CLKCFG1,
189 phy->sysctl = syscon_regmap_lookup_by_phandle(dev->of_node, "ralink,sysctl");
190 if (IS_ERR(phy->sysctl)) {
191 dev_err(dev, "failed to get sysctl registers\n");
192 return PTR_ERR(phy->sysctl);