Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c112 caddr_t pcht_base; member
150 (uint16_t *)((uintptr_t)pch->pcht_base + PCHTEMP_REG_TEMP)); in pchtemp_read()
152 (uint8_t *)((uintptr_t)pch->pcht_base + PCHTEMP_REG_TSEL)); in pchtemp_read()
154 (uint16_t *)((uintptr_t)pch->pcht_base + PCHTEMP_REG_CTT)); in pchtemp_read()
156 (uint16_t *)((uintptr_t)pch->pcht_base + PCHTEMP_REG_TAHV)); in pchtemp_read()
158 (uint16_t *)((uintptr_t)pch->pcht_base + PCHTEMP_REG_TALV)); in pchtemp_read()
270 if ((ret = ddi_regs_map_setup(dip, PCHTEMP_RNUMBER, &pch->pcht_base, in pchtemp_attach()