Searched defs:isapnp_read_port (Results 1 - 4 of 4) sorted by relevance

/external/syslinux/gpxe/src/arch/i386/include/
H A Dundi.h38 UINT16_t isapnp_read_port; member in struct:undi_device
/external/syslinux/gpxe/src/arch/i386/interface/pxe/
H A Dpxe_preboot.c45 uint16_t isapnp_read_port; variable
282 isapnp_read_port = start_undi->DX;
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Dpxeprefix.S679 isapnp_read_port: .word UNDI_NO_ISAPNP_READ_PORT label
/external/syslinux/gpxe/src/drivers/bus/
H A Disapnp.c51 * #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 >
[all...]

Completed in 623 milliseconds