Searched refs:DVP_CTL (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c44 #define DVP_CTL 0x00 macro
223 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) | DVP_CTL_ENA);
354 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA);
800 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA);
819 reg_write(vip, DVP_CTL, DVP_CTL_RST);
821 reg_write(vip, DVP_CTL, 0);
830 reg_write(vip, DVP_CTL, DVP_CTL_RS
[all...]

Completed in 116 milliseconds