Searched refs:PCI_DEVICE (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/uts/common/io/drm/ |
H A D | drm_pci.c | 47 #define PCI_DEVICE(x) (((x)>>11) & 0x1f) macro 70 *slot = (int)PCI_DEVICE(regs_list[0]); in pci_get_info()
|
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/ |
H A D | pcibus.h | 45 #define PCI_DEVICE "pcidev" macro
|
H A D | util.c | 107 if ((strcmp(name, PCI_DEVICE) == 0) || in tnode_create()
|
H A D | pcibus.c | 347 if ((ntn = pci_tnode_create(mod, parent, PCI_DEVICE, i, dn)) == NULL) in pcidev_declare() 392 if (child_range_add(mod, ntn, PCI_DEVICE, 0, MAX_PCIBUS_DEVS) < 0) { in pcibus_declare() 403 topo_node_range_destroy(ntn, PCI_DEVICE); in pcibus_declare()
|
H A D | pcibus_labels.c | 435 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 && in pci_label_cmn() 482 if (strcmp(nm, PCI_DEVICE) != 0 && strcmp(nm, PCIEX_DEVICE) != 0 && in pci_fru_cmn()
|
H A D | did_props.c | 584 if (strcmp(nm, IOBOARD) != 0 && strcmp(nm, PCI_DEVICE) != 0 && in FRU_set() 596 } else if (strcmp(nm, PCI_DEVICE) == 0 || in FRU_set()
|
/titanic_50/usr/src/lib/fm/topo/libtopo/common/ |
H A D | topo_hc.h | 71 #define PCI_DEVICE "pcidev" macro
|
H A D | hc.c | 175 { PCI_DEVICE, TOPO_STABILITY_PRIVATE },
|
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/desktop/common/ |
H A D | desktop.c | 476 log_printf("%3d ", PCI_DEVICE(reghi), 0); in display_dev_node() 487 PCI_BUS(reghi), PCI_DEVICE(reghi), name, model, compat); in display_dev_node()
|
/titanic_50/usr/src/lib/libprtdiag/inc/ |
H A D | libprtdiag.h | 52 #define PCI_DEVICE(x) ((x >> 11) & 0x1f) macro
|
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/pcibus/ |
H A D | pci_sun4v.c | 144 if (strcmp(nm, PCI_DEVICE) != 0 && in platform_pci_fru()
|
/titanic_50/usr/src/lib/libprtdiag/common/ |
H A D | io.c | 122 return (PCI_DEVICE(*(int *)value)); in get_pci_device() 139 return (PCI_DEVICE(*(int *)value)); in get_pci_to_pci_device()
|