Home
last modified time | relevance | path

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

/openbmc/linux/drivers/ata/
H A Dahci.h98 HOST_CAP_SSS = BIT(27), /* Staggered Spin-up */ enumerator
/openbmc/qemu/hw/ide/
H A Dahci-internal.h83 #define HOST_CAP_SSS (1 << 27) /* Staggered Spin-up */ macro