Searched refs:DVP_CTL (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/media/pci/sta2x11/ |
D | sta2x11_vip.c | 43 #define DVP_CTL 0x00 macro 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() 798 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in vip_irq() 817 reg_write(vip, DVP_CTL, DVP_CTL_RST); in sta2x11_vip_init_register() 819 reg_write(vip, DVP_CTL, 0); in sta2x11_vip_init_register() 828 reg_write(vip, DVP_CTL, DVP_CTL_RST); in sta2x11_vip_clear_register() 830 reg_write(vip, DVP_CTL, 0); in sta2x11_vip_clear_register() 1182 vip->register_save_area[0] = reg_read(vip, DVP_CTL); in sta2x11_vip_suspend() 1183 reg_write(vip, DVP_CTL, vip->register_save_area[0] & DVP_CTL_DIS); in sta2x11_vip_suspend() [all …]
|