Searched refs:ISP32_MI_WR_VFLIP_CTRL (Results 1 – 3 of 3) sorted by relevance
1170 tmp = rkisp_read_reg_cache(dev, ISP32_MI_WR_VFLIP_CTRL); in set_mirror_flip()1172 rkisp_write(dev, ISP32_MI_WR_VFLIP_CTRL, tmp | val, false); in set_mirror_flip()1174 rkisp_write(dev, ISP32_MI_WR_VFLIP_CTRL, tmp & ~val, false); in set_mirror_flip()
691 tmp = rkisp_read(dev, ISP32_MI_WR_VFLIP_CTRL, false); in isp32_show()
570 #define ISP32_MI_WR_VFLIP_CTRL (ISP3X_MI_BASE + 0x00418) macro