Home
last modified time | relevance | path

Searched refs:PCI_DEVICE (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/uts/common/io/drm/
H A Ddrm_pci.c47 #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 Dpcibus.h45 #define PCI_DEVICE "pcidev" macro
H A Dutil.c107 if ((strcmp(name, PCI_DEVICE) == 0) || in tnode_create()
H A Dpcibus.c347 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 Dpcibus_labels.c435 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 Ddid_props.c584 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 Dtopo_hc.h71 #define PCI_DEVICE "pcidev" macro
H A Dhc.c175 { PCI_DEVICE, TOPO_STABILITY_PRIVATE },
/titanic_50/usr/src/lib/libprtdiag_psr/sparc/desktop/common/
H A Ddesktop.c476 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 Dlibprtdiag.h52 #define PCI_DEVICE(x) ((x >> 11) & 0x1f) macro
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/pcibus/
H A Dpci_sun4v.c144 if (strcmp(nm, PCI_DEVICE) != 0 && in platform_pci_fru()
/titanic_50/usr/src/lib/libprtdiag/common/
H A Dio.c122 return (PCI_DEVICE(*(int *)value)); in get_pci_device()
139 return (PCI_DEVICE(*(int *)value)); in get_pci_to_pci_device()