Searched refs:confcmd (Results 1 – 1 of 1) sorted by relevance
268 } confcmd = { variable667 txfd.link = virt_to_bus (&confcmd); in eepro100_probe()708 confcmd.command = CmdSuspend | CmdConfigure; in eepro100_probe()709 confcmd.status = 0x0000; in eepro100_probe()710 confcmd.link = virt_to_bus (&txfd); in eepro100_probe()711 confcmd.data[1] = (txfifo << 4) | rxfifo; in eepro100_probe()712 confcmd.data[4] = rxdmacount; in eepro100_probe()713 confcmd.data[5] = txdmacount + 0x80; in eepro100_probe()714 confcmd.data[15] = (rx_mode & 2) ? 0x49: 0x48; in eepro100_probe()715 confcmd.data[19] = (options & 0x10) ? 0xC0 : 0x80; in eepro100_probe()[all …]