Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga/
H A Drga_rop.h5 unsigned int ROP3_code[256] = variable
H A Drga_reg_info.c831 rop_con0 = ROP3_code[(msg->rop_code & 0xff)]; in RGA_set_alpha_rop()
834 rop_con0 = ROP3_code[(msg->rop_code & 0xff)]; in RGA_set_alpha_rop()
837 rop_con0 = ROP3_code[(msg->rop_code & 0xff)]; in RGA_set_alpha_rop()
838 rop_con1 = ROP3_code[(msg->rop_code & 0xff00)>>8]; in RGA_set_alpha_rop()