Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/
H A Drga2_rop.h5 unsigned int RGA2_ROP3_code[256] = variable
H A Drga2_reg_info.c789 rop_code0 = RGA2_ROP3_code[(msg->rop_code & 0xff)]; in RGA2_set_reg_rop_info()
792 rop_code0 = RGA2_ROP3_code[(msg->rop_code & 0xff)]; in RGA2_set_reg_rop_info()
795 rop_code0 = RGA2_ROP3_code[(msg->rop_code & 0xff)]; in RGA2_set_reg_rop_info()
796 rop_code1 = RGA2_ROP3_code[(msg->rop_code & 0xff00)>>8]; in RGA2_set_reg_rop_info()