Searched refs:PCI (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/lib/fm/topo/modules/common/hostbridge/ |
H A D | hostbridge.h | 48 #define PCI "pci" macro 61 * PCI-express bridges to PCI, root complex instance is set to 62 * (instance of the PCI-express side root complex - TO_PCI)
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montoya/common/ |
H A D | montoya.h | 51 #define SWITCH_A "PCI-SWITCH" 52 #define PCI_BRIDGE "PCI-BRIDGE" 61 #define PCI "pci" macro 66 #define SWITCH_PATH "/pci@780/pci@0" /* PCI express switch */
|
H A D | montoya.c | 272 * Display all the PCI IO cards on this board. 475 (void) picl_walk_tree_by_class(plafh, PCI, 476 PCI, montoya_hw_rev_callback);
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/monza/common/ |
H A D | monza.h | 47 #define PCIE_SWITCH "PCI-SWITCH" 48 #define PCI_BRIDGE "PCI-BRIDGE" 56 #define PCI "pci" macro
|
H A D | monza.c | 179 * Skip PCI and PCIEX devices because they will be processed 183 (strcmp(piclclass, PCI) == 0)) { 309 * Display all the PCI IO cards on this board. 343 (void) picl_walk_tree_by_class(plafh, PCI, PCI, monza_pci_callback); 522 (void) picl_walk_tree_by_class(plafh, PCI, 523 PCI, monza_hw_rev_callback);
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/opl/common/ |
H A D | opl_picl.h | 59 /* PCI BUS types */ 62 #define PCI 10 macro 66 /* PCI device defines */ 71 #define PCI_CAP_ID_PCI_E 0x10 /* PCI Express supported */ 81 #define PCI_FREQ_33 33 /* legacy PCI default freq */ 82 #define PCI_FREQ_66 66 /* PCI default freq */ 85 /* PCI frequencies */ 91 /* PCI frequency shift bits */ 97 /* PCI frequency modes */ 103 /* PCI frequenc [all...] |
H A D | opl_picl.c | 289 if (bus_type == PCI) 291 "PCI", sizeof (pci_card.bus_type)); 337 } else if (bus_type == PCI) { 367 * Display all the PCI IO cards on this board. 658 * PCI-E capabilities register. They are at offset 660 * 7.8 of the PCI Express Base Specification. The address of 667 * The capability ID for the PCI-E strucutre is 0x10. The idea 670 * If there's no Cap ID 0x10, then it's not a PCI-E device. 685 *type = PCI; 721 /* This is a PCI [all...] |
/illumos-gate/usr/src/cmd/fm/dicts/ |
H A D | Makefile | 34 PCI \
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/hostbridge/ |
H A D | hb_i86pc.c | 94 pnode = di_drv_first_node(PCI, devtree);
|
/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/hostbridge/ |
H A D | hb_sun4u.c | 87 * PCI buses or root complexes. We've sorted them into a 131 pnode = di_drv_first_node(PCI, devtree);
|
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/x86pi/ |
H A D | x86pi_hostbridge.c | 203 for (pnode = di_drv_first_node(PCI, devtree);
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | configure | 876 --enable-pci-direct access PCI directly instead of using BIOS 886 --enable-ns8390 enable NE2000 PCI driver 887 --enable-pcnet32 enable AMD Lance/PCI PCNet/32 driver 900 specify this if you have a Compex RL2000 PCI
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | devcfg.c | 160 /* For ddvis, which needs pseudo children under PCI */ 3759 #define PCI "pci" macro 3775 strncmp(prop, PCI, sizeof (PCI) - 1)
|
Completed in 133 milliseconds