Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pchtemp/
H A Dpchtemp.c111 int pcht_fm_caps; member
131 if (!DDI_FM_ACC_ERR_CAP(pch->pcht_fm_caps)) { in pchtemp_read_check()
206 if (pch->pcht_fm_caps != DDI_FM_NOT_CAPABLE) { in pchtemp_cleanup()
248 pch->pcht_fm_caps = DDI_FM_ACCCHK_CAPABLE; in pchtemp_attach()
249 ddi_fm_init(dip, &pch->pcht_fm_caps, &iblk); in pchtemp_attach()
264 if (DDI_FM_ACC_ERR_CAP(pch->pcht_fm_caps)) { in pchtemp_attach()