Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_hlib.c65 {TLU_CORRECTABLE_ERROR_LOG_ENABLE, PX_CHIP_UNIDENTIFIED},
702 CSR_XR(csr_base, TLU_CORRECTABLE_ERROR_LOG_ENABLE)); in tlu_init()
3293 reg_tluce = CSR_XR(csr_base, TLU_CORRECTABLE_ERROR_LOG_ENABLE); in oberon_hp_pwroff()
3296 CSR_XS(csr_base, TLU_CORRECTABLE_ERROR_LOG_ENABLE, 0); in oberon_hp_pwroff()
3321 CSR_XS(csr_base, TLU_CORRECTABLE_ERROR_LOG_ENABLE, reg_tluce); in oberon_hp_pwroff()
H A Dpx_regs.h1898 #define TLU_CORRECTABLE_ERROR_LOG_ENABLE 0xa1000 macro
H A Dpx_err.c2158 CSR_XR(csr_base, TLU_CORRECTABLE_ERROR_LOG_ENABLE), in PX_ERPT_SEND_DEC()