Home
last modified time | relevance | path

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

/linux/drivers/media/platform/samsung/s3c-camif/
H A Dcamif-regs.c229 static void camif_get_dma_burst(u32 width, u32 ybpp, u32 *mburst, u32 *rburst) in camif_get_dma_burst() argument
231 unsigned int nwords = width * ybpp / 4; in camif_get_dma_burst()
234 if (WARN_ON(width < 8 || (width * ybpp) & 7)) in camif_get_dma_burst()
276 camif_get_dma_burst(frame->rect.width, fmt->ybpp, &ymburst, &yrburst); in camif_hw_set_output_dma()
H A Dcamif-core.h97 u8 ybpp; member