Searched refs:RGA3_ROT_BIT_Y_MIRROR (Results 1 – 2 of 2) sorted by relevance
89 ymirror = msg->rotate_mode & RGA3_ROT_BIT_Y_MIRROR ? 1 : 0; in RGA3_set_reg_win0_info()472 ymirror = msg->rotate_mode & RGA3_ROT_BIT_Y_MIRROR ? 1 : 0; in RGA3_set_reg_win1_info()1429 req->rotate_mode = RGA3_ROT_BIT_X_MIRROR | RGA3_ROT_BIT_Y_MIRROR; in rga_cmd_to_rga3_cmd()1432 req->rotate_mode = RGA3_ROT_BIT_X_MIRROR | RGA3_ROT_BIT_Y_MIRROR | in rga_cmd_to_rga3_cmd()1445 req->rotate_mode = RGA3_ROT_BIT_Y_MIRROR; in rga_cmd_to_rga3_cmd()1449 req->rotate_mode = RGA3_ROT_BIT_X_MIRROR | RGA3_ROT_BIT_Y_MIRROR; in rga_cmd_to_rga3_cmd()1464 req->rotate_mode ^= RGA3_ROT_BIT_Y_MIRROR; in rga_cmd_to_rga3_cmd()1468 req->rotate_mode ^= RGA3_ROT_BIT_X_MIRROR | RGA3_ROT_BIT_Y_MIRROR; in rga_cmd_to_rga3_cmd()
490 #define RGA3_ROT_BIT_Y_MIRROR BIT(2) macro