Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga3_reg_info.c87 rotate_mode = msg->rotate_mode & RGA3_ROT_BIT_ROT_90 ? 1 : 0; in RGA3_set_reg_win0_info()
470 rotate_mode = msg->rotate_mode & RGA3_ROT_BIT_ROT_90 ? 1 : 0; in RGA3_set_reg_win1_info()
1426 req->rotate_mode = RGA3_ROT_BIT_ROT_90; in rga_cmd_to_rga3_cmd()
1433 RGA3_ROT_BIT_ROT_90; in rga_cmd_to_rga3_cmd()
1609 if (req->rotate_mode & RGA3_ROT_BIT_ROT_90) { in rga_cmd_to_rga3_cmd()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga3_reg_info.h488 #define RGA3_ROT_BIT_ROT_90 BIT(0) macro