Searched refs:PORT_CMD_FIS_ON (Results 1 – 4 of 4) sorted by relevance
102 #define PORT_CMD_FIS_ON (1 << 14) /* FIS DMA engine running */ macro
173 PORT_CMD_FIS_ON = (1 << 14), /* FIS DMA engine running */ enumerator
723 tmp = ata_wait_register(ap, port_mmio + PORT_CMD, PORT_CMD_FIS_ON, in ahci_stop_fis_rx()724 PORT_CMD_FIS_ON, 10, 1000); in ahci_stop_fis_rx()725 if (tmp & PORT_CMD_FIS_ON) in ahci_stop_fis_rx()
241 if (tmp & (PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()244 tmp &= ~(PORT_CMD_LIST_ON | PORT_CMD_FIS_ON | in ahci_host_init()