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

/vbox/src/VBox/Devices/PC/ipxe/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
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/bus/
H A Disapnp.c60 * #isapnp_read_port. Note that setting the read port address in this
84 uint16_t isapnp_read_port; variable
112 return inb ( isapnp_read_port );
134 isapnp_write_byte ( ISAPNP_READPORT, ( isapnp_read_port >> 2 ) );
417 isapnp_read_port );
523 csn, isapnp_read_port );
533 for ( isapnp_read_port = ISAPNP_READ_PORT_START ;
534 isapnp_read_port <= ISAPNP_READ_PORT_MAX ;
535 isapnp_read_port += ISAPNP_READ_PORT_STEP ) {
539 if ( ( isapnp_read_port >
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/drivers/net/
H A Dundiload.c71 undi_loader.DX = undi->isapnp_read_port;
94 undi->isapnp_read_port, undi->isapnp_csn );
H A Dundinet.c562 start_undi.DX = undi->isapnp_read_port;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_preboot.c46 uint16_t isapnp_read_port; variable
289 isapnp_read_port = start_undi->DX;
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Disapnp.h241 extern uint16_t isapnp_read_port;
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/prefix/
H A Dpxeprefix.S681 isapnp_read_port: .word UNDI_NO_ISAPNP_READ_PORT label

Completed in 56 milliseconds