Searched refs:post_office_read (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/media/zoran/ |
H A D | zoran_device.h | 21 extern int post_office_read(struct zoran *zr, unsigned int guest, unsigned int reg);
|
H A D | zoran_device.c | 138 int post_office_read(struct zoran *zr, unsigned int guest, unsigned int reg) in post_office_read() function 163 guest[i] = post_office_read(zr, i, 0); in dump_guests() 181 guest0[i] = guest[i] = post_office_read(zr, i, 0); in detect_guest_activity() 190 res = post_office_read(zr, i, 0); in detect_guest_activity()
|
H A D | zoran_card.c | 128 data = post_office_read(zr, 0, 3) & 0xff; in zr36060_read() 152 data = post_office_read(zr, 0, reg & 0x03) & 0xff; // reg. LOWBYTES + read in zr36050_read() 175 data = post_office_read(zr, 2, reg & 0x03) & 0xff; // read in zr36016_read()
|
/kernel/linux/linux-6.6/drivers/media/pci/zoran/ |
H A D | zoran_device.h | 22 int post_office_read(struct zoran *zr, unsigned int guest, unsigned int reg);
|
H A D | zoran_card.c | 107 data = post_office_read(zr, 0, 3) & 0xff; in zr36060_read() 131 data = post_office_read(zr, 0, reg & 0x03) & 0xff; // reg. LOWBYTES + read in zr36050_read() 154 data = post_office_read(zr, 2, reg & 0x03) & 0xff; // read in zr36016_read()
|
H A D | zoran_device.c | 136 int post_office_read(struct zoran *zr, unsigned int guest, unsigned int reg) in post_office_read() function
|
Completed in 6 milliseconds