Searched refs:PCI_ROM_ENABLE (Results 1 - 13 of 13) sorted by relevance

/openbsd-current/sys/dev/pci/
H A Dsti_pci.c108 address |= PCI_ROM_ENABLE;
125 address &= ~PCI_ROM_ENABLE;
222 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_ROM_REG, ~PCI_ROM_ENABLE);
224 address |= PCI_ROM_ENABLE;
H A Dif_gem_pci.c139 address |= PCI_ROM_ENABLE;
180 address &= ~PCI_ROM_ENABLE;
H A Dmpi_pci.c133 PWRITE(psc, PCI_ROM_REG, PREAD(psc, PCI_ROM_REG) & ~PCI_ROM_ENABLE);
H A Dpci.c979 pci_conf_write(pc, tag, PCI_ROM_REG, ~PCI_ROM_ENABLE);
991 if (addr & PCI_ROM_ENABLE) {
1382 pci_conf_write(pc, tag, PCI_ROM_REG, ~PCI_ROM_ENABLE);
1420 addr | PCI_ROM_ENABLE);
H A Dpcireg.h469 #define PCI_ROM_ENABLE 0x00000001 macro
H A Dif_cas.c199 address |= PCI_ROM_ENABLE;
289 address &= ~PCI_ROM_ENABLE;
H A Dppb.c648 pci_conf_write(pc, tag, reg_rom, ~PCI_ROM_ENABLE);
H A Dif_nep.c685 address |= PCI_ROM_ENABLE;
784 address &= ~PCI_ROM_ENABLE;
H A Dmpii.c484 ~PCI_ROM_ENABLE);
/openbsd-current/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_bios.c215 pci_conf_write(adev->pc, adev->pa_tag, PCI_ROM_REG, ~PCI_ROM_ENABLE);
217 address |= PCI_ROM_ENABLE;
H A Damdgpu_drv.c3151 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_ROM_REG, ~PCI_ROM_ENABLE);
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dradeon_bios.c160 pci_conf_write(rdev->pc, rdev->pa_tag, PCI_ROM_REG, ~PCI_ROM_ENABLE);
162 address |= PCI_ROM_ENABLE;
H A Dradeon_drv.c1079 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_ROM_REG, ~PCI_ROM_ENABLE);

Completed in 289 milliseconds