Searched refs:hpc3130_read (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/uts/sun4u/daktari/io/ |
H A D | hpc3130_dak.c | 151 static int hpc3130_read(i2c_client_hdl_t, uint8_t, uint8_t, uint8_t *); 1073 if (hpc3130_read(handle, HPC3130_ATTEN, slot, &old) != DDI_SUCCESS) { in hpc3130_set_led() 1119 if (hpc3130_read(handle, HPC3130_ATTEN, slot, &temp) != DDI_SUCCESS) { in hpc3130_get_led() 1139 hpc3130_read(i2c_client_hdl_t handle, uint8_t offset, in hpc3130_read() function 1278 if (hpc3130_read(handle, HPC3130_EVENT_STATUS, slot, in hpc3130_hard_intr() 1403 if (hpc3130_read(handle, HPC3130_STATUS, slot, in hpc3130_cpu_init() 1408 if (hpc3130_read(handle, HPC3130_CONTROL, slot, in hpc3130_cpu_init() 1462 if (hpc3130_read(handle, HPC3130_STATUS, in hpc3130_debounce_status() 1544 if (hpc3130_read(handle, HPC3130_STATUS, offset, in hpc3130_slot_connect() 1550 if (hpc3130_read(handle, HPC3130_CONTROL, offset, in hpc3130_slot_connect() [all …]
|