Home
last modified time | relevance | path

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

/qemu/hw/ide/
H A Dahci.c243 bool cmd_on = pr->cmd & PORT_CMD_LIST_ON; in ahci_cond_start_engines()
733 pr->cmd |= PORT_CMD_LIST_ON; in ahci_map_clb_address()
737 pr->cmd &= ~PORT_CMD_LIST_ON; in ahci_map_clb_address()
747 ad->port_regs.cmd &= ~PORT_CMD_LIST_ON; in ahci_unmap_clb_address()
1712 if (!(pr->cmd & PORT_CMD_START) && (pr->cmd & PORT_CMD_LIST_ON)) { in ahci_state_post_load()
1725 pr->cmd &= ~(PORT_CMD_LIST_ON | PORT_CMD_FIS_ON); in ahci_state_post_load()
H A Dahci-internal.h171 #define PORT_CMD_LIST_ON (1 << 15) /* cmd list DMA engine running */ macro