Home
last modified time | relevance | path

Searched refs:PORT_CMD_CLO (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h103 #define PORT_CMD_CLO (1 << 3) /* Command list override */ macro
/openbmc/qemu/hw/ide/
H A Dahci_internal.h175 #define PORT_CMD_CLO (1 << 3) /* Command list override */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h177 PORT_CMD_CLO = BIT(3), /* Command list override */ enumerator
H A Dlibahci.c1397 tmp |= PORT_CMD_CLO; in ahci_kick_engine()
1402 PORT_CMD_CLO, PORT_CMD_CLO, 1, 500); in ahci_kick_engine()
1403 if (tmp & PORT_CMD_CLO) in ahci_kick_engine()