Home
last modified time | relevance | path

Searched defs:devfn (Results 1 – 16 of 16) 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.h583 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
Dkvm.h1530 __u32 devfn; member
/external/u-boot/drivers/pci/
Dpci_sandbox.c13 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()
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-aardvark.c122 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument
Dpcie_intel_fpga.c39 #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.c152 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/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/board/armltd/integrator/
Dpci.c92 unsigned int devfn = PCI_FUNC(bdf); in v3_open_config_window() local
/external/u-boot/board/gateworks/gw_ventana/
Dgw_ventana.c510 pci_dev_t devfn; member
/external/u-boot/include/
Dpci.h502 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) argument
836 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