Searched refs:hdr_type (Results 1 – 12 of 12) sorted by relevance
54 &&((bridge->hdr_type == PCI_HEADER_TYPE_BRIDGE) in pci_fixup_video()55 ||(bridge->hdr_type == PCI_HEADER_TYPE_CARDBUS))) { in pci_fixup_video()
171 dev->hdr_type = PCI_HEADER_TYPE_BRIDGE; in of_create_pci_dev()174 dev->hdr_type = PCI_HEADER_TYPE_CARDBUS; in of_create_pci_dev()176 dev->hdr_type = PCI_HEADER_TYPE_NORMAL; in of_create_pci_dev()215 pr_debug(" dev header type: %x\n", dev->hdr_type); in __of_scan_bus()227 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || in __of_scan_bus()228 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) { in __of_scan_bus()
63 (dev->hdr_type == PCI_HEADER_TYPE_NORMAL) && in fixup_hide_host_resource_fsl()
128 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || in pcibios_add_pci_devices()129 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) in pcibios_add_pci_devices()
1186 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in eeh_add_device_tree_late()1233 if (bus && dev->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in eeh_remove_bus_device()
328 dev->hdr_type = PCI_HEADER_TYPE_BRIDGE; in of_create_pci_dev()331 dev->hdr_type = PCI_HEADER_TYPE_CARDBUS; in of_create_pci_dev()333 dev->hdr_type = PCI_HEADER_TYPE_NORMAL; in of_create_pci_dev()634 dev->hdr_type); in pci_of_scan_bus()636 if (dev->hdr_type == PCI_HEADER_TYPE_BRIDGE || in pci_of_scan_bus()637 dev->hdr_type == PCI_HEADER_TYPE_CARDBUS) in pci_of_scan_bus()
113 dev->hdr_type = PCI_HEADER_TYPE_INVALID; in mv64x60_pci_fixup_early()
528 u8 hdr_type = readb(devbase + PCI_HEADER_TYPE); in mpic_scan_ht_pics() local548 if (PCI_FUNC(devfn) == 0 && (hdr_type & 0x80) == 0) in mpic_scan_ht_pics()
341 && ((bridge->hdr_type == PCI_HEADER_TYPE_BRIDGE) in pci_fixup_video()342 || (bridge->hdr_type == PCI_HEADER_TYPE_CARDBUS))) { in pci_fixup_video()
154 dev->hdr_type = 0x7f; in skip_fake_bridge()
427 if (bus->self && bus->self->hdr_type == PCI_HEADER_TYPE_BRIDGE) { in pcibios_fixup_bus()
338 limit = (dev->hdr_type == PCI_HEADER_TYPE_NORMAL) ? in pcibios_fixup_device_resources()