Searched defs:devfn (Results 1 – 10 of 10) sorted by relevance
16 static int sandbox_pci_write_config(struct udevice *bus, pci_dev_t devfn, in sandbox_pci_write_config()34 static int sandbox_pci_read_config(struct udevice *bus, pci_dev_t devfn, in sandbox_pci_read_config()
37 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in msc01_config_access() local
50 unsigned int devfn = PCI_DEV(bdf) << 3 | PCI_FUNC(bdf); in gt_config_access() local
107 unsigned short devid, vendorid, devfn; in int1a_handler() local
152 int v2m_cfg_write(u32 devfn, u32 data) in v2m_cfg_write()
30 u8 devfn; /* Device and function number */ member
59 u8 devfn = PCI_DEV(dev) << 3 | PCI_FUNC(dev); in mpc83xx_pcie_remap_cfg() local
93 unsigned int devfn = PCI_FUNC(bdf); in v3_open_config_window() local
510 pci_dev_t devfn; member
523 #define PCI_ADD_BUS(bus, devfn) (((bus) << 16) | (devfn)) argument854 int devfn; member