Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/video/
Dacornfb.c388 u_int words_per_line; in acornfb_set_timing() local
471 words_per_line = var->xres * var->bits_per_pixel / 32; in acornfb_set_timing()
474 words_per_line /= 2; in acornfb_set_timing()
477 dat_ctl = VIDC20_DCTL_VRAM_DIS | VIDC20_DCTL_SNA | words_per_line; in acornfb_set_timing()