Home
last modified time | relevance | path

Searched defs:HOST_AHCI_EN (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h41 #define HOST_AHCI_EN (1 << 31) /* AHCI enabled */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h83 HOST_AHCI_EN = BIT(31), /* AHCI enabled */ enumerator