summaryrefslogtreecommitdiff
path: root/firmware/smu.h
diff options
context:
space:
mode:
authorDamien Zammit <damien@zamaudio.com>2016-09-15 03:44:52 +1000
committerDamien Zammit <damien@zamaudio.com>2016-09-15 03:44:52 +1000
commit757f1ddc2ce24b33449743c5cbaff7285ebd75ac (patch)
treeafdc87ccd7f2e8cda0a8b91543a7ee9ea18225b9 /firmware/smu.h
parent35e206f5a1f9689104759ee895ac9044928d82c2 (diff)
Verified another 10x service request functions:
x SERVICE_CONF_LPMx x SERVICE_ADJ_LOADLINE x x16e90 x x1b65c x x1b5c4 x SERVICE_CONF_VOLTAGE x SERVICE_CONF_THERMAL x SERVICE_CASCADE_PLL_ON x x196e0 x SERVICE_DDI_PHY_ON Signed-off-by: Damien Zammit <damien@zamaudio.com>
Diffstat (limited to 'firmware/smu.h')
-rw-r--r--firmware/smu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/firmware/smu.h b/firmware/smu.h
index 6b52daf..7fb1192 100644
--- a/firmware/smu.h
+++ b/firmware/smu.h
@@ -22,6 +22,7 @@ typedef unsigned int u32;
#define SMU_POST(x) write32(0xe0003024, (x & 0xff))
+#define SMC_MSG_AUTH 0
#define SMC_MSG_HALT 1
#define SMC_MSG_PHY_LN_OFF 2
#define SMC_MSG_PHY_LN_ON 3