Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe.c137 #define CHIPTYPE_SIS900 1 macro
163 { 0x1039, 0x0900, "SiS900", CHIPTYPE_SIS900, },
165 { 0x1039, 0x7016, "SiS7016", CHIPTYPE_SIS900, },
971 if (lp->chip->chip_type == CHIPTYPE_SIS900) { in sfe_set_media()
1077 } else if (lp->chip->chip_type == CHIPTYPE_SIS900) { in sfe_set_media()
1964 if (lp->chip->chip_type == CHIPTYPE_SIS900) { in sfe_attach_chip()