Searched refs:DVP_CTL (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/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() 366 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in stop_streaming() 814 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in vip_irq() 833 reg_write(vip, DVP_CTL, DVP_CTL_RST); in sta2x11_vip_init_register() 835 reg_write(vip, DVP_CTL, 0); in sta2x11_vip_init_register() 844 reg_write(vip, DVP_CTL, DVP_CTL_RST); in sta2x11_vip_clear_register() 846 reg_write(vip, DVP_CTL, 0); in sta2x11_vip_clear_register() 1211 vip->register_save_area[0] = reg_read(vip, DVP_CTL); in sta2x11_vip_suspend() 1212 reg_write(vip, DVP_CTL, vip->register_save_area[0] & DVP_CTL_DIS); in sta2x11_vip_suspend() [all …]
|