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

/vbox/src/VBox/Devices/PC/BIOS/
H A Dfloppy.c452 uint16_t base_address, base_count, base_es; local
556 base_address = base_es + BX; // lower 16 bits of address
558 if ( base_address < base_es ) {
565 last_addr = base_address + base_count;
566 if (last_addr < base_address) {
579 outb(0x0004, base_address);
580 outb(0x0004, base_address>>8);
586 base_count, page, base_address);
697 base_address = base_es + BX; // lower 16 bits of address
699 if ( base_address < base_e
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dw89c840.c271 static int mdio_read(int base_address, int phy_id, int location);
273 static void mdio_write(int base_address, int phy_id, int location, int value);
815 static int mdio_read(int base_address, int phy_id, int location) argument
817 long mdio_addr = base_address + MIICtrl;
845 static void mdio_write(int base_address, int phy_id, int location, int value)
847 long mdio_addr = base_address + MIICtrl;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h896 mod_handle_t base_address; member in struct:get_dll_info_request
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h806 mod_handle_t base_address; member in struct:get_dll_info_request

Completed in 106 milliseconds