Searched refs:RGA3_ROT_BIT_X_MIRROR (Results 1 – 2 of 2) sorted by relevance
88 xmirror = msg->rotate_mode & RGA3_ROT_BIT_X_MIRROR ? 1 : 0; in RGA3_set_reg_win0_info()471 xmirror = msg->rotate_mode & RGA3_ROT_BIT_X_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()1441 req->rotate_mode = RGA3_ROT_BIT_X_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()1460 req->rotate_mode ^= RGA3_ROT_BIT_X_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()
489 #define RGA3_ROT_BIT_X_MIRROR BIT(1) macro