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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dzoran_device.h44 extern int post_office_read(struct zoran *zr,
H A Dzoran_device.c155 post_office_read (struct zoran *zr, function
181 guest[i] = post_office_read(zr, i, 0);
212 guest0[i] = guest[i] = post_office_read(zr, i, 0);
222 res = post_office_read(zr, i, 0);
1289 stat = stat | (post_office_read(zr, 7, 0) & 3) << 8;
1459 //post_office_read(zr,1,0);
H A Dzoran_card.c187 data = post_office_read(zr, 0, 3) & 0xff;
220 data = post_office_read(zr, 0, reg & 0x03) & 0xff; // reg. LOWBYTES + read
251 data = post_office_read(zr, 2, reg & 0x03) & 0xff; // read

Completed in 59 milliseconds