Searched refs:post_office_read (Results 1 – 3 of 3) sorted by relevance
| /linux-4.4.14/drivers/media/pci/zoran/ |
| D | zoran_device.h | 44 extern int post_office_read(struct zoran *zr,
|
| D | zoran_device.c | 147 post_office_read (struct zoran *zr, in post_office_read() function 173 guest[i] = post_office_read(zr, i, 0); in dump_guests() 195 guest0[i] = guest[i] = post_office_read(zr, i, 0); in detect_guest_activity() 205 res = post_office_read(zr, i, 0); in detect_guest_activity() 1262 stat = stat | (post_office_read(zr, 7, 0) & 3) << 8; in error_handler()
|
| D | zoran_card.c | 163 data = post_office_read(zr, 0, 3) & 0xff; in zr36060_read() 196 data = post_office_read(zr, 0, reg & 0x03) & 0xff; // reg. LOWBYTES + read in zr36050_read() 227 data = post_office_read(zr, 2, reg & 0x03) & 0xff; // read in zr36016_read()
|