Home
last modified time | relevance | path

Searched defs:PORT_IRQ_COLD_PRES (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h65 #define PORT_IRQ_COLD_PRES (1 << 31) /* cold presence detect */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h132 PORT_IRQ_COLD_PRES = BIT(31), /* cold presence detect */ enumerator
/openbmc/qemu/hw/ide/
H A Dahci_internal.h141 #define PORT_IRQ_COLD_PRES (1U << 31) /* cold presence detect */ macro