Home
last modified time | relevance | path

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

/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c232 int d1_height; in tw5864_enable_input() local
257 d1_height = (input->std == STD_NTSC) ? 480 : 576; in tw5864_enable_input()
260 input->height = d1_height; in tw5864_enable_input()
319 tw_indir_writeb(TW5864_INDIR_IN_PIC_HEIGHT(nr), d1_height / 4); in tw5864_enable_input()