DVP_CTL           222 drivers/media/pci/sta2x11/sta2x11_vip.c 	reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) | DVP_CTL_ENA);
DVP_CTL           353 drivers/media/pci/sta2x11/sta2x11_vip.c 	reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA);
DVP_CTL           802 drivers/media/pci/sta2x11/sta2x11_vip.c 		reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA);
DVP_CTL           821 drivers/media/pci/sta2x11/sta2x11_vip.c 	reg_write(vip, DVP_CTL, DVP_CTL_RST);
DVP_CTL           823 drivers/media/pci/sta2x11/sta2x11_vip.c 	reg_write(vip, DVP_CTL, 0);
DVP_CTL           832 drivers/media/pci/sta2x11/sta2x11_vip.c 	reg_write(vip, DVP_CTL, DVP_CTL_RST);
DVP_CTL           834 drivers/media/pci/sta2x11/sta2x11_vip.c 	reg_write(vip, DVP_CTL, 0);
DVP_CTL          1191 drivers/media/pci/sta2x11/sta2x11_vip.c 	vip->register_save_area[0] = reg_read(vip, DVP_CTL);
DVP_CTL          1192 drivers/media/pci/sta2x11/sta2x11_vip.c 	reg_write(vip, DVP_CTL, vip->register_save_area[0] & DVP_CTL_DIS);
DVP_CTL          1263 drivers/media/pci/sta2x11/sta2x11_vip.c 	reg_write(vip, DVP_CTL, vip->register_save_area[0]);