/external/kernel-headers/original/uapi/linux/ |
D | pci.h | 32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 33 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
D | vfio.h | 594 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
|
D | kvm.h | 1563 __u32 devfn; member
|
/external/u-boot/drivers/pci/ |
D | pci_sandbox.c | 24 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
|
D | pci_msc01.c | 36 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in msc01_config_access() local
|
D | pci_gt64120.c | 49 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in gt_config_access() local
|
D | pci_mvebu.c | 75 int devfn; member 356 static int mvebu_get_tgt_attr(ofnode node, int devfn, in mvebu_get_tgt_attr()
|
D | pci-aardvark.c | 122 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument
|
D | pcie_intel_fpga.c | 41 #define TLP_REQ_ID(bus, devfn) (((bus) << 8) | (devfn)) argument
|
/external/u-boot/arch/x86/lib/ |
D | bios_interrupts.c | 106 unsigned short devid, vendorid, devfn; in int1a_handler() local
|
/external/u-boot/board/armltd/vexpress/ |
D | vexpress_common.c | 153 int v2m_cfg_write(u32 devfn, u32 data) in v2m_cfg_write()
|
/external/u-boot/arch/x86/include/asm/ |
D | pirq_routing.h | 29 u8 devfn; /* Device and function number */ member
|
/external/igt-gpu-tools/lib/ |
D | intel_iosf.c | 26 uint32_t cmd, devfn, be, bar; in vlv_sideband_rw() local
|
/external/u-boot/board/armltd/integrator/ |
D | pci.c | 93 unsigned int devfn = PCI_FUNC(bdf); in v3_open_config_window() local
|
/external/u-boot/arch/powerpc/cpu/mpc83xx/ |
D | pcie.c | 58 u8 devfn = PCI_DEV(dev) << 3 | PCI_FUNC(dev); in mpc83xx_pcie_remap_cfg() local
|
/external/u-boot/drivers/pci_endpoint/ |
D | pcie-cadence.h | 119 #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/ |
D | gw_ventana.c | 533 pci_dev_t devfn; member
|
/external/u-boot/include/ |
D | pci.h | 539 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) argument 867 int devfn; member
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 1399 #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/ |
D | bindings.rs | 6057 pub devfn: __u32, field
|
/external/crosvm/kvm_sys/src/x86/ |
D | bindings.rs | 8633 pub devfn: __u32, field
|