Searched refs:SMC_MSG (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | rv770_smc.c | 421 WREG32_P(SMC_MSG, HOST_SMC_MSG(msg), ~HOST_SMC_MSG_MASK); in rv770_send_msg_to_smc() 424 tmp = RREG32(SMC_MSG) & HOST_SMC_RESP_MASK; in rv770_send_msg_to_smc() 431 tmp = RREG32(SMC_MSG) & HOST_SMC_RESP_MASK; in rv770_send_msg_to_smc()
|
H A D | rv770d.h | 73 #define SMC_MSG 0x20c macro
|
H A D | rv770_dpm.c | 1640 WREG32_P(SMC_MSG, HOST_SMC_MSG(PPSMC_MSG_SwitchToMinimumPower), 1653 WREG32_P(SMC_MSG, HOST_SMC_MSG(PPSMC_MSG_ResumeFromMinimumPower), 1659 if (((RREG32(SMC_MSG) & HOST_SMC_RESP_MASK) >> HOST_SMC_RESP_SHIFT) == 1)
|
H A D | nid.h | 524 #define SMC_MSG 0x20c macro
|
H A D | evergreend.h | 52 #define SMC_MSG 0x20c macro
|
H A D | cypress_dpm.c | 109 WREG32_P(SMC_MSG, HOST_SMC_MSG(PPSMC_MSG_SwitchToMinimumPower),
|
H A D | ni_dpm.c | 1211 WREG32_P(SMC_MSG, HOST_SMC_MSG(PPSMC_MSG_SwitchToMinimumPower),
|