HomeSort by: relevance | last modified time | path
    Searched defs:PCI_MODE1_ENABLE (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/arch/ibmnws/include/
pci_machdep.h 51 #define PCI_MODE1_ENABLE 0x80000000UL
  /src/sys/arch/powerpc/pci/
pciconf_indirect.c 59 #define PCI_MODE1_ENABLE 0x80000000UL
80 tag = PCI_MODE1_ENABLE |
  /src/sys/arch/x86/x86/
identcpu.c 707 #define PCI_MODE1_ENABLE 0x80000000UL
720 outl(PCI_MODE1_ADDRESS_REG, PCI_MODE1_ENABLE | 0x90);
736 #undef PCI_MODE1_ENABLE
  /src/sys/arch/sh3/dev/
shpcic.c 63 #define PCI_MODE1_ENABLE 0x80000000UL
268 tag = PCI_MODE1_ENABLE |
  /src/sys/arch/x86/pci/
pci_machdep.c 190 #define PCI_MODE1_ENABLE 0x80000000UL
198 {.mode1 = PCI_MODE1_ENABLE | ((b) << 16) | ((d) << 11) | ((f) << 8)}
615 tag.mode1 = PCI_MODE1_ENABLE |
853 outl(PCI_MODE1_ADDRESS_REG, PCI_MODE1_ENABLE);
857 if ((val & 0x80fffffc) != PCI_MODE1_ENABLE) {

Completed in 15 milliseconds