Searched refs:subdevice (Results 1 – 3 of 3) sorted by relevance
| /u-boot/drivers/virtio/ |
| A D | virtio_pci_legacy.c | 298 u16 subvendor, subdevice; in virtio_pci_probe() local 317 dm_pci_read_config16(udev, PCI_SUBSYSTEM_ID, &subdevice); in virtio_pci_probe() 319 uc_priv->device = subdevice; in virtio_pci_probe()
|
| /u-boot/include/ |
| A D | pci.h | 588 unsigned int subvendor, subdevice; /* Subsystem ID's or PCI_ANY_ID */ member 1663 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID 1677 .subvendor = (subvend), .subdevice = (subdev) 1691 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID 1706 .subvendor = PCI_ANY_ID, .subdevice = PCI_ANY_ID, 0, 0
|
| /u-boot/drivers/pci/ |
| A D | pci-uclass.c | 701 (id->subdevice == PCI_ANY_ID || id->subdevice == find->subdevice) && in pci_match_one_id() 917 find_id.subdevice = val >> 16; in pci_bind_bus_devices()
|
Completed in 20 milliseconds