Searched refs:cdwdr (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 402 cdwdr = pix->plane_fmt[0].bytesperline; in ceu_hw_config() 416 cdwdr = pix->width; in ceu_hw_config() 430 cdwdr = pix->width; in ceu_hw_config() 452 /* TODO: 16 bit bus width require re-calculation of cdwdr and cfzsr */ in ceu_hw_config() 455 ceu_write(ceudev, CEU_CDWDR, cdwdr); 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 401 cdwdr = pix->plane_fmt[0].bytesperline; in ceu_hw_config() 415 cdwdr = pix->width; in ceu_hw_config() 429 cdwdr = pix->width; in ceu_hw_config() 451 /* TODO: 16 bit bus width require re-calculation of cdwdr and cfzsr */ in ceu_hw_config() 454 ceu_write(ceudev, CEU_CDWDR, cdwdr); in ceu_hw_config()
|
Completed in 5 milliseconds