Searched refs:DVP_CTL (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/pci/sta2x11/ |
H A D | sta2x11_vip.c | 44 #define DVP_CTL 0x00 macro 223 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) | DVP_CTL_ENA); in start_dma() 354 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in stop_streaming() 800 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA); in vip_irq() 819 reg_write(vip, DVP_CTL, DVP_CTL_RST); in sta2x11_vip_init_register() 821 reg_write(vip, DVP_CTL, 0); in sta2x11_vip_init_register() 830 reg_write(vip, DVP_CTL, DVP_CTL_RST); in sta2x11_vip_clear_register() 832 reg_write(vip, DVP_CTL, 0); in sta2x11_vip_clear_register() 1185 vip->register_save_area[0] = reg_read(vip, DVP_CTL); in sta2x11_vip_suspend() 1186 reg_write(vip, DVP_CTL, vip->register_save_area[0] & DVP_CTL_DIS); in sta2x11_vip_suspend() [all …]
|