Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dpsp_v13_0_4.c62 uint32_t sol_reg; in psp_v13_0_4_is_sos_alive() local
64 sol_reg = RREG32_SOC15(MP0, 0, regMP0_SMN_C2PMSG_81); in psp_v13_0_4_is_sos_alive()
66 return sol_reg != 0x0; in psp_v13_0_4_is_sos_alive()
H A Dpsp_v14_0.c97 uint32_t sol_reg; in psp_v14_0_is_sos_alive() local
99 sol_reg = RREG32_SOC15(MP0, 0, regMPASP_SMN_C2PMSG_81); in psp_v14_0_is_sos_alive()
101 return sol_reg != 0x0; in psp_v14_0_is_sos_alive()
H A Dpsp_v13_0.c145 uint32_t sol_reg; in psp_v13_0_is_sos_alive() local
147 sol_reg = RREG32_SOC15(MP0, 0, regMP0_SMN_C2PMSG_81); in psp_v13_0_is_sos_alive()
149 return sol_reg != 0x0; in psp_v13_0_is_sos_alive()
H A Dsoc21.c503 u32 sol_reg; in soc21_need_reset_on_init() local
511 sol_reg = RREG32_SOC15(MP0, 0, regMP0_SMN_C2PMSG_81); in soc21_need_reset_on_init()
512 if (sol_reg) in soc21_need_reset_on_init()
H A Dsoc15.c854 u32 sol_reg; in soc15_need_reset_on_init() local
872 sol_reg = RREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_81); in soc15_need_reset_on_init()
873 if (sol_reg) in soc15_need_reset_on_init()