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()
366 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in stop_streaming()
789 status = reg_read(vip, DVP_ITS); in vip_irq()
814 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in vip_irq()
829 reg_read(vip, DVP_ITS); in sta2x11_vip_init_register()
848 reg_read(vip, DVP_ITS); in sta2x11_vip_clear_register()
1222 vip->register_save_area[0] = reg_read(vip, DVP_CTL); in sta2x11_vip_suspend()
1224 vip->register_save_area[SAVE_COUNT] = reg_read(vip, DVP_ITM); in sta2x11_vip_suspend()
1227 vip->register_save_area[i] = reg_read(vip, 4 * i); in sta2x11_vip_suspend()
1230 reg_read(vip, registers_to_save[i]); in sta2x11_vip_suspend()