Searched refs:ceu_read (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | renesas-ceu.c | 306 static u32 ceu_read(struct ceu_device *priv, unsigned int reg_offs) in ceu_read() function 324 if (!(ceu_read(ceudev, CEU_CSTSR) & CEU_CSTRST_CPTON)) in ceu_soft_reset() 335 if (!(ceu_read(ceudev, CEU_CAPSR) & CEU_CAPSR_CPKIL)) in ceu_soft_reset() 499 status = ceu_read(ceudev, CEU_CETCR); in ceu_irq() 748 ceu_read(ceudev, CEU_CETCR) & ceudev->irq_mask); in ceu_stop_streaming()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
H A D | renesas-ceu.c | 305 static u32 ceu_read(struct ceu_device *priv, unsigned int reg_offs) in ceu_read() function 323 if (!(ceu_read(ceudev, CEU_CSTSR) & CEU_CSTRST_CPTON)) in ceu_soft_reset() 334 if (!(ceu_read(ceudev, CEU_CAPSR) & CEU_CAPSR_CPKIL)) in ceu_soft_reset() 498 status = ceu_read(ceudev, CEU_CETCR); in ceu_irq() 738 ceu_read(ceudev, CEU_CETCR) & ceudev->irq_mask); in ceu_stop_streaming()
|
Completed in 5 milliseconds