X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-uboot.git;a=blobdiff_plain;f=include%2Fahci.h;h=babbdc656fad2aafe8195ca92bff9fecbbf9719e;hp=c4fb9e79a55f41bb4406a98bcca0510268f7ea4f;hb=69f14dc2fd64307f012381dd333a06001dec75dc;hpb=8bd07c9aaf4628931ab8da6eb0f83e517d9381a7 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 */