Lines Matching +full:rk3288 +full:- +full:vop
1 // SPDX-License-Identifier: GPL-2.0+
26 struct rk3288_vop *regs = priv->regs; in rk3288_set_pin_polarity()
28 /* The RK3328 VOP (v3.1) has its polarity configuration in ctrl0 */ in rk3288_set_pin_polarity()
29 clrsetbits_le32(®s->dsp_ctrl0, in rk3288_set_pin_polarity()
39 /* lcdc(vop) iodomain select 1.8V */ in rk3288_set_io_vsel()
40 rk_setreg(&grf->io_vsel, 1 << 0); in rk3288_set_io_vsel()
59 if (!(gd->flags & GD_FLG_RELOC)) in rk3288_vop_probe()
62 /* Set the LCDC(vop) iodomain to 1.8V */ in rk3288_vop_probe()
65 /* Probe regulators required for the RK3288 VOP */ in rk3288_vop_probe()
75 struct rk3288_vop *regs = priv->regs; in rk_vop_remove()
77 setbits_le32(®s->sys_ctrl, V_STANDBY_EN(1)); in rk_vop_remove()
91 { .compatible = "rockchip,rk3288-vop",