Searched refs:words_per_line (Results 1 – 2 of 2) sorted by relevance
544 s32 words_per_line; in calculate_stride() local553 words_per_line = DIV_ROUND_UP(pixels_per_line_padded, pixels_per_word); in calculate_stride()554 bytes_per_line = HIVE_ISP_DDR_WORD_BYTES * words_per_line; in calculate_stride()
118 u_int words_per_line; in acornfb_set_timing() local201 words_per_line = var->xres * var->bits_per_pixel / 32; in acornfb_set_timing()204 words_per_line /= 2; in acornfb_set_timing()207 dat_ctl = VIDC20_DCTL_VRAM_DIS | VIDC20_DCTL_SNA | words_per_line; in acornfb_set_timing()