Searched refs:grf_regs (Results 1 – 2 of 2) sorted by relevance
128 const struct dphy_reg *grf_regs; member146 const struct dphy_reg *reg = &drv_data->grf_regs[index]; in write_grf_reg()345 .grf_regs = rk1808_grf_dphy_regs,354 .grf_regs = rk3326_grf_dphy_regs,363 .grf_regs = rk3368_grf_dphy_regs,372 .grf_regs = rk3568_grf_dphy_regs,
375 struct regmap *grf_regs; member566 return regmap_write(tcphy->grf_regs, reg->offset, val | mask); in property_enable()898 regmap_read(tcphy->grf_regs, reg->offset, &val); in rockchip_usb3_phy_power_on()1043 tcphy->grf_regs = syscon_regmap_lookup_by_phandle(dev->of_node, in tcphy_parse_dt()1045 if (IS_ERR(tcphy->grf_regs)) { in tcphy_parse_dt()1047 return PTR_ERR(tcphy->grf_regs); in tcphy_parse_dt()