Searched refs:RK3568_OVL_LAYER_SEL__LAYER (Results 1 – 2 of 2) sorted by relevance
422 #define RK3568_OVL_LAYER_SEL__LAYER(layer, x) ((x) << ((layer) * 4)) macro
2035 layer_sel &= ~RK3568_OVL_LAYER_SEL__LAYER(layer_id, 0x7); in vop2_setup_layer_mixer()2036 layer_sel |= RK3568_OVL_LAYER_SEL__LAYER(layer_id, win->data->layer_sel_id); in vop2_setup_layer_mixer()2041 layer_sel &= ~RK3568_OVL_LAYER_SEL__LAYER(old_layer_id, 0x7); in vop2_setup_layer_mixer()2042 layer_sel |= RK3568_OVL_LAYER_SEL__LAYER(old_layer_id, old_win->data->layer_sel_id); in vop2_setup_layer_mixer()