Home
last modified time | relevance | path

Searched refs:pci_rom_size (Results 1 – 8 of 8) sorted by relevance

/dports/emulators/bochs/bochs-2.7/iodev/
H A Ddevices.cc1574 if (pci_rom_size > 0) { in after_restore_pci_state()
1576 &pci_conf[0x30], pci_rom_size)) { in after_restore_pci_state()
1624 pci_rom_size = (max_size << 1); in load_pci_rom()
1625 pci_rom = new Bit8u[pci_rom_size]; in load_pci_rom()
1636 …"loaded PCI ROM '%s' (size=%u / PCI=%uk)", path, (unsigned) stat_buf.st_size, pci_rom_size >> 10)); in load_pci_rom()
1700 pci_rom_size)) { in pci_write_handler_common()
H A Diodev.h151 bx_pci_device_c(): pci_rom(NULL), pci_rom_size(0) { in bx_pci_device_c()
181 Bit32u pci_rom_size; variable
/dports/emulators/bochs/bochs-2.7/iodev/network/
H A Dpcipnic.cc253 Bit32u mask = (BX_PNIC_THIS pci_rom_size - 1); in mem_read_handler()
H A De1000.cc717 if (BX_E1000_THIS pci_rom_size > 0) { in mem_read()
718 Bit32u mask = (BX_E1000_THIS pci_rom_size - 1); in mem_read()
H A Dne2k.cc1498 Bit32u mask = (BX_NE2K_THIS pci_rom_size - 1); in mem_read()
/dports/emulators/bochs/bochs-2.7/iodev/display/
H A Dvga.cc642 if ((BX_VGA_THIS pci_enabled) && (BX_VGA_THIS pci_rom_size > 0)) { in mem_read()
643 Bit32u mask = (BX_VGA_THIS pci_rom_size - 1); in mem_read()
H A Dbanshee.cc179 if (pci_rom_size > 0x8000) { in init_model()
244 pci_conf[0x2c + i] = pci_rom[(pci_rom_size - 8) + i]; in reset()
823 if (pci_rom_size > 0) { in mem_read()
824 Bit32u mask = (pci_rom_size - 1); in mem_read()
H A Dsvga_cirrus.cc524 if ((BX_CIRRUS_THIS pci_enabled) && (BX_CIRRUS_THIS pci_rom_size > 0)) { in mem_read()
525 Bit32u mask = (BX_CIRRUS_THIS pci_rom_size - 1); in mem_read()