Home
last modified time | relevance | path

Searched refs:PORT_CMD_ICC_ACTIVE (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h108 #define PORT_CMD_ICC_ACTIVE (0x1 << 28) /* Put i/f in active state */ macro
/openbmc/qemu/hw/ide/
H A Dahci_internal.h181 #define PORT_CMD_ICC_ACTIVE (0x1 << 28) /* Put i/f in active state */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h183 PORT_CMD_ICC_ACTIVE = (0x1u << 28), /* Put i/f in active state */ enumerator
H A Dlibahci.c804 writel(cmd | PORT_CMD_ICC_ACTIVE, port_mmio + PORT_CMD); in ahci_power_up()
836 cmd |= PORT_CMD_ICC_ACTIVE; in ahci_set_lpm()
/openbmc/u-boot/drivers/ata/
H A Dahci.c620 writel_with_flush(PORT_CMD_ICC_ACTIVE | PORT_CMD_FIS_RX | in ahci_port_start()
H A Ddwc_ahsata.c502 writel_with_flush(PORT_CMD_ICC_ACTIVE | PORT_CMD_FIS_RX | in ahci_port_start()