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

/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c59 #define DVP_CTL 0x00 macro
238 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) | DVP_CTL_ENA);
366 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA);
814 reg_write(vip, DVP_CTL, reg_read(vip, DVP_CTL) & ~DVP_CTL_ENA);
833 reg_write(vip, DVP_CTL, DVP_CTL_RST);
835 reg_write(vip, DVP_CTL, 0);
844 reg_write(vip, DVP_CTL, DVP_CTL_RS
[all...]

Completed in 67 milliseconds