Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/cif/
H A Dmipi-csi2.c28 #define write_csihost_reg(base, addr, val) writel(val, (addr) + (base)) macro
186 write_csihost_reg(csi2_hw->base, CSIHOST_RESETN, 0); in csi2_disable()
187 write_csihost_reg(csi2_hw->base, CSIHOST_MSK1, 0xffffffff); in csi2_disable()
188 write_csihost_reg(csi2_hw->base, CSIHOST_MSK2, 0xffffffff); in csi2_disable()
209 write_csihost_reg(base, CSIHOST_N_LANES, lanes - 1); in csi2_enable()
215 write_csihost_reg(base, CSIHOST_CONTROL, val); in csi2_enable()
217 write_csihost_reg(base, CSIHOST_MSK1, 0xe00000f0); in csi2_enable()
218 write_csihost_reg(base, CSIHOST_MSK2, 0xff00); in csi2_enable()
223 write_csihost_reg(base, CSIHOST_CONTROL, val); in csi2_enable()
224 write_csihost_reg(base, CSIHOST_MSK1, 0x0); in csi2_enable()
[all …]