X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=include%2Fahci.h;h=f27253cb0a2bcf4b15a72abc42bfb2292201254e;hb=1e362dc3e799fd86722a60f5639e52a67dfc0658;hp=d9563f48a13e3385ae757c119b49d6ecc58ab4a8;hpb=c6c2a8263fc92e049a7fa90796baad34d4f273d3;p=karo-tx-uboot.git diff --git a/include/ahci.h b/include/ahci.h index d9563f48a1..f27253cb0a 100644 --- a/include/ahci.h +++ b/include/ahci.h @@ -55,6 +55,7 @@ #define HOST_IRQ_STAT 0x08 /* interrupt status */ #define HOST_PORTS_IMPL 0x0c /* bitmap of implemented ports */ #define HOST_VERSION 0x10 /* AHCI spec. version compliancy */ +#define HOST_CAP2 0x24 /* host capabilities, extended */ /* HOST_CTL bits */ #define HOST_RESET (1 << 0) /* reset controller; self-clear */