Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/montecarlo/io/
H A Dpcf8574_nct.c415 if (unitp->pcf8574_type == PCF8574_ADR_CPUVOLTAGE && in pcf8574_do_detach()
493 if (unitp->pcf8574_type == PCF8574_TYPE_PWRSUPP) { in pcf8574_do_attach()
504 if (unitp->pcf8574_type == PCF8574_TYPE_FANTRAY) { in pcf8574_do_attach()
515 if (unitp->pcf8574_type == PCF8574_TYPE_CPUVOLTAGE) { in pcf8574_do_attach()
535 if (unitp->pcf8574_type == PCF8574_TYPE_FANTRAY) { in pcf8574_do_attach()
539 if (unitp->pcf8574_type == PCF8574_TYPE_PWRSUPP) { in pcf8574_do_attach()
759 switch (unitp->pcf8574_type) { in pcf8574_intr()
797 switch (unitp->pcf8574_type) { in pcf8574_intr()
1026 if (unitp->pcf8574_type != PCF8574_TYPE_FANTRAY) { in pcf8574_ioctl()
1095 if (unitp->pcf8574_type != PCF8574_TYPE_FANTRAY) { in pcf8574_ioctl()
[all …]
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/
H A Dpcf8574_nct.h314 int pcf8574_type; member