Searched refs:dma_line_width (Results 1 – 1 of 1) sorted by relevance
676 u32 val, dma_width, dma_height, dma_line_width; in tw686x_set_format() local730 dma_line_width = (vc->width * 2) & 0x7ff; in tw686x_set_format()731 val = (dma_height << 22) | (dma_line_width << 11) | dma_width; in tw686x_set_format()