Home
last modified time | relevance | path

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

/qemu/hw/ide/
H A Dahci.c245 bool fis_on = pr->cmd & PORT_CMD_FIS_ON; in ahci_cond_start_engines()
322 if ((pr->cmd & PORT_CMD_FIS_ON) && in ahci_port_write()
706 pr->cmd |= PORT_CMD_FIS_ON; in ahci_map_fis_address()
710 pr->cmd &= ~PORT_CMD_FIS_ON; in ahci_map_fis_address()
720 ad->port_regs.cmd &= ~PORT_CMD_FIS_ON; in ahci_unmap_fis_address()
1717 if (!(pr->cmd & PORT_CMD_FIS_RX) && (pr->cmd & PORT_CMD_FIS_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.h172 #define PORT_CMD_FIS_ON (1 << 14) /* FIS DMA engine running */ macro