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

/external/syslinux/gpxe/src/arch/i386/include/
H A Dundiload.h31 undi->isapnp_read_port = UNDI_NO_ISAPNP_READ_PORT;
H A Dundi.h38 UINT16_t isapnp_read_port; member in struct:undi_device
/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...]
/external/syslinux/gpxe/src/arch/i386/drivers/net/
H A Dundiload.c65 undi_loader.DX = undi->isapnp_read_port;
88 undi->isapnp_read_port, undi->isapnp_csn );
H A Dundinet.c494 start_undi.DX = undi->isapnp_read_port;
/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/include/gpxe/
H A Disapnp.h234 extern uint16_t isapnp_read_port;
/external/syslinux/gpxe/src/arch/i386/prefix/
H A Dpxeprefix.S679 isapnp_read_port: .word UNDI_NO_ISAPNP_READ_PORT label

Completed in 134 milliseconds