Searched refs:pci_get_devfn (Results 1 – 4 of 4) sorted by relevance
15 int pci_get_devfn(struct udevice *dev) in pci_get_devfn() function
125 sprintf(name, "emdio-%u", PCI_FUNC(pci_get_devfn(dev))); in enetc_mdio_bind()
72 return PCI_DEV(pci_get_devfn(dev)) >> 3; in enetc_dev_id()74 return PCI_FUNC(pci_get_devfn(dev)); in enetc_dev_id()
1213 pplat->devfn = pci_get_devfn(dev); in pci_uclass_child_post_bind()
Completed in 18 milliseconds