Searched refs:PCI_ROM_ENABLE (Results 1 – 13 of 13) sorted by relevance
/openbsd/sys/dev/pci/ |
H A D | sti_pci.c | 111 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 D | if_gem_pci.c | 139 address |= PCI_ROM_ENABLE; in gem_pci_enaddr() 180 address &= ~PCI_ROM_ENABLE; in gem_pci_enaddr()
|
H A D | mpi_pci.c | 133 PWRITE(psc, PCI_ROM_REG, PREAD(psc, PCI_ROM_REG) & ~PCI_ROM_ENABLE); in mpi_pci_attach()
|
H A D | pci.c | 993 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 D | pcireg.h | 469 #define PCI_ROM_ENABLE 0x00000001 macro
|
H A D | if_cas.c | 199 address |= PCI_ROM_ENABLE; in cas_pci_enaddr() 289 address &= ~PCI_ROM_ENABLE; in cas_pci_enaddr()
|
H A D | ppb.c | 648 pci_conf_write(pc, tag, reg_rom, ~PCI_ROM_ENABLE); in ppb_alloc_resources()
|
H A D | if_nep.c | 685 address |= PCI_ROM_ENABLE; in nep_pci_enaddr() 784 address &= ~PCI_ROM_ENABLE; in nep_pci_enaddr()
|
H A D | mpii.c | 484 ~PCI_ROM_ENABLE); in mpii_attach()
|
/openbsd/sys/dev/pci/drm/amd/amdgpu/ |
H A D | amdgpu_bios.c | 215 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 D | amdgpu_drv.c | 3155 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 D | radeon_bios.c | 160 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 D | radeon_drv.c | 1079 pci_conf_write(pa->pa_pc, pa->pa_tag, PCI_ROM_REG, ~PCI_ROM_ENABLE); in radeondrm_attach_kms()
|