bhlcr 192 arch/i386/i386/mpbios_intr_fixup.c pcireg_t bhlcr;
bhlcr 204 arch/i386/i386/mpbios_intr_fixup.c bhlcr = pci_conf_read(pc, icutag, PCI_BHLC_REG);
bhlcr 205 arch/i386/i386/mpbios_intr_fixup.c if (PCI_HDRTYPE_MULTIFN(bhlcr) || (qd != NULL &&
bhlcr 784 arch/i386/pci/pci_intr_fixup.c pcireg_t bhlcr;
bhlcr 799 arch/i386/pci/pci_intr_fixup.c bhlcr = pci_conf_read(pc, icutag, PCI_BHLC_REG);
bhlcr 800 arch/i386/pci/pci_intr_fixup.c if (PCI_HDRTYPE_MULTIFN(bhlcr) || (qd != NULL &&
bhlcr 523 arch/i386/pci/pcibios.c pcireg_t id, bhlcr;
bhlcr 542 arch/i386/pci/pcibios.c bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
bhlcr 543 arch/i386/pci/pcibios.c if (PCI_HDRTYPE_MULTIFN(bhlcr) ||
bhlcr 123 dev/cardbus/cardbusvar.h #define CARDBUS_BIST(bhlcr) \
bhlcr 124 dev/cardbus/cardbusvar.h (((bhlcr) >> CARDBUS_BIST_SHIFT) & CARDBUS_BIST_MASK)
bhlcr 128 dev/cardbus/cardbusvar.h #define CARDBUS_HDRTYPE(bhlcr) \
bhlcr 129 dev/cardbus/cardbusvar.h (((bhlcr) >> CARDBUS_HDRTYPE_SHIFT) & CARDBUS_HDRTYPE_MASK)
bhlcr 131 dev/cardbus/cardbusvar.h #define CARDBUS_HDRTYPE_TYPE(bhlcr) \
bhlcr 132 dev/cardbus/cardbusvar.h (CARDBUS_HDRTYPE(bhlcr) & 0x7f)
bhlcr 133 dev/cardbus/cardbusvar.h #define CARDBUS_HDRTYPE_MULTIFN(bhlcr) \
bhlcr 134 dev/cardbus/cardbusvar.h ((CARDBUS_HDRTYPE(bhlcr) & 0x80) != 0)
bhlcr 138 dev/cardbus/cardbusvar.h #define CARDBUS_LATTIMER(bhlcr) \
bhlcr 139 dev/cardbus/cardbusvar.h (((bhlcr) >> CARDBUS_LATTIMER_SHIFT) & CARDBUS_LATTIMER_MASK)
bhlcr 143 dev/cardbus/cardbusvar.h #define CARDBUS_CACHELINE(bhlcr) \
bhlcr 144 dev/cardbus/cardbusvar.h (((bhlcr) >> CARDBUS_CACHELINE_SHIFT) & CARDBUS_CACHELINE_MASK)
bhlcr 142 dev/pci/adv_pci.c u_int32_t bhlcr;
bhlcr 144 dev/pci/adv_pci.c bhlcr = pci_conf_read(pa->pa_pc, pa->pa_tag, PCI_BHLC_REG);
bhlcr 148 dev/pci/adv_pci.c bhlcr &= 0xFFFF00FFul;
bhlcr 150 dev/pci/adv_pci.c PCI_BHLC_REG, bhlcr);
bhlcr 152 dev/pci/adv_pci.c (PCI_LATTIMER(bhlcr) < 0x20)) {
bhlcr 153 dev/pci/adv_pci.c bhlcr &= 0xFFFF00FFul;
bhlcr 154 dev/pci/adv_pci.c bhlcr |= 0x00002000ul;
bhlcr 156 dev/pci/adv_pci.c PCI_BHLC_REG, bhlcr);
bhlcr 248 dev/pci/pci.c pcireg_t id, csr, class, intr, bhlcr;
bhlcr 253 dev/pci/pci.c bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
bhlcr 254 dev/pci/pci.c if (PCI_HDRTYPE_TYPE(bhlcr) > 2)
bhlcr 425 dev/pci/pci.c pcireg_t id, bhlcr;
bhlcr 431 dev/pci/pci.c bhlcr = pci_conf_read(pc, tag, PCI_BHLC_REG);
bhlcr 432 dev/pci/pci.c if (PCI_HDRTYPE_TYPE(bhlcr) > 2)
bhlcr 453 dev/pci/pci.c nfunctions = PCI_HDRTYPE_MULTIFN(bhlcr) ? 8 : 1;
bhlcr 300 dev/pci/pcireg.h #define PCI_BIST(bhlcr) \
bhlcr 301 dev/pci/pcireg.h (((bhlcr) >> PCI_BIST_SHIFT) & PCI_BIST_MASK)
bhlcr 305 dev/pci/pcireg.h #define PCI_HDRTYPE(bhlcr) \
bhlcr 306 dev/pci/pcireg.h (((bhlcr) >> PCI_HDRTYPE_SHIFT) & PCI_HDRTYPE_MASK)
bhlcr 308 dev/pci/pcireg.h #define PCI_HDRTYPE_TYPE(bhlcr) \
bhlcr 309 dev/pci/pcireg.h (PCI_HDRTYPE(bhlcr) & 0x7f)
bhlcr 310 dev/pci/pcireg.h #define PCI_HDRTYPE_MULTIFN(bhlcr) \
bhlcr 311 dev/pci/pcireg.h ((PCI_HDRTYPE(bhlcr) & 0x80) != 0)
bhlcr 315 dev/pci/pcireg.h #define PCI_LATTIMER(bhlcr) \
bhlcr 316 dev/pci/pcireg.h (((bhlcr) >> PCI_LATTIMER_SHIFT) & PCI_LATTIMER_MASK)
bhlcr 320 dev/pci/pcireg.h #define PCI_CACHELINE(bhlcr) \
bhlcr 321 dev/pci/pcireg.h (((bhlcr) >> PCI_CACHELINE_SHIFT) & PCI_CACHELINE_MASK)