Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4479 unsigned char yaddr, in kodicom4400r_write()
4483 udata = (data << 7) | ((yaddr&3) << 4) | (xaddr&0xf); in kodicom4400r_write()
4499 int xaddr, yaddr; in kodicom4400r_muxsel() local
4507 yaddr = (btv->c.nr - mctlr->c.nr + 1) & 3; /* the '&' is for safety */ in kodicom4400r_muxsel()
4508 yaddr = map[yaddr]; in kodicom4400r_muxsel()
4511 if (mctlr->sw_status[yaddr] != xaddr) in kodicom4400r_muxsel()
4514 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in kodicom4400r_muxsel()
4515 mctlr->sw_status[yaddr] in kodicom4400r_muxsel()
4477 kodicom4400r_write(struct bttv *btv, unsigned char xaddr, unsigned char yaddr, unsigned char data) kodicom4400r_write() argument
4767 gv800s_write(struct bttv *btv, unsigned char xaddr, unsigned char yaddr, unsigned char data) gv800s_write() argument
4812 int xaddr, yaddr; gv800s_muxsel() local
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H A Dbttv-cards.c4478 unsigned char yaddr, in kodicom4400r_write()
4482 udata = (data << 7) | ((yaddr&3) << 4) | (xaddr&0xf); in kodicom4400r_write()
4498 int xaddr, yaddr; in kodicom4400r_muxsel() local
4506 yaddr = (btv->c.nr - mctlr->c.nr + 1) & 3; /* the '&' is for safety */ in kodicom4400r_muxsel()
4507 yaddr = map[yaddr]; in kodicom4400r_muxsel()
4510 if (mctlr->sw_status[yaddr] != xaddr) in kodicom4400r_muxsel()
4513 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in kodicom4400r_muxsel()
4514 mctlr->sw_status[yaddr] in kodicom4400r_muxsel()
4476 kodicom4400r_write(struct bttv *btv, unsigned char xaddr, unsigned char yaddr, unsigned char data) kodicom4400r_write() argument
4766 gv800s_write(struct bttv *btv, unsigned char xaddr, unsigned char yaddr, unsigned char data) gv800s_write() argument
4811 int xaddr, yaddr; gv800s_muxsel() local
[all...]

Completed in 9 milliseconds