Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/tw686x/
H A Dtw686x-video.c675 u32 val, dma_width, dma_height, dma_line_width; in tw686x_set_format() local
728 dma_height = vc->height / 2; in tw686x_set_format()
730 val = (dma_height << 22) | (dma_line_width << 11) | dma_width; in tw686x_set_format()