HomeSort by relevance Sort by last modified time
    Searched refs:RX_FRAME_PORT (Results 1 - 2 of 2) sorted by null

  /external/grub/netboot/
cs89x0.c 424 status = inw(eth_nic_base + RX_FRAME_PORT);
425 nic->packetlen = inw(eth_nic_base + RX_FRAME_PORT);
426 insw(eth_nic_base + RX_FRAME_PORT, nic->packet, nic->packetlen >> 1);
428 nic->packet[nic->packetlen-1] = inw(eth_nic_base + RX_FRAME_PORT);
cs89x0.h 317 #define RX_FRAME_PORT 0x0000
318 #define TX_FRAME_PORT RX_FRAME_PORT

Completed in 16 milliseconds