Home
last modified time | relevance | path

Searched refs:PCI_HEADER_TYPE (Results 1 – 17 of 17) sorted by relevance

/linux/drivers/pci/hotplug/
H A Dcpqphp_pci.c352 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, &header_type); in cpqhp_save_config()
435 …rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header… in cpqhp_save_config()
479 …pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_t… in cpqhp_save_slot_config()
522 …pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &h… in cpqhp_save_slot_config()
563 pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in cpqhp_save_base_addr_length()
715 pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in cpqhp_save_used_resources()
960 pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in cpqhp_configure_board()
1053 pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in cpqhp_valid_replace()
H A Dibmphp_pci.c115 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); in ibmphp_configure_card()
1086 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); in scan_behind_bridge()
1451 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); in unconfigure_boot_card()
H A Dcpqphp_ctrl.c2057 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type); in cpqhp_process_SS()
2341 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &temp_byte); in configure_new_function()
H A Dibmphp_res.c1934 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type); in update_bridge_ranges()
/linux/arch/xtensa/lib/
H A Dpci-auto.c262 if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type)) in pciauto_bus_scan()
/linux/arch/x86/pci/
H A Dintel_mid.c162 if (reg >= 0x100 || reg == PCI_STATUS || reg == PCI_HEADER_TYPE) in type1_access_ok()
/linux/drivers/pci/controller/
H A Dvmd.c532 hdr_type = readb(base + PCI_HEADER_TYPE); in vmd_domain_reset()
539 hdr_type = readb(base + PCI_HEADER_TYPE) & in vmd_domain_reset()
H A Dpcie-rcar-host.c461 rcar_rmw32(pcie, RCONF(PCI_HEADER_TYPE), PCI_HEADER_TYPE_MASK, in rcar_pcie_hw_init()
/linux/arch/powerpc/sysdev/
H A Dfsl_pci.c56 pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type); in quirk_fsl_pcie_early()
583 early_read_config_byte(hose, 0, 0, PCI_HEADER_TYPE, &hdr_type); in fsl_add_bridge()
H A Dmpic.c567 u8 hdr_type = readb(devbase + PCI_HEADER_TYPE); in mpic_scan_ht_pics()
/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c533 header_type = mobiveil_csr_readb(pcie, PCI_HEADER_TYPE); in mobiveil_pcie_is_bridge()
/linux/drivers/bcma/
H A Ddriver_pci_host.c281 bcma_extpci_read_config(pc, dev, func, PCI_HEADER_TYPE, &byte_val, in bcma_find_pci_capability()
/linux/include/uapi/linux/
H A Dpci_regs.h78 #define PCI_HEADER_TYPE 0x0e /* 8 bits */ macro
/linux/drivers/pci/
H A Diov.c197 pci_read_config_byte(virtfn, PCI_HEADER_TYPE, in pci_read_vf_config_common()
H A Dpci.c504 pci_bus_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type); in pci_bus_find_capability()
/linux/drivers/pci/controller/dwc/
H A Dpcie-designware-ep.c1193 hdr_type = dw_pcie_readb_dbi(pci, PCI_HEADER_TYPE) & in dw_pcie_ep_init_registers()
/linux/drivers/scsi/lpfc/
H A Dlpfc_sli.c4863 pci_read_config_byte(phba->pcidev, PCI_HEADER_TYPE, &hdrtype); in lpfc_reset_barrier()