Lines Matching full:prcmu
32 /* PRCMU DSI reset registers */
54 struct regmap *prcmu; member
903 /* Assert RESET through the PRCMU, active low */ in mcde_dsi_enable()
905 regmap_update_bits(d->prcmu, PRCM_DSI_SW_RESET, in mcde_dsi_enable()
911 regmap_update_bits(d->prcmu, PRCM_DSI_SW_RESET, in mcde_dsi_enable()
1159 regmap_update_bits(d->prcmu, PRCM_DSI_SW_RESET, in mcde_dsi_unbind()
1182 /* Get a handle on the PRCMU so we can do reset */ in mcde_dsi_probe()
1183 d->prcmu = in mcde_dsi_probe()
1184 syscon_regmap_lookup_by_compatible("stericsson,db8500-prcmu"); in mcde_dsi_probe()
1185 if (IS_ERR(d->prcmu)) { in mcde_dsi_probe()
1186 dev_err(dev, "no PRCMU regmap\n"); in mcde_dsi_probe()
1187 return PTR_ERR(d->prcmu); in mcde_dsi_probe()