Searched refs:PORT_CMD_FIS_RX (Results 1 – 2 of 2) sorted by relevance
244 bool fis_start = pr->cmd & PORT_CMD_FIS_RX; in ahci_cond_start_engines()260 pr->cmd &= ~PORT_CMD_FIS_RX; in ahci_cond_start_engines()761 !(pr->cmd & PORT_CMD_FIS_RX)) { in ahci_write_fis_sdb()801 if (!ad->res_fis || !(pr->cmd & PORT_CMD_FIS_RX)) { in ahci_write_fis_pio()845 if (!ad->res_fis || !(pr->cmd & PORT_CMD_FIS_RX)) { in ahci_write_fis_d2h()1717 if (!(pr->cmd & PORT_CMD_FIS_RX) && (pr->cmd & PORT_CMD_FIS_ON)) { in ahci_state_post_load()
173 #define PORT_CMD_FIS_RX (1 << 4) /* Enable FIS receive DMA engine */ macro