Searched refs:mctlr (Results 1 – 1 of 1) sorted by relevance
4463 struct bttv *mctlr; in kodicom4400r_muxsel() local4466 mctlr = master[btv->c.nr]; in kodicom4400r_muxsel()4467 if (mctlr == NULL) { /* ignore if master not yet detected */ in kodicom4400r_muxsel()4470 yaddr = (btv->c.nr - mctlr->c.nr + 1) & 3; /* the '&' is for safety */ in kodicom4400r_muxsel()4472 sw_status = (char *)(&mctlr->mbox_we); in kodicom4400r_muxsel()4478 kodicom4400r_write(mctlr, sw_status[yaddr], yaddr, 0); in kodicom4400r_muxsel()4480 kodicom4400r_write(mctlr, xaddr, yaddr, 1); in kodicom4400r_muxsel()4774 struct bttv *mctlr; in gv800s_muxsel() local4782 mctlr = master[btv->c.nr]; in gv800s_muxsel()4783 if (mctlr == NULL) { in gv800s_muxsel()[all …]