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

/external/grub/netboot/
H A Deepro.c205 #define IO_PORT 0x0e macro
356 rcv_event = inw(ioaddr + IO_PORT);
359 rcv_status = inw(ioaddr + IO_PORT);
360 rcv_next_frame = inw(ioaddr + IO_PORT);
361 rcv_size = inw(ioaddr + IO_PORT);
371 insw(ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1));
415 outw(XMT_CMD, ioaddr + IO_PORT);
416 outw(0, ioaddr + IO_PORT);
417 outw(end, ioaddr + IO_PORT);
418 outw(length, ioaddr + IO_PORT);
[all...]

Completed in 62 milliseconds