Searched defs:devfn (Results 1 – 12 of 12) 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_mvebu.c | 69 int devfn; member 565 static int mvebu_get_tgt_attr(ofnode node, int devfn, in mvebu_get_tgt_attr()
|
| A D | pcie_mediatek.c | 193 static int mtk_pcie_hw_rd_cfg(struct mtk_pcie_port *port, u32 bus, pci_dev_t devfn, in mtk_pcie_hw_rd_cfg() 224 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 | 526 unsigned int devfn, int where, in iproc_pci_raw_config_read32() 547 unsigned int devfn, int where, in iproc_pci_raw_config_write32()
|
| A D | pcie_intel_fpga.c | 45 #define TLP_REQ_ID(bus, devfn) (((bus) << 8) | (devfn)) argument
|
| /u-boot/board/armltd/vexpress/ |
| A D | vexpress_common.c | 119 int v2m_cfg_write(u32 devfn, u32 data) in v2m_cfg_write()
|
| /u-boot/drivers/net/ |
| A D | fsl_enetc.c | 31 static void enetc_set_ierb_primary_mac(struct udevice *dev, int devfn, in enetc_set_ierb_primary_mac() 65 int devfn; in fdt_fixup_enetc_mac() local 393 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/arch/x86/include/asm/ |
| A D | pirq_routing.h | 29 u8 devfn; /* Device and function number */ member
|
| /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 | 354 pci_dev_t devfn; member
|
| /u-boot/include/ |
| A D | pci.h | 579 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) argument 855 int devfn; member
|
Completed in 39 milliseconds