Searched refs:yaddr (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/media/pci/bt8xx/ |
H A D | bttv-cards.c | 4478 unsigned char yaddr, in kodicom4400r_write() argument 4498 int xaddr, yaddr; in kodicom4400r_muxsel() local 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] = xaddr; in kodicom4400r_muxsel() 4768 unsigned char yaddr, in gv800s_write() argument 4811 int xaddr, yaddr; in gv800s_muxsel() local 4823 xaddr = map[yaddr][input] & 0xf; in gv800s_muxsel() 4828 gv800s_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0); in gv800s_muxsel() [all …]
|