Lines Matching refs:yaddr
4478 unsigned char yaddr,
4482 udata = (data << 7) | ((yaddr&3) << 4) | (xaddr&0xf);
4498 int xaddr, yaddr;
4506 yaddr = (btv->c.nr - mctlr->c.nr + 1) & 3; /* the '&' is for safety */
4507 yaddr = map[yaddr];
4510 if (mctlr->sw_status[yaddr] != xaddr)
4513 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0);
4514 mctlr->sw_status[yaddr] = xaddr;
4515 kodicom4400r_write(mctlr, xaddr, yaddr, 1);
4768 unsigned char yaddr,
4779 const u32 ADDRESS = ((xaddr&0xf) | (yaddr&3)<<4);
4811 int xaddr, yaddr;
4822 yaddr = (btv->c.nr - mctlr->c.nr) & 3;
4823 xaddr = map[yaddr][input] & 0xf;
4826 if (mctlr->sw_status[yaddr] != xaddr) {
4828 gv800s_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0);
4829 mctlr->sw_status[yaddr] = xaddr;
4830 gv800s_write(mctlr, xaddr, yaddr, 1);