Home
last modified time | relevance | path

Searched refs:PORT_CMD_RO_MASK (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/ide/
H A Dahci-internal.h185 #define PORT_CMD_RO_MASK 0x007dffe0 /* Which CMD bits are read only? */ macro
H A Dahci.c345 pr->cmd = (pr->cmd & PORT_CMD_RO_MASK) | in ahci_port_write()
346 (val & ~(PORT_CMD_RO_MASK | PORT_CMD_ICC_MASK)); in ahci_port_write()