HomeSort by relevance Sort by last modified time
    Searched full:id_port (Results 1 - 3 of 3) sorted by null

  /external/grub/netboot/
3c509.c 351 * We get eeprom data from the id_port given an offset into the eeprom.
363 get_eeprom_data(int id_port, int offset)
366 outb(0x80 + offset, id_port);
370 data = (data << 1) | (inw(id_port) & 1);
400 int data, j, io_base, id_port; local
408 id_port = EP_ID_PORT;
492 outb(0xc0, id_port); /* Global reset */
495 outb(0, id_port);
496 outb(0, id_port);
497 send_ID_sequence(id_port);
    [all...]
i82586.c 95 #define ID_PORT 0x100
548 /* Send the ID sequence to the ID_PORT to enable the board */
549 outb(0x00, ID_PORT);
552 outb(lrs_state, ID_PORT);
557 outb(0x00, ID_PORT);
3c509.h 371 #define ACTIVATE_ADAPTER_TO_CONFIG 0xff /* to the id_port */

Completed in 198 milliseconds