Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c113 ddi_acc_handle_t pcht_handle; member
135 ddi_fm_acc_err_get(pch->pcht_handle, &de, DDI_FME_VERSION); in pchtemp_read_check()
136 ddi_fm_acc_err_clear(pch->pcht_handle, DDI_FME_VERSION); in pchtemp_read_check()
149 temp = ddi_get16(pch->pcht_handle, in pchtemp_read()
151 tsel = ddi_get8(pch->pcht_handle, in pchtemp_read()
153 ctt = ddi_get16(pch->pcht_handle, in pchtemp_read()
155 tahv = ddi_get16(pch->pcht_handle, in pchtemp_read()
157 talv = ddi_get16(pch->pcht_handle, in pchtemp_read()
202 if (pch->pcht_handle != NULL) { in pchtemp_cleanup()
203 ddi_regs_map_free(&pch->pcht_handle); in pchtemp_cleanup()
[all …]