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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dsh_mobile_ceu_camera.c160 static void ceu_write(struct sh_mobile_ceu_dev *priv, function
176 ceu_write(pcdev, CAPSR, 1 << 16); /* reset */
280 ceu_write(pcdev, CEIER, ceu_read(pcdev, CEIER) & ~CEU_CEIER_MASK);
282 ceu_write(pcdev, CETCR, ~status & CEU_CETCR_MAGIC);
283 ceu_write(pcdev, CEIER, ceu_read(pcdev, CEIER) | CEU_CEIER_MASK);
284 ceu_write(pcdev, CAPCR, ceu_read(pcdev, CAPCR) & ~CEU_CAPCR_CTNCP);
285 ceu_write(pcdev, CETCR, CEU_CETCR_MAGIC ^ CEU_CETCR_IGRW);
313 ceu_write(pcdev, top1, phys_addr_top);
316 ceu_write(pcdev, bottom1, phys_addr_bottom);
326 ceu_write(pcde
[all...]

Completed in 169 milliseconds