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

/illumos-gate/usr/src/uts/sun4u/io/i2c/clients/
H A Dics951601.c491 int ics_temp; local
535 ics_temp = temp_arr[reg_no] ? ICS951601_CLOCK_SET:
537 err = ddi_copyout((caddr_t)&ics_temp, (caddr_t)arg,
541 if (ddi_copyin((caddr_t)arg, (caddr_t)&ics_temp,
546 if (ics_temp == ICS951601_CLOCK_SET) {
548 } else if (ics_temp == ICS951601_CLOCK_CLEAR) {

Completed in 57 milliseconds