Searched refs:rga2_rop_code (Results 1 – 1 of 1) sorted by relevance
17 unsigned int rga2_rop_code[256] = { variable1554 rop_code0 = rga2_rop_code[(msg->rop_code & 0xff)]; in RGA2_set_reg_rop_info()1556 rop_code0 = rga2_rop_code[(msg->rop_code & 0xff)]; in RGA2_set_reg_rop_info()1558 rop_code0 = rga2_rop_code[(msg->rop_code & 0xff)]; in RGA2_set_reg_rop_info()1559 rop_code1 = rga2_rop_code[(msg->rop_code & 0xff00) >> 8]; in RGA2_set_reg_rop_info()