Searched defs:chip_info (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/modules/sun4u/chip/
H A Dchip_sun4u.c72 static const topo_modinfo_t chip_info = variable
102 if (topo_mod_register(mod, &chip_info, TOPO_VERSION) != 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/sun4v/chip/
H A Dchip_sun4v.c63 static const topo_modinfo_t chip_info = variable
94 if (topo_mod_register(mod, &chip_info, TOPO_VERSION) != 0) {
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c68 static const topo_modinfo_t chip_info = variable
115 if (topo_mod_register(mod, &chip_info, TOPO_VERSION) != 0) {
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsis900.c107 struct mii_chip_info * chip_info; member in struct:mii_phy
393 mii.chip_info = &mii_chip_table[i];
411 printf("sis900_probe: Using %s as default\n", mii.chip_info->name);
801 mii.chip_info->read_mode(nic, cur_phy, &speed, &duplex);
/illumos-gate/usr/src/uts/common/io/urf/
H A Durf_usbgem.c97 struct chip_info { struct
103 #define CHIPTABLESIZE (sizeof (chiptbl_8150) / sizeof (struct chip_info))
109 struct chip_info *chip;
762 struct chip_info *p;
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c112 struct chip_info { struct
126 struct chip_info chiptbl_88x7x[] = {
251 #define CHIPTABLESIZE (sizeof (chiptbl_88x7x) / sizeof (struct chip_info))
257 struct chip_info *chip;
1243 struct chip_info *p;
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c134 struct chip_info { struct
148 struct chip_info *chip;
165 struct chip_info sfe_chiptbl[] = {
170 #define CHIPTABLESIZE (sizeof (sfe_chiptbl)/sizeof (struct chip_info))
2089 struct chip_info *p;

Completed in 70 milliseconds