Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/media/pci/tw5864/
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()