Searched refs:eth_mem_start (Results 1 - 1 of 1) sorted by relevance

/external/grub/netboot/
H A Dcs89x0.c72 static unsigned long eth_mem_start; variable
322 if (eth_mem_start) {
324 outb((eth_mem_start >> 8) & 0xff, eth_nic_base + DATA_PORT);
325 outb((eth_mem_start >> 24) & 0xff, eth_nic_base + DATA_PORT + 1); } }
511 eth_mem_start = eeprom_buff[PACKET_PAGE_OFFSET/2] << 8;

Completed in 35 milliseconds