Home
last modified time | relevance | path

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

/device/board/isoftstone/yangfan/kernel/src/driv/video/rockchip/rga2/
Drga2_drv.c441 static inline void rga2_write(u32 b, u32 r) in rga2_write() function
497 rga2_write((1 << 3) | (1 << 4) | (1 << 6), RGA2_SYS_CTRL); in rga2_soft_reset()
878 rga2_write(0x0, RGA2_SYS_CTRL); in rga2_try_set_reg()
881 rga2_write(virt_to_phys(reg->cmd_reg), RGA2_CMD_BASE); in rga2_try_set_reg()
885 rga2_write(reg->csc_reg[i], RGA2_CSC_COE_BASE + i * 4); in rga2_try_set_reg()
911 rga2_write((0x1<<1)|(0x1<<2)|(0x1<<5)|(0x1<<6), RGA2_SYS_CTRL); in rga2_try_set_reg()
914 rga2_write(rga2_read(RGA2_INT)|(0x1<<10)|(0x1<<9)|(0x1<<8), RGA2_INT); in rga2_try_set_reg()
923 rga2_write(0x1, RGA2_CMD_CTRL); in rga2_try_set_reg()
1686 rga2_write(rga2_read(RGA2_INT) | (0x1<<4) | (0x1<<5) | (0x1<<6) | (0x1<<7), RGA2_INT); in rga2_irq()
/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/
Drga2_drv.c439 static inline void rga2_write(u32 b, u32 r) in rga2_write() function
495 rga2_write((1 << 0x3) | (1 << 0x4) | (1 << 0x6), RGA2_SYS_CTRL); in rga2_soft_reset()
851 rga2_write(0x0, RGA2_SYS_CTRL); in rga2_try_set_reg()
854 rga2_write(virt_to_phys(reg->cmd_reg), RGA2_CMD_BASE); in rga2_try_set_reg()
858 rga2_write(reg->csc_reg[i], RGA2_CSC_COE_BASE + i * 0x4); in rga2_try_set_reg()
884 rga2_write((0x1 << 1) | (0x1 << 0x2) | (0x1 << 0x5) | (0x1 << 0x6), RGA2_SYS_CTRL); in rga2_try_set_reg()
887 rga2_write(rga2_read(RGA2_INT) | (0x1 << 0xA) | (0x1 << 0x9) | (0x1 << 0x8), RGA2_INT); in rga2_try_set_reg()
897 rga2_write(0x1, RGA2_CMD_CTRL); in rga2_try_set_reg()
1621rga2_write(rga2_read(RGA2_INT) | (0x1 << 0x4) | (0x1 << 0x5) | (0x1 << 0x6) | (0x1 << 0x7), RGA2_I… in rga2_irq()