Searched refs:PORT_CMD_ICC_MASK (Results 1 – 4 of 4) sorted by relevance
180 #define PORT_CMD_ICC_MASK (0xfU << 28) /* i/f ICC state mask */ macro
346 (val & ~(PORT_CMD_RO_MASK | PORT_CMD_ICC_MASK)); in ahci_port_write()
182 PORT_CMD_ICC_MASK = (0xfu << 28), /* i/f ICC state mask */ enumerator
795 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()