Home
last modified time | relevance | path

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

/u-boot/drivers/pci/
A Dpci_sandbox.c25 static int sandbox_pci_write_config(struct udevice *bus, pci_dev_t devfn, in sandbox_pci_write_config()
43 static int sandbox_pci_read_config(const struct udevice *bus, pci_dev_t devfn, in sandbox_pci_read_config()
84 u8 pdev, pfn, devfn; in sandbox_pci_probe() local
A Dpci_msc01.c37 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in msc01_config_access() local
A Dpci_gt64120.c51 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in gt_config_access() local
A Dpci_mvebu.c80 int devfn; member
370 static int mvebu_get_tgt_attr(ofnode node, int devfn, in mvebu_get_tgt_attr()
A Dpcie_mediatek.c194 static int mtk_pcie_hw_rd_cfg(struct mtk_pcie_port *port, u32 bus, pci_dev_t devfn, in mtk_pcie_hw_rd_cfg()
225 static int mtk_pcie_hw_wr_cfg(struct mtk_pcie_port *port, u32 bus, pci_dev_t devfn, in mtk_pcie_hw_wr_cfg()
A Dpcie_iproc.c536 unsigned int devfn, int where, in iproc_pci_raw_config_read32()
557 unsigned int devfn, int where, in iproc_pci_raw_config_write32()
A Dpci-aardvark.c130 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument
A Dpcie_intel_fpga.c45 #define TLP_REQ_ID(bus, devfn) (((bus) << 8) | (devfn)) argument
/u-boot/drivers/net/
A Dfsl_enetc.c29 static void enetc_set_ierb_primary_mac(struct udevice *dev, int devfn, in enetc_set_ierb_primary_mac()
63 int devfn; in fdt_fixup_enetc_mac() local
371 int devfn = PCI_FUNC(ppdata->devfn); in enetc_ls1028a_write_hwaddr() local
/u-boot/arch/x86/lib/
A Dbios_interrupts.c107 unsigned short devid, vendorid, devfn; in int1a_handler() local
/u-boot/board/armltd/vexpress/
A Dvexpress_common.c156 int v2m_cfg_write(u32 devfn, u32 data) in v2m_cfg_write()
/u-boot/arch/x86/include/asm/
A Dpirq_routing.h29 u8 devfn; /* Device and function number */ member
/u-boot/board/armltd/integrator/
A Dpci.c96 unsigned int devfn = PCI_FUNC(bdf); in v3_open_config_window() local
/u-boot/arch/powerpc/cpu/mpc83xx/
A Dpcie.c60 u8 devfn = PCI_DEV(dev) << 3 | PCI_FUNC(dev); in mpc83xx_pcie_remap_cfg() local
/u-boot/drivers/pci_endpoint/
A Dpcie-cadence.h120 #define CDNS_PCIE_AT_OB_REGION_PCI_ADDR0_DEVFN(devfn) \ argument
143 #define CDNS_PCIE_AT_OB_REGION_DESC0_DEVFN(devfn) \ argument
/u-boot/board/gateworks/gw_ventana/
A Dgw_ventana.c539 pci_dev_t devfn; member
/u-boot/include/
A Dpci.h579 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) argument
918 int devfn; member

Completed in 26 milliseconds