Lines Matching +full:rockchip +full:- +full:vop
4 * Copyright 2014 Rockchip Inc.
6 * SPDX-License-Identifier: GPL-2.0+
27 struct rk3288_vop *regs = priv->regs; in rk3288_set_pin_polarity()
29 /* The RK3328 VOP (v3.1) has its polarity configuration in ctrl0 */ in rk3288_set_pin_polarity()
30 clrsetbits_le32(®s->dsp_ctrl0, in rk3288_set_pin_polarity()
40 /* lcdc(vop) iodomain select 1.8V */ in rk3288_set_io_vsel()
41 rk_setreg(&grf->io_vsel, 1 << 0); in rk3288_set_io_vsel()
60 if (!(gd->flags & GD_FLG_RELOC)) in rk3288_vop_probe()
63 /* Set the LCDC(vop) iodomain to 1.8V */ in rk3288_vop_probe()
66 /* Probe regulators required for the RK3288 VOP */ in rk3288_vop_probe()
76 struct rk3288_vop *regs = priv->regs; in rk_vop_remove()
78 setbits_le32(®s->sys_ctrl, V_STANDBY_EN(1)); in rk_vop_remove()
92 { .compatible = "rockchip,rk3288-vop",