Searched refs:PCI (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/hostbridge/
H A Dhostbridge.h48 #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)
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/montoya/common/
H A Dmontoya.h51 #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 Dmontoya.c272 * Display all the PCI IO cards on this board.
475 (void) picl_walk_tree_by_class(plafh, PCI,
476 PCI, montoya_hw_rev_callback);
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/monza/common/
H A Dmonza.h47 #define PCIE_SWITCH "PCI-SWITCH"
48 #define PCI_BRIDGE "PCI-BRIDGE"
56 #define PCI "pci" macro
H A Dmonza.c179 * 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);
/osnet-11/usr/src/lib/libprtdiag_psr/sparc/opl/common/
H A Dopl_picl.h59 /* 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 Dopl_picl.c289 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...]
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/hostbridge/common/
H A Dhb_i86pc.c93 pnode = di_drv_first_node(PCI, devtree);
/osnet-11/usr/src/lib/fm/topo/modules/sun4u/hostbridge/common/
H A Dhb_sun4u.c84 * PCI buses or root complexes. We've sorted them into a
128 pnode = di_drv_first_node(PCI, devtree);
/osnet-11/usr/src/lib/fm/topo/modules/i86pc/x86pi/common/
H A Dx86pi_hostbridge.c200 for (pnode = di_drv_first_node(PCI, devtree);
/osnet-11/usr/src/grub/grub-0.97/
H A Dconfigure876 --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
/osnet-11/usr/src/grub/grub2/
H A Dconfigure2036 with PCI support (potentially dangerous)
35811 grub_emu_usb_excuse="conflicts with PCI support"
[all...]

Completed in 103 milliseconds