diff options
| author | Tom Rini <trini@ti.com> | 2014-08-28 13:03:25 -0400 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2014-08-28 13:03:25 -0400 |
| commit | 3e1b36bd584228b0a8070c8b63351aefda652523 (patch) | |
| tree | 8f8dbdacedd3807483e4a1a948d27d137f86da5d /include/ahci.h | |
| parent | f91df8ca177c446307ac03faa2f00c71dc79a9c2 (diff) | |
| parent | 1899fac925eda817e12234aef3d01d354788662e (diff) | |
Merge branch 'master' of git://git.denx.de/u-boot-arm
Diffstat (limited to 'include/ahci.h')
| -rw-r--r-- | include/ahci.h | 4 |
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 */ |
