Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da5xx_power.c30 #define AGC_MSG_PAYLOAD(_o) ((AGC_MSG_BASE + 5) + (_o)) macro
154 gpu_write(gpu, AGC_MSG_PAYLOAD(0), 5448); in a5xx_lm_setup()
155 gpu_write(gpu, AGC_MSG_PAYLOAD(1), 1); in a5xx_lm_setup()
161 gpu_write(gpu, AGC_MSG_PAYLOAD(2), _get_mvolts(gpu, gpu->fast_rate)); in a5xx_lm_setup()
162 gpu_write(gpu, AGC_MSG_PAYLOAD(3), gpu->fast_rate / 1000000); in a5xx_lm_setup()