Home
last modified time | relevance | path

Searched defs:devfn (Results 151 – 175 of 241) sorted by relevance

12345678910

/OK3568_Linux_fs/kernel/drivers/iommu/intel/
H A Diommu.c786 u8 devfn, int alloc) in iommu_context_addr()
898 struct intel_iommu *device_to_iommu(struct device *dev, u8 *bus, u8 *devfn) in device_to_iommu()
975 static int device_context_mapped(struct intel_iommu *iommu, u8 bus, u8 devfn) in device_context_mapped()
1491 u8 bus, u8 devfn) in iommu_support_dev_iotlb()
2143 u8 bus, u8 devfn) in domain_context_mapping_one()
2311 u8 bus, devfn; in domain_context_mapping() local
2342 u8 bus, devfn; in domain_context_mapped() local
2551 static void domain_context_clear_one(struct intel_iommu *iommu, u8 bus, u8 devfn) in domain_context_clear_one()
2635 dmar_search_domain_by_dev_info(int segment, int bus, int devfn) in dmar_search_domain_by_dev_info()
2690 int bus, int devfn, in dmar_insert_one_dev_info()
[all …]
/OK3568_Linux_fs/kernel/drivers/misc/mei/
H A Dhw-me.c1370 unsigned int devfn; in mei_me_fw_type_nm() local
1396 unsigned int devfn; in mei_me_fw_type_sps_4() local
1421 unsigned int devfn; in mei_me_fw_type_sps() local
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Ddrivers.c317 unsigned int devfn = to_pci_dev(dev)->devfn; in get_node_path() local
325 unsigned int devfn = to_pci_dev(dev)->devfn; in get_node_path() local
664 unsigned int devfn = pdev->devfn; in match_pci_device() local
/OK3568_Linux_fs/kernel/arch/x86/pci/
H A Dmmconfig-shared.c305 u32 devfn; member
346 u32 bus, devfn; in pci_mmcfg_check_hostbridge() local
/OK3568_Linux_fs/kernel/drivers/pci/controller/dwc/
H A Dpci-exynos.c339 static int exynos_pcie_rd_own_conf(struct pci_bus *bus, unsigned int devfn, in exynos_pcie_rd_own_conf()
353 static int exynos_pcie_wr_own_conf(struct pci_bus *bus, unsigned int devfn, in exynos_pcie_wr_own_conf()
/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dcore_cia.c209 cia_read_config(struct pci_bus *bus, unsigned int devfn, int where, int size, in cia_read_config()
228 cia_write_config(struct pci_bus *bus, unsigned int devfn, int where, int size, in cia_write_config()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dprom_32.c97 unsigned int devfn; in pci_path_component() local
/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dcpci_hotplug.h32 unsigned int devfn; member
/OK3568_Linux_fs/kernel/drivers/edac/
H A Damd8131_edac.h80 int devfn; member
/OK3568_Linux_fs/u-boot/drivers/pci/
H A Dpci_gt64120.c50 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in gt_config_access() local
/OK3568_Linux_fs/kernel/arch/powerpc/sysdev/
H A Dmpic.c448 unsigned int devfn) in mpic_scan_ht_msi()
484 unsigned int devfn) in mpic_scan_ht_msi()
491 unsigned int devfn, u32 vdid) in mpic_scan_ht_pic()
541 unsigned int devfn; in mpic_scan_ht_pics() local
H A Dtsi108_pci.c132 tsi108_direct_read_config(struct pci_bus *bus, unsigned int devfn, int offset, in tsi108_direct_read_config()
/OK3568_Linux_fs/kernel/drivers/misc/cb710/
H A Dcore.c31 unsigned int devfn = PCI_DEVFN(PCI_SLOT(pdev->devfn), 0); in cb710_pci_configure() local
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/
H A Dfsl_uli1575.c344 u_char bus, u_char devfn) in uli_exclude_device()
/OK3568_Linux_fs/kernel/drivers/pci/controller/cadence/
H A Dpcie-cadence.h136 #define CDNS_PCIE_AT_OB_REGION_PCI_ADDR0_DEVFN(devfn) \ argument
159 #define CDNS_PCIE_AT_OB_REGION_DESC0_DEVFN(devfn) \ argument
504 static inline void __iomem *cdns_pci_map_bus(struct pci_bus *bus, unsigned int devfn, in cdns_pci_map_bus()
/OK3568_Linux_fs/kernel/drivers/pci/pcie/
H A Daer.c742 u8 devfn = info->id & 0xff; in aer_print_port_info() local
970 u8 devfn; member
1012 void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn, in aer_recover_queue()
/OK3568_Linux_fs/kernel/drivers/xen/xen-pciback/
H A Dpci_stub.c43 unsigned int devfn; member
488 int domain, int bus, unsigned int devfn) in pcistub_device_id_add_list()
1065 int rc = 0, devfn = PCI_DEVFN(slot, func); in pcistub_device_id_add() local
/OK3568_Linux_fs/u-boot/arch/powerpc/cpu/mpc83xx/
H A Dpcie.c59 u8 devfn = PCI_DEV(dev) << 3 | PCI_FUNC(dev); in mpc83xx_pcie_remap_cfg() local
/OK3568_Linux_fs/kernel/arch/mips/txx9/generic/
H A Dpci.c30 int top_bus, int bus, int devfn, int offset, u16 *value) in early_read_config_word()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dmpc85xx_cds.c71 u_char bus, u_char devfn) in mpc85xx_exclude_device()
/OK3568_Linux_fs/u-boot/board/armltd/integrator/
H A Dpci.c93 unsigned int devfn = PCI_FUNC(bdf); in v3_open_config_window() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Dquirks.c540 unsigned int devfn; in quirk_amd_nb_node() local
/OK3568_Linux_fs/kernel/drivers/parisc/
H A Ddino.c171 static int dino_cfg_read(struct pci_bus *bus, unsigned int devfn, int where, in dino_cfg_read()
206 static int dino_cfg_write(struct pci_bus *bus, unsigned int devfn, int where, in dino_cfg_write()
/OK3568_Linux_fs/kernel/drivers/pci/controller/
H A Dpci-aardvark.c255 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument
980 int devfn) in advk_pcie_valid_device()
1024 static int advk_pcie_rd_conf(struct pci_bus *bus, u32 devfn, in advk_pcie_rd_conf()
1112 static int advk_pcie_wr_conf(struct pci_bus *bus, u32 devfn, in advk_pcie_wr_conf()
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dpci-label.c50 int devfn; in find_smbios_instance_string() local

12345678910