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

  /external/syslinux/gpxe/src/arch/i386/include/
undiload.h 31 undi->isapnp_read_port = UNDI_NO_ISAPNP_READ_PORT;
undi.h 38 UINT16_t isapnp_read_port; member in struct:undi_device
  /external/syslinux/gpxe/src/drivers/bus/
isapnp.c 51 * #isapnp_read_port. Note that setting the read port address in this
75 uint16_t isapnp_read_port; variable
103 return inb ( isapnp_read_port );
125 isapnp_write_byte ( ISAPNP_READPORT, ( isapnp_read_port >> 2 ) );
408 isapnp_read_port );
514 csn, isapnp_read_port );
524 for ( isapnp_read_port = ISAPNP_READ_PORT_START ;
525 isapnp_read_port <= ISAPNP_READ_PORT_MAX ;
526 isapnp_read_port += ISAPNP_READ_PORT_STEP ) {
530 if ( ( isapnp_read_port >= 0x280 ) &
    [all...]
  /external/syslinux/gpxe/src/arch/i386/drivers/net/
undiload.c 65 undi_loader.DX = undi->isapnp_read_port;
88 undi->isapnp_read_port, undi->isapnp_csn );
undinet.c 494 start_undi.DX = undi->isapnp_read_port;
  /external/syslinux/gpxe/src/arch/i386/interface/pxe/
pxe_preboot.c 45 uint16_t isapnp_read_port; variable
282 isapnp_read_port = start_undi->DX;
  /external/syslinux/gpxe/src/include/gpxe/
isapnp.h 234 extern uint16_t isapnp_read_port;
  /external/syslinux/gpxe/src/arch/i386/prefix/
pxeprefix.S 679 isapnp_read_port: .word UNDI_NO_ISAPNP_READ_PORT label

Completed in 289 milliseconds