Home
last modified time | relevance | path

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

/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)) argument
109 struct chip_info *chip;
762 struct chip_info *p; in urfattach()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c110 struct chip_info { struct
124 struct chip_info chiptbl_88x7x[] = { argument
249 #define CHIPTABLESIZE (sizeof (chiptbl_88x7x) / sizeof (struct chip_info))
255 struct chip_info *chip;
1243 struct chip_info *p; in axfattach()
/illumos-gate/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip.c70 static const topo_modinfo_t chip_info = variable
120 if (topo_mod_register(mod, &chip_info, TOPO_VERSION) != 0) { in _topo_init()
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c130 struct chip_info { struct
144 struct chip_info *chip; argument
161 struct chip_info sfe_chiptbl[] = {
166 #define CHIPTABLESIZE (sizeof (sfe_chiptbl)/sizeof (struct chip_info))
2006 struct chip_info *p; in sfeattach()