Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/platform/renesas/
Drenesas-ceu.c351 u32 camcr, cdocr, cfzsr, cdwdr, capwr; in ceu_hw_config() local
399 camcr = CEU_CAMCR_JPEG; in ceu_hw_config()
411 camcr = mbus_fmt->fmt_order_swap; in ceu_hw_config()
413 camcr = mbus_fmt->fmt_order; in ceu_hw_config()
425 camcr = mbus_fmt->fmt_order; in ceu_hw_config()
427 camcr = mbus_fmt->fmt_order_swap; in ceu_hw_config()
437 camcr |= mbus_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW ? 1 << 1 : 0; in ceu_hw_config()
438 camcr |= mbus_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW ? 1 << 0 : 0; in ceu_hw_config()
441 ceu_write(ceudev, CEU_CAMCR, camcr); in ceu_hw_config()