Home
last modified time | relevance | path

Searched defs:devfn (Results 1 – 21 of 21) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dpci.h32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument
33 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
Dvfio.h594 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
Dkvm.h1563 __u32 devfn; member
/external/u-boot/drivers/pci/
Dpci_sandbox.c24 static int sandbox_pci_write_config(struct udevice *bus, pci_dev_t devfn, in sandbox_pci_write_config()
42 static int sandbox_pci_read_config(struct udevice *bus, pci_dev_t devfn, in sandbox_pci_read_config()
83 u8 pdev, pfn, devfn; in sandbox_pci_probe() local
Dpci_msc01.c36 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in msc01_config_access() local
Dpci_gt64120.c49 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in gt_config_access() local
Dpci_mvebu.c75 int devfn; member
356 static int mvebu_get_tgt_attr(ofnode node, int devfn, in mvebu_get_tgt_attr()
Dpci-aardvark.c122 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument
Dpcie_intel_fpga.c41 #define TLP_REQ_ID(bus, devfn) (((bus) << 8) | (devfn)) argument
/external/u-boot/arch/x86/lib/
Dbios_interrupts.c106 unsigned short devid, vendorid, devfn; in int1a_handler() local
/external/u-boot/board/armltd/vexpress/
Dvexpress_common.c153 int v2m_cfg_write(u32 devfn, u32 data) in v2m_cfg_write()
/external/u-boot/arch/x86/include/asm/
Dpirq_routing.h29 u8 devfn; /* Device and function number */ member
/external/igt-gpu-tools/lib/
Dintel_iosf.c26 uint32_t cmd, devfn, be, bar; in vlv_sideband_rw() local
/external/u-boot/board/armltd/integrator/
Dpci.c93 unsigned int devfn = PCI_FUNC(bdf); in v3_open_config_window() local
/external/u-boot/arch/powerpc/cpu/mpc83xx/
Dpcie.c58 u8 devfn = PCI_DEV(dev) << 3 | PCI_FUNC(dev); in mpc83xx_pcie_remap_cfg() local
/external/u-boot/drivers/pci_endpoint/
Dpcie-cadence.h119 #define CDNS_PCIE_AT_OB_REGION_PCI_ADDR0_DEVFN(devfn) \ argument
142 #define CDNS_PCIE_AT_OB_REGION_DESC0_DEVFN(devfn) \ argument
/external/u-boot/board/gateworks/gw_ventana/
Dgw_ventana.c533 pci_dev_t devfn; member
/external/u-boot/include/
Dpci.h539 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) argument
867 int devfn; member
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h1399 #define __sanitizer_syscall_pre_pciconfig_iobase(which, bus, devfn) \ argument
1402 #define __sanitizer_syscall_post_pciconfig_iobase(res, which, bus, devfn) \ argument
/external/crosvm/kvm_sys/src/aarch64/
Dbindings.rs6057 pub devfn: __u32, field
/external/crosvm/kvm_sys/src/x86/
Dbindings.rs8633 pub devfn: __u32, field