Searched refs:L_ROT (Results 1 – 2 of 2) sorted by relevance
132 lr_ctrl |= L_ROT(L_ROT_R0); in to_rot_ctrl()135 lr_ctrl |= L_ROT(L_ROT_R90); in to_rot_ctrl()138 lr_ctrl |= L_ROT(L_ROT_R180); in to_rot_ctrl()141 lr_ctrl |= L_ROT(L_ROT_R270); in to_rot_ctrl()222 u32 ctrl_mask = L_EN | L_ROT(L_ROT_R270) | L_HFLIP | L_VFLIP | L_TBU_EN; in d71_layer_update()
298 #define L_ROT(x) (((x) & 3) << 8) macro