Searched refs:rzg2l_cru_read (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/platform/renesas/rzg2l-cru/ |
H A D | rzg2l-video.c | 113 static u32 rzg2l_cru_read(struct rzg2l_cru_dev *cru, u32 offset) in rzg2l_cru_read() function 308 icnmc |= (rzg2l_cru_read(cru, ICnMC) & ~ICnMC_INF_MASK); in rzg2l_cru_csi2_setup() 340 rzg2l_cru_read(cru, ICnMC) | ICnMC_CSCTHR); in rzg2l_cru_initialize_image_conv() 343 rzg2l_cru_read(cru, ICnMC) & (~ICnMC_CSCTHR)); in rzg2l_cru_initialize_image_conv() 368 while ((rzg2l_cru_read(cru, ICnMS) & ICnMS_IA) && retries++ < RZG2L_RETRIES) { in rzg2l_cru_stop_image_processing() 374 icnms = rzg2l_cru_read(cru, ICnMS) & ICnMS_IA; in rzg2l_cru_stop_image_processing() 382 amnfifopntr = rzg2l_cru_read(cru, AMnFIFOPNTR); in rzg2l_cru_stop_image_processing() 402 if (rzg2l_cru_read(cru, AMnAXISTPACK) & in rzg2l_cru_stop_image_processing() 572 irq_status = rzg2l_cru_read(cru, CRUnINTS); in rzg2l_cru_irq() 578 rzg2l_cru_write(cru, CRUnINTS, rzg2l_cru_read(cru, CRUnINTS)); in rzg2l_cru_irq() [all …]
|