Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dahci.h101 #define PORT_CMD_FIS_ON (1 << 14) /* FIS DMA engine running */ macro
/openbmc/qemu/hw/ide/
H A Dahci.c276 bool fis_on = pr->cmd & PORT_CMD_FIS_ON; in ahci_cond_start_engines()
353 if ((pr->cmd & PORT_CMD_FIS_ON) && in ahci_port_write()
737 pr->cmd |= PORT_CMD_FIS_ON; in ahci_map_fis_address()
741 pr->cmd &= ~PORT_CMD_FIS_ON; in ahci_map_fis_address()
751 ad->port_regs.cmd &= ~PORT_CMD_FIS_ON; in ahci_unmap_fis_address()
1748 if (!(pr->cmd & PORT_CMD_FIS_RX) && (pr->cmd & PORT_CMD_FIS_ON)) { in ahci_state_post_load()
1756 pr->cmd &= ~(PORT_CMD_LIST_ON | PORT_CMD_FIS_ON); in ahci_state_post_load()
H A Dahci_internal.h173 #define PORT_CMD_FIS_ON (1 << 14) /* FIS DMA engine running */ macro
/openbmc/linux/drivers/ata/
H A Dahci.h175 PORT_CMD_FIS_ON = BIT(14), /* FIS DMA engine running */ enumerator
H A Dlibahci.c781 tmp = ata_wait_register(ap, port_mmio + PORT_CMD, PORT_CMD_FIS_ON, in ahci_stop_fis_rx()
782 PORT_CMD_FIS_ON, 10, 1000); in ahci_stop_fis_rx()
783 if (tmp & PORT_CMD_FIS_ON) in ahci_stop_fis_rx()
/openbmc/u-boot/drivers/ata/
H A Dahci.c247 if (tmp & (PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()
250 tmp &= ~(PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()