Searched refs:DVP_CTL (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/media/pci/sta2x11/ |
| D | sta2x11_vip.c | 59 #define DVP_CTL 0x00 macro 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() 818 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in vip_irq() 837 reg_write(vip, DVP_CTL, DVP_CTL_RST); in sta2x11_vip_init_register() 839 reg_write(vip, DVP_CTL, 0); in sta2x11_vip_init_register() 848 reg_write(vip, DVP_CTL, DVP_CTL_RST); in sta2x11_vip_clear_register() 850 reg_write(vip, DVP_CTL, 0); in sta2x11_vip_clear_register() 1216 vip->register_save_area[0] = reg_read(vip, DVP_CTL); in sta2x11_vip_suspend() 1217 reg_write(vip, DVP_CTL, vip->register_save_area[0] & DVP_CTL_DIS); in sta2x11_vip_suspend() [all …]
|