Searched refs:shift_min (Results 1 – 4 of 4) sorted by relevance
123 #define PLBU_CMD_BLOCK_STEP(shift_min, shift_h, shift_w) \ argument124 PLBU_CMD(((shift_min) << 28) | ((shift_h) << 16) | (shift_w), 0x1000010C)
57 int shift_min; member
39 int shift_min; member
85 fb->shift_min = MIN3(fb->shift_w, fb->shift_h, 2); in lima_get_fb_info()454 PLBU_CMD_BLOCK_STEP(fb->shift_min, fb->shift_h, fb->shift_w); in lima_pack_head_plbu_cmd()868 frame->blocking = (fb->shift_min << 28) | (fb->shift_h << 16) | fb->shift_w; in lima_pack_pp_frame_reg()