Lines Matching refs:confcmd
268 } confcmd = {
667 txfd.link = virt_to_bus (&confcmd);
708 confcmd.command = CmdSuspend | CmdConfigure;
709 confcmd.status = 0x0000;
710 confcmd.link = virt_to_bus (&txfd);
711 confcmd.data[1] = (txfifo << 4) | rxfifo;
712 confcmd.data[4] = rxdmacount;
713 confcmd.data[5] = txdmacount + 0x80;
714 confcmd.data[15] = (rx_mode & 2) ? 0x49: 0x48;
715 confcmd.data[19] = (options & 0x10) ? 0xC0 : 0x80;
716 confcmd.data[21] = (rx_mode & 1) ? 0x0D: 0x05;