Searched refs:cfzsr (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 401 cfzsr = (pix->height << 16) | pix->width; in ceu_hw_config() 415 cfzsr = (pix->height << 16) | pix->width; in ceu_hw_config() 429 cfzsr = (pix->height << 16) | pix->width; in ceu_hw_config() 452 /* TODO: 16 bit bus width require re-calculation of cdwdr and cfzsr */ in ceu_hw_config() 454 ceu_write(ceudev, CEU_CFSZR, cfzsr); 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 400 cfzsr = (pix->height << 16) | pix->width; in ceu_hw_config() 414 cfzsr = (pix->height << 16) | pix->width; in ceu_hw_config() 428 cfzsr = (pix->height << 16) | pix->width; in ceu_hw_config() 451 /* TODO: 16 bit bus width require re-calculation of cdwdr and cfzsr */ in ceu_hw_config() 453 ceu_write(ceudev, CEU_CFSZR, cfzsr); in ceu_hw_config()
|
Completed in 5 milliseconds