Home
last modified time | relevance | path

Searched refs:chip_info (Results 1 – 5 of 5) sorted by relevance

/titanic_50/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) { in _topo_init()
/titanic_50/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) { in _topo_init()
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dsis900.c107 struct mii_chip_info * chip_info; member
393 mii.chip_info = &mii_chip_table[i]; in sis900_probe()
411 printf("sis900_probe: Using %s as default\n", mii.chip_info->name); in sis900_probe()
801 mii.chip_info->read_mode(nic, cur_phy, &speed, &duplex); in sis900_check_mode()
/titanic_50/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) { in _topo_init()
/titanic_50/usr/src/uts/common/io/sfe/
H A Dsfe.c134 struct chip_info { struct
148 struct chip_info *chip; argument
165 struct chip_info sfe_chiptbl[] = {
170 #define CHIPTABLESIZE (sizeof (sfe_chiptbl)/sizeof (struct chip_info))
2089 struct chip_info *p; in sfeattach()