Home
last modified time | relevance | path

Searched refs:ofnode_read_pci_vendev (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/dm/
H A Dofnode.h609 int ofnode_read_pci_vendev(ofnode node, u16 *vendor, u16 *device);
/openbmc/u-boot/drivers/core/
H A Dofnode.c633 int ofnode_read_pci_vendev(ofnode node, u16 *vendor, u16 *device) in ofnode_read_pci_vendev() function
/openbmc/u-boot/drivers/pci/
H A Dpci-uclass.c1036 ofnode_read_pci_vendev(dev_ofnode(dev), &pplat->vendor, &pplat->device); in pci_uclass_child_post_bind()