Searched refs:hdr_type (Results 1 – 9 of 9) sorted by relevance
| /arch/powerpc/kernel/ |
| A D | pci_of_scan.c | 220 dev->hdr_type = PCI_HEADER_TYPE_BRIDGE; in of_create_pci_dev() 224 dev->hdr_type = PCI_HEADER_TYPE_CARDBUS; in of_create_pci_dev() 226 dev->hdr_type = PCI_HEADER_TYPE_NORMAL; in of_create_pci_dev() 385 pr_debug(" dev header type: %x\n", dev->hdr_type); in of_scan_pci_dev() 409 pr_debug(" dev header type: %x\n", dev->hdr_type); in __of_scan_bus()
|
| A D | eeh_driver.c | 505 (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE)) in eeh_rmv_device()
|
| A D | pci-common.c | 1714 (dev->hdr_type == PCI_HEADER_TYPE_NORMAL) && in fixup_hide_host_resource_fsl()
|
| /arch/x86/include/asm/ |
| A D | cpu.h | 66 int intel_microcode_sanity_check(void *mc, bool print_err, int hdr_type);
|
| /arch/sparc/kernel/ |
| A D | pci.c | 337 dev->hdr_type = PCI_HEADER_TYPE_BRIDGE; in of_create_pci_dev() 340 dev->hdr_type = PCI_HEADER_TYPE_CARDBUS; in of_create_pci_dev() 342 dev->hdr_type = PCI_HEADER_TYPE_NORMAL; in of_create_pci_dev() 351 dev->vendor, dev->device, dev->hdr_type, dev->class); in of_create_pci_dev() 580 pci_info(dev, "dev header type: %x\n", dev->hdr_type); in pci_of_scan_bus()
|
| /arch/powerpc/sysdev/ |
| A D | fsl_pci.c | 49 u8 hdr_type; in quirk_fsl_pcie_early() local 56 pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type); in quirk_fsl_pcie_early() 57 if ((hdr_type & PCI_HEADER_TYPE_MASK) != PCI_HEADER_TYPE_BRIDGE) in quirk_fsl_pcie_early() 528 u8 hdr_type, progif; in fsl_add_bridge() local 583 early_read_config_byte(hose, 0, 0, PCI_HEADER_TYPE, &hdr_type); in fsl_add_bridge() 584 if ((hdr_type & PCI_HEADER_TYPE_MASK) != PCI_HEADER_TYPE_BRIDGE) in fsl_add_bridge()
|
| A D | mpic.c | 567 u8 hdr_type = readb(devbase + PCI_HEADER_TYPE); in mpic_scan_ht_pics() local 587 if (PCI_FUNC(devfn) == 0 && (hdr_type & 0x80) == 0) in mpic_scan_ht_pics()
|
| /arch/x86/kernel/cpu/microcode/ |
| A D | intel.c | 137 int intel_microcode_sanity_check(void *mc, bool print_err, int hdr_type) in intel_microcode_sanity_check() argument 154 if (mc_header->ldrver != 1 || mc_header->hdrver != hdr_type) { in intel_microcode_sanity_check()
|
| /arch/arm/kernel/ |
| A D | bios32.c | 330 if (bus->self && bus->self->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in pcibios_fixup_bus()
|
Completed in 24 milliseconds