Lines Matching refs:reg_read
224 static inline u32 reg_read(struct sta2x11_vip *vip, unsigned int reg) in reg_read() function
238 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) | DVP_CTL_ENA); in start_dma()
370 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in stop_streaming()
793 status = reg_read(vip, DVP_ITS); in vip_irq()
818 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in vip_irq()
833 reg_read(vip, DVP_ITS); in sta2x11_vip_init_register()
852 reg_read(vip, DVP_ITS); in sta2x11_vip_clear_register()
1216 vip->register_save_area[0] = reg_read(vip, DVP_CTL); in sta2x11_vip_suspend()
1218 vip->register_save_area[SAVE_COUNT] = reg_read(vip, DVP_ITM); in sta2x11_vip_suspend()
1221 vip->register_save_area[i] = reg_read(vip, 4 * i); in sta2x11_vip_suspend()
1224 reg_read(vip, registers_to_save[i]); in sta2x11_vip_suspend()