Searched refs:BMPR_MEM_PORT (Results 1 - 1 of 1) sorted by relevance
/external/grub/netboot/ |
H A D | tiara.c | 41 #define BMPR_MEM_PORT 0x10 macro 126 inb(ioaddr + BMPR_MEM_PORT); 145 len = inw(ioaddr + BMPR_MEM_PORT); /* throw away status */ 146 len = inw(ioaddr + BMPR_MEM_PORT); 150 insw(ioaddr + BMPR_MEM_PORT, nic->packet, len / 2); 175 outsw(ioaddr + BMPR_MEM_PORT, d, ETH_ALEN / 2); 176 outsw(ioaddr + BMPR_MEM_PORT, nic->node_addr, ETH_ALEN / 2); 177 outw(t, ioaddr + BMPR_MEM_PORT); 178 outsw(ioaddr + BMPR_MEM_PORT, p, s / 2); 180 outb(p[s-1], ioaddr + BMPR_MEM_PORT); [all...] |
Completed in 27 milliseconds