Searched refs:camcr (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | renesas-ceu.c | 351 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()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
H A D | renesas-ceu.c | 350 u32 camcr, cdocr, cfzsr, cdwdr, capwr; in ceu_hw_config() local 398 camcr = CEU_CAMCR_JPEG; in ceu_hw_config() 410 camcr = mbus_fmt->fmt_order_swap; in ceu_hw_config() 412 camcr = mbus_fmt->fmt_order; in ceu_hw_config() 424 camcr = mbus_fmt->fmt_order; in ceu_hw_config() 426 camcr = mbus_fmt->fmt_order_swap; in ceu_hw_config() 436 camcr |= mbus_flags & V4L2_MBUS_VSYNC_ACTIVE_LOW ? 1 << 1 : 0; in ceu_hw_config() 437 camcr |= mbus_flags & V4L2_MBUS_HSYNC_ACTIVE_LOW ? 1 << 0 : 0; in ceu_hw_config() 440 ceu_write(ceudev, CEU_CAMCR, camcr); in ceu_hw_config()
|
Completed in 4 milliseconds