Lines Matching refs:reg_read
208 static inline u32 reg_read(struct sta2x11_vip *vip, unsigned int reg) in reg_read() function
222 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) | DVP_CTL_ENA); in start_dma()
353 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in stop_streaming()
777 status = reg_read(vip, DVP_ITS); in vip_irq()
802 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in vip_irq()
817 reg_read(vip, DVP_ITS); in sta2x11_vip_init_register()
836 reg_read(vip, DVP_ITS); in sta2x11_vip_clear_register()
1186 vip->register_save_area[0] = reg_read(vip, DVP_CTL); in sta2x11_vip_suspend()
1188 vip->register_save_area[SAVE_COUNT] = reg_read(vip, DVP_ITM); in sta2x11_vip_suspend()
1191 vip->register_save_area[i] = reg_read(vip, 4 * i); in sta2x11_vip_suspend()
1194 reg_read(vip, registers_to_save[i]); in sta2x11_vip_suspend()