Lines Matching refs:cfg
39 u32 cfg; member
53 const struct stih41x_usb_cfg *cfg; member
60 .cfg = 0x38,
67 .cfg = 0x238,
75 return regmap_update_bits(phy_dev->regmap, phy_dev->cfg->syscfg, in stih41x_usb_phy_init()
76 phy_dev->cfg->cfg_mask, phy_dev->cfg->cfg); in stih41x_usb_phy_init()
90 ret = regmap_update_bits(phy_dev->regmap, phy_dev->cfg->syscfg, in stih41x_usb_phy_power_on()
91 phy_dev->cfg->oscok, phy_dev->cfg->oscok); in stih41x_usb_phy_power_on()
103 ret = regmap_update_bits(phy_dev->regmap, phy_dev->cfg->syscfg, in stih41x_usb_phy_power_off()
104 phy_dev->cfg->oscok, 0); in stih41x_usb_phy_power_off()
141 phy_dev->cfg = match->data; in stih41x_usb_phy_probe()