Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Ddw_mmc-starfive.c26 u32 syscon_offset; member
66 err = regmap_update_bits(priv->reg_syscon, priv->syscon_offset, in dw_mci_starfive_execute_tuning()
107 err = regmap_update_bits(priv->reg_syscon, priv->syscon_offset, in dw_mci_starfive_execute_tuning()
145 priv->syscon_offset = args.args[0]; in dw_mci_starfive_parse_dt()
/openbmc/linux/drivers/media/platform/ti/omap3isp/
H A Dispcsiphy.c30 regmap_read(phy->isp->syscon, phy->isp->syscon_offset, &reg); in csiphy_routing_cfg_3630()
66 regmap_write(phy->isp->syscon, phy->isp->syscon_offset, reg); in csiphy_routing_cfg_3630()
80 regmap_write(phy->isp->syscon, phy->isp->syscon_offset, 0); in csiphy_routing_cfg_3430()
87 regmap_write(phy->isp->syscon, phy->isp->syscon_offset, csirxfe); in csiphy_routing_cfg_3430()
H A Disp.h185 u32 syscon_offset; member
H A Disp.c2283 "syscon", 1, &isp->syscon_offset); in isp_probe()