Searched defs:confcmd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Deepro100.c268 } confcmd = { variable in typeref:struct: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
[all...]

Completed in 81 milliseconds