Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/
H A Dsti_pci.c111 address |= PCI_ROM_ENABLE; in sti_pci_enable_rom()
128 address &= ~PCI_ROM_ENABLE; in sti_pci_disable_rom()
225 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_ROM_REG, ~PCI_ROM_ENABLE); in sti_check_rom()
227 address |= PCI_ROM_ENABLE; in sti_check_rom()
H A Dif_gem_pci.c139 address |= PCI_ROM_ENABLE; in gem_pci_enaddr()
180 address &= ~PCI_ROM_ENABLE; in gem_pci_enaddr()
H A Dmpi_pci.c133 PWRITE(psc, PCI_ROM_REG, PREAD(psc, PCI_ROM_REG) & ~PCI_ROM_ENABLE); in mpi_pci_attach()
H A Dpci.c993 pci_conf_write(pc, tag, PCI_ROM_REG, ~PCI_ROM_ENABLE); in pci_reserve_resources()
1005 if (addr & PCI_ROM_ENABLE) { in pci_reserve_resources()
1396 pci_conf_write(pc, tag, PCI_ROM_REG, ~PCI_ROM_ENABLE); in pciioctl()
1434 addr | PCI_ROM_ENABLE); in pciioctl()
H A Dpcireg.h469 #define PCI_ROM_ENABLE 0x00000001 macro
H A Dif_cas.c199 address |= PCI_ROM_ENABLE; in cas_pci_enaddr()
289 address &= ~PCI_ROM_ENABLE; in cas_pci_enaddr()
H A Dppb.c648 pci_conf_write(pc, tag, reg_rom, ~PCI_ROM_ENABLE); in ppb_alloc_resources()
H A Dif_nep.c685 address |= PCI_ROM_ENABLE; in nep_pci_enaddr()
784 address &= ~PCI_ROM_ENABLE; in nep_pci_enaddr()
H A Dmpii.c484 ~PCI_ROM_ENABLE); in mpii_attach()
/openbsd/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); in amdgpu_read_bios()
217 address |= PCI_ROM_ENABLE; in amdgpu_read_bios()
H A Damdgpu_drv.c3155 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_ROM_REG, ~PCI_ROM_ENABLE); in amdgpu_attach()
/openbsd/sys/dev/pci/drm/radeon/
H A Dradeon_bios.c160 pci_conf_write(rdev->pc, rdev->pa_tag, PCI_ROM_REG, ~PCI_ROM_ENABLE); in radeon_read_bios()
162 address |= PCI_ROM_ENABLE; in radeon_read_bios()
H A Dradeon_drv.c1079 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_ROM_REG, ~PCI_ROM_ENABLE); in radeondrm_attach_kms()