Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/sun4u/io/px/
H A Dpx_hlib.c3091 reg = CSR_XR(csr_base, TLU_SLOT_STATUS); in oberon_hp_pwron()
3106 CSR_BS(csr_base, TLU_SLOT_STATUS, PWFD); in oberon_hp_pwron()
3112 if (!CSR_BR(csr_base, TLU_SLOT_STATUS, PWFD)) { in oberon_hp_pwron()
3121 CSR_BS(csr_base, TLU_SLOT_STATUS, PWFD); in oberon_hp_pwron()
3256 CSR_BC(csr_base, TLU_SLOT_STATUS, PWFD); in oberon_hp_pwron()
3276 CSR_BS(csr_base, TLU_SLOT_STATUS, PSDC); in oberon_hp_pwroff()
3277 CSR_BS(csr_base, TLU_SLOT_STATUS, PWFD); in oberon_hp_pwroff()
3314 CSR_BS(csr_base, TLU_SLOT_STATUS, PWFD); in oberon_hp_pwroff()
3387 val = CSR_XR(csr_base, TLU_SLOT_STATUS); in oberon_hpreg_get()
3426 pwr_fault = CSR_XR(csr_base, TLU_SLOT_STATUS) & in oberon_hpreg_put()
[all …]
H A Doberon_regs.h200 #define TLU_SLOT_STATUS 0x90040 macro