Searched refs:HOST_CAP2 (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/include/ | ||
D | ahci.h | 36 #define HOST_CAP2 0x24 /* host capabilities, extended */ macro |
/external/u-boot/drivers/ata/ | ||
D | ahci.c | 369 cap2 = readl(mmio + HOST_CAP2); in ahci_print_info() |