Searched defs:devfn (Results 1 – 17 of 17) sorted by relevance
/u-boot/drivers/pci/ |
A D | pci_sandbox.c | 25 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 D | pci_msc01.c | 37 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in msc01_config_access() local
|
A D | pci_gt64120.c | 51 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in gt_config_access() local
|
A D | pci_mvebu.c | 80 int devfn; member 370 static int mvebu_get_tgt_attr(ofnode node, int devfn, in mvebu_get_tgt_attr()
|
A D | pcie_mediatek.c | 194 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 D | pcie_iproc.c | 536 unsigned int devfn, int where, in iproc_pci_raw_config_read32() 557 unsigned int devfn, int where, in iproc_pci_raw_config_write32()
|
A D | pci-aardvark.c | 130 #define PCIE_CONF_ADDR(bus, devfn, where) \ argument
|
A D | pcie_intel_fpga.c | 45 #define TLP_REQ_ID(bus, devfn) (((bus) << 8) | (devfn)) argument
|
/u-boot/drivers/net/ |
A D | fsl_enetc.c | 29 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 D | bios_interrupts.c | 107 unsigned short devid, vendorid, devfn; in int1a_handler() local
|
/u-boot/board/armltd/vexpress/ |
A D | vexpress_common.c | 156 int v2m_cfg_write(u32 devfn, u32 data) in v2m_cfg_write()
|
/u-boot/arch/x86/include/asm/ |
A D | pirq_routing.h | 29 u8 devfn; /* Device and function number */ member
|
/u-boot/board/armltd/integrator/ |
A D | pci.c | 96 unsigned int devfn = PCI_FUNC(bdf); in v3_open_config_window() local
|
/u-boot/arch/powerpc/cpu/mpc83xx/ |
A D | pcie.c | 60 u8 devfn = PCI_DEV(dev) << 3 | PCI_FUNC(dev); in mpc83xx_pcie_remap_cfg() local
|
/u-boot/drivers/pci_endpoint/ |
A D | pcie-cadence.h | 120 #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 D | gw_ventana.c | 539 pci_dev_t devfn; member
|
/u-boot/include/ |
A D | pci.h | 579 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) argument 918 int devfn; member
|
Completed in 26 milliseconds