summaryrefslogtreecommitdiff
path: root/include/ahci.h
diff options
context:
space:
mode:
authorTom Rini <trini@ti.com>2014-08-28 13:03:25 -0400
committerTom Rini <trini@ti.com>2014-08-28 13:03:25 -0400
commit3e1b36bd584228b0a8070c8b63351aefda652523 (patch)
tree8f8dbdacedd3807483e4a1a948d27d137f86da5d /include/ahci.h
parentf91df8ca177c446307ac03faa2f00c71dc79a9c2 (diff)
parent1899fac925eda817e12234aef3d01d354788662e (diff)
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/ahci.h')
-rw-r--r--include/ahci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ahci.h b/include/ahci.h
index 90e850929b7..35b8a8c09b1 100644
--- a/include/ahci.h
+++ b/include/ahci.h
@@ -58,6 +58,10 @@
#define PORT_SCR_ERR 0x30 /* SATA phy register: SError */
#define PORT_SCR_ACT 0x34 /* SATA phy register: SActive */
+#ifdef CONFIG_SUNXI_AHCI
+#define PORT_P0DMACR 0x70 /* SUNXI specific "DMA register" */
+#endif
+
/* PORT_IRQ_{STAT,MASK} bits */
#define PORT_IRQ_COLD_PRES (1 << 31) /* cold presence detect */
#define PORT_IRQ_TF_ERR (1 << 30) /* task file error */