Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ide/
H A Dahci_internal.h180 #define PORT_CMD_ICC_MASK (0xfU << 28) /* i/f ICC state mask */ macro
H A Dahci.c344 (val & ~(PORT_CMD_RO_MASK | PORT_CMD_ICC_MASK)); in ahci_port_write()
/openbmc/linux/drivers/ata/
H A Dahci.h182 PORT_CMD_ICC_MASK = (0xfu << 28), /* i/f ICC state mask */ enumerator
H A Dlibahci.c795 cmd = readl(port_mmio + PORT_CMD) & ~PORT_CMD_ICC_MASK; in ahci_power_up()
896 cmd = readl(port_mmio + PORT_CMD) & ~PORT_CMD_ICC_MASK; in ahci_power_down()