Searched defs:HOST_AHCI_EN (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/ | ||
H A D | ahci.h | 41 #define HOST_AHCI_EN (1 << 31) /* AHCI enabled */ macro |
/openbmc/linux/drivers/ata/ | ||
H A D | ahci.h | 83 HOST_AHCI_EN = BIT(31), /* AHCI enabled */ enumerator |