Searched refs:PCI_HEADER_TYPE (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/pci/hotplug/
H A Dcpqphp_pci.c361 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, 0), PCI_HEADER_TYPE, &header_type);
444 rc = pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(device, function), PCI_HEADER_TYPE, &header_type);
488 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, 0), PCI_HEADER_TYPE, &header_type);
531 pci_bus_read_config_byte(ctrl->pci_bus, PCI_DEVFN(new_slot->device, function), PCI_HEADER_TYPE, &header_type);
572 pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type);
724 pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type);
975 pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type);
1068 pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type);
H A Dibmphp_pci.c115 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type);
1086 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type);
1451 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type);
H A Dcpqphp_ctrl.c2057 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &header_type);
2341 rc = pci_bus_read_config_byte(pci_bus, devfn, PCI_HEADER_TYPE, &temp_byte);
H A Dibmphp_res.c1934 pci_bus_read_config_byte(ibmphp_pci_bus, devfn, PCI_HEADER_TYPE, &hdr_type);
/linux-master/drivers/pci/controller/dwc/
H A Dpci-layerscape.c80 header_type = ioread8(pci->dbi_base + PCI_HEADER_TYPE);
91 iowrite8(PCI_HEADER_TYPE_BRIDGE, pci->dbi_base + PCI_HEADER_TYPE);
H A Dpcie-designware-ep.c613 hdr_type = dw_pcie_readb_dbi(pci, PCI_HEADER_TYPE) &
/linux-master/drivers/edac/
H A Dedac_pci_sysfs.c522 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type);
548 pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type);
/linux-master/arch/x86/pci/
H A Dintel_mid_pci.c162 if (reg >= 0x100 || reg == PCI_STATUS || reg == PCI_HEADER_TYPE)
/linux-master/arch/xtensa/lib/
H A Dpci-auto.c262 if (pci_read_config_byte(dev, PCI_HEADER_TYPE, &header_type))
/linux-master/arch/x86/kernel/
H A Daperture_64.c263 PCI_HEADER_TYPE);
H A Dearly-quirks.c780 PCI_HEADER_TYPE);
/linux-master/drivers/pci/controller/
H A Dvmd.c528 hdr_type = readb(base + PCI_HEADER_TYPE);
535 hdr_type = readb(base + PCI_HEADER_TYPE) &
H A Dpcie-rcar-ep.c46 rcar_rmw32(pcie, RCONF(PCI_HEADER_TYPE), PCI_HEADER_TYPE_MASK,
H A Dpcie-rcar-host.c464 rcar_rmw32(pcie, RCONF(PCI_HEADER_TYPE), PCI_HEADER_TYPE_MASK,
H A Dpcie-iproc.c785 iproc_pci_raw_config_read32(pcie, 0, PCI_HEADER_TYPE, 1, &hdr_type);
/linux-master/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c541 header_type = mobiveil_csr_readb(pcie, PCI_HEADER_TYPE);
/linux-master/drivers/bcma/
H A Ddriver_pci_host.c281 bcma_extpci_read_config(pc, dev, func, PCI_HEADER_TYPE, &byte_val,
/linux-master/arch/powerpc/sysdev/
H A Dfsl_pci.c56 pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type);
583 early_read_config_byte(hose, 0, 0, PCI_HEADER_TYPE, &hdr_type);
H A Dmpic.c566 u8 hdr_type = readb(devbase + PCI_HEADER_TYPE);
/linux-master/include/uapi/linux/
H A Dpci_regs.h78 #define PCI_HEADER_TYPE 0x0e /* 8 bits */ macro
/linux-master/drivers/pci/
H A Diov.c171 pci_read_config_byte(virtfn, PCI_HEADER_TYPE,
H A Dprobe.c1784 pci_read_config_byte(dev, PCI_HEADER_TYPE, &hdr_type);
H A Dquirks.c1858 pci_read_config_byte(pdev, PCI_HEADER_TYPE, &hdr);
5719 pci_read_config_byte(gpu, PCI_HEADER_TYPE, &hdr_type);
H A Dpci.c534 pci_bus_read_config_byte(bus, devfn, PCI_HEADER_TYPE, &hdr_type);
/linux-master/drivers/scsi/lpfc/
H A Dlpfc_sli.c4882 pci_read_config_byte(phba->pcidev, PCI_HEADER_TYPE, &hdrtype);

Completed in 522 milliseconds