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()
1166 regmap_update_bits(d->prcmu, PRCM_DSI_SW_RESET, in mcde_dsi_unbind()
1190 /* Get a handle on the PRCMU so we can do reset */ in mcde_dsi_probe()
1191 d->prcmu = in mcde_dsi_probe()
1192 syscon_regmap_lookup_by_compatible("stericsson,db8500-prcmu"); in mcde_dsi_probe()
1193 if (IS_ERR(d->prcmu)) { in mcde_dsi_probe()
1194 dev_err(dev, "no PRCMU regmap\n"); in mcde_dsi_probe()
1195 return PTR_ERR(d->prcmu); in mcde_dsi_probe()