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

/external/grub/netboot/
H A Dcs89x0.c86 return inw(eth_nic_base + DATA_PORT);
92 outw(value, eth_nic_base + DATA_PORT);
319 outb(eth_irq, eth_nic_base + DATA_PORT);
320 outb(0, eth_nic_base + DATA_PORT + 1); }
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); } }
471 if (inw(ioaddr + DATA_PORT) != CHIP_EISA_ID_SIG)
H A Dcs89x0.h326 #define DATA_PORT 0x000C macro

Completed in 74 milliseconds