Searched refs:ZR050_SOF_IDX (Results 1 - 2 of 2) sorted by path

/linux-master/drivers/media/pci/zoran/
H A Dzr36050.c122 zr36050_write(ptr, ZR050_SOF_IDX, 0x00);
123 zr36050_write(ptr, ZR050_SOF_IDX + 1, 0x00);
124 if ((zr36050_read(ptr, ZR050_SOF_IDX) |
125 zr36050_read(ptr, ZR050_SOF_IDX + 1)) != 0x0000) {
131 zr36050_write(ptr, ZR050_SOF_IDX, 0xff);
132 zr36050_write(ptr, ZR050_SOF_IDX + 1, 0xc0);
133 if (((zr36050_read(ptr, ZR050_SOF_IDX) << 8) |
134 zr36050_read(ptr, ZR050_SOF_IDX + 1)) != 0xffc0) {
306 return zr36050_pushit(ptr, ZR050_SOF_IDX,
H A Dzr36050.h80 #define ZR050_SOF_IDX 0x040 macro

Completed in 232 milliseconds