Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/bt8xx/ !
Dbttv-cards.c4481 unsigned char yaddr, in kodicom4400r_write() argument
4485 udata = (data << 7) | ((yaddr&3) << 4) | (xaddr&0xf); in kodicom4400r_write()
4501 int xaddr, yaddr; in kodicom4400r_muxsel() local
4509 yaddr = (btv->c.nr - mctlr->c.nr + 1) & 3; /* the '&' is for safety */ in kodicom4400r_muxsel()
4510 yaddr = map[yaddr]; in kodicom4400r_muxsel()
4513 if (mctlr->sw_status[yaddr] != xaddr) in kodicom4400r_muxsel()
4516 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in kodicom4400r_muxsel()
4517 mctlr->sw_status[yaddr] = xaddr; in kodicom4400r_muxsel()
4518 kodicom4400r_write(mctlr, xaddr, yaddr, 1); in kodicom4400r_muxsel()
4771 unsigned char yaddr, in gv800s_write() argument
[all …]