Searched defs:devfn (Results 1 – 16 of 16) sorted by relevance
/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 | 583 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
|
D | kvm.h | 1530 __u32 devfn; member
|
/external/u-boot/drivers/pci/ |
D | pci_sandbox.c | 13 static int sandbox_pci_write_config(struct udevice *bus, pci_dev_t devfn, in sandbox_pci_write_config() 31 static int sandbox_pci_read_config(struct udevice *bus, pci_dev_t devfn, in sandbox_pci_read_config()
|
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-aardvark.c | 122 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument
|
D | pcie_intel_fpga.c | 39 #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 | 152 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/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/board/armltd/integrator/ |
D | pci.c | 92 unsigned int devfn = PCI_FUNC(bdf); in v3_open_config_window() local
|
/external/u-boot/board/gateworks/gw_ventana/ |
D | gw_ventana.c | 510 pci_dev_t devfn; member
|
/external/u-boot/include/ |
D | pci.h | 502 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) argument 836 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
|