Lines Matching refs:yaddr
4479 unsigned char yaddr,
4483 udata = (data << 7) | ((yaddr&3) << 4) | (xaddr&0xf);
4499 int xaddr, yaddr;
4507 yaddr = (btv->c.nr - mctlr->c.nr + 1) & 3; /* the '&' is for safety */
4508 yaddr = map[yaddr];
4511 if (mctlr->sw_status[yaddr] != xaddr)
4514 kodicom4400r_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0);
4515 mctlr->sw_status[yaddr] = xaddr;
4516 kodicom4400r_write(mctlr, xaddr, yaddr, 1);
4769 unsigned char yaddr,
4780 const u32 ADDRESS = ((xaddr&0xf) | (yaddr&3)<<4);
4812 int xaddr, yaddr;
4823 yaddr = (btv->c.nr - mctlr->c.nr) & 3;
4824 xaddr = map[yaddr][input] & 0xf;
4827 if (mctlr->sw_status[yaddr] != xaddr) {
4829 gv800s_write(mctlr, mctlr->sw_status[yaddr], yaddr, 0);
4830 mctlr->sw_status[yaddr] = xaddr;
4831 gv800s_write(mctlr, xaddr, yaddr, 1);