Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/pci/zoran/
Dzoran_device.h22 int post_office_read(struct zoran *zr, unsigned int guest, unsigned int reg);
Dzoran_card.c107 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()
Dzoran_device.c136 int post_office_read(struct zoran *zr, unsigned int guest, unsigned int reg) in post_office_read() function