]> Git Repo - qemu.git/blobdiff - hw/ide/ahci.h
vhost-user: add multi queue support
[qemu.git] / hw / ide / ahci.h
index 99aa0c967fe74e1d2b048169ab1f2b975d44bb79..501c002c3172b46ea3deced1e4cd255194581da6 100644 (file)
 #define PORT_CMD_ICC_PARTIAL      (0x2 << 28) /* Put i/f in partial state */
 #define PORT_CMD_ICC_SLUMBER      (0x6 << 28) /* Put i/f in slumber state */
 
+#define PORT_CMD_RO_MASK          0x007dffe0 /* Which CMD bits are read only? */
+
 /* ap->flags bits */
 #define AHCI_FLAG_NO_NCQ                  (1 << 24)
 #define AHCI_FLAG_IGN_IRQ_IF_ERR          (1 << 25) /* ignore IRQ_IF_ERR */
This page took 0.023755 seconds and 4 git commands to generate.