X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Fahci.h;h=babbdc656fad2aafe8195ca92bff9fecbbf9719e;hb=a7bc914446b46407bb478d4c7b6cb616e1cddb49;hp=c4fb9e79a55f41bb4406a98bcca0510268f7ea4f;hpb=9f472e6540f5632ce27b779d841a006d1c1b3d55;p=u-boot diff --git a/include/ahci.h b/include/ahci.h index c4fb9e79a5..babbdc656f 100644 --- a/include/ahci.h +++ b/include/ahci.h @@ -51,6 +51,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 */