Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/tw5864/
H A Dtw5864-video.c231 int d1_height; in tw5864_enable_input() local
256 d1_height = (input->std == STD_NTSC) ? 480 : 576; in tw5864_enable_input()
259 input->height = d1_height; in tw5864_enable_input()
318 tw_indir_writeb(TW5864_INDIR_IN_PIC_HEIGHT(nr), d1_height / 4); in tw5864_enable_input()