Searched refs:cflcr (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/media/platform/soc_camera/ |
D | sh_mobile_ceu_camera.c | 110 u32 cflcr; member 822 dev_geo(icd->parent, "CFLCR 0x%x\n", pcdev->cflcr); in sh_mobile_ceu_set_bus_param() 823 ceu_write(pcdev, CFLCR, pcdev->cflcr); in sh_mobile_ceu_set_bus_param() 1131 u32 capsr, cflcr; in sh_mobile_ceu_set_selection() local 1139 dev_dbg(dev, "CAPSR 0x%x, CFLCR 0x%x\n", capsr, pcdev->cflcr); in sh_mobile_ceu_set_selection() 1224 cflcr = scale_ceu_h | (scale_ceu_v << 16); in sh_mobile_ceu_set_selection() 1225 if (cflcr != pcdev->cflcr) { in sh_mobile_ceu_set_selection() 1226 pcdev->cflcr = cflcr; in sh_mobile_ceu_set_selection() 1227 ceu_write(pcdev, CFLCR, cflcr); in sh_mobile_ceu_set_selection() 1368 pcdev->cflcr = scale_h | (scale_v << 16); in sh_mobile_ceu_set_fmt()
|