Searched refs:ledchip (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/sun4u/javelin/io/
H A Denvctrltwo.c792 struct envctrl_chip ledchip, envcchip; local
1058 if (ddi_copyin((caddr_t)arg, (caddr_t)&ledchip,
1063 if ((ledchip.type != ENVCTRL_PCF8574A) ||
1064 (ledchip.chip_num != ENVCTRL_DEV7)) {
1069 if (envctrl_set_dskled(unitp, &ledchip)) {
1075 if (ddi_copyin((caddr_t)arg, (caddr_t)&ledchip,
1080 if ((ledchip.type != ENVCTRL_PCF8574A) ||
1081 (ledchip.chip_num != ENVCTRL_DEV7)) {
1086 if (envctrl_get_dskled(unitp, &ledchip)) {
1089 if (ddi_copyout((caddr_t)&ledchip, (caddr_
[all...]
/opensolaris-onvv-gate/usr/src/uts/sun4u/tazmo/io/
H A Denvctrl.c925 struct envctrl_pcf8574_chip *ledchip; local
1124 ledchip = (struct envctrl_pcf8574_chip *)
1127 if (envctrl_set_dskled(unitp, ledchip)) {
1139 ledchip = (struct envctrl_pcf8574_chip *)
1142 if (envctrl_get_dskled(unitp, ledchip)) {

Completed in 47 milliseconds