Searched refs:PORT_CMD_FIS_RX (Results 1 – 8 of 8) sorted by relevance
102 #define PORT_CMD_FIS_RX (1 << 4) /* Enable FIS receive DMA engine */ macro
277 bool fis_start = pr->cmd & PORT_CMD_FIS_RX; in ahci_cond_start_engines()293 pr->cmd &= ~PORT_CMD_FIS_RX; in ahci_cond_start_engines()794 !(pr->cmd & PORT_CMD_FIS_RX)) { in ahci_write_fis_sdb()834 if (!ad->res_fis || !(pr->cmd & PORT_CMD_FIS_RX)) { in ahci_write_fis_pio()878 if (!ad->res_fis || !(pr->cmd & PORT_CMD_FIS_RX)) { in ahci_write_fis_d2h()1751 if (!(pr->cmd & PORT_CMD_FIS_RX) && (pr->cmd & PORT_CMD_FIS_ON)) { in ahci_state_post_load()
174 #define PORT_CMD_FIS_RX (1 << 4) /* Enable FIS receive DMA engine */ macro
248 PORT_CMD_FIS_RX | PORT_CMD_START)) { in ahci_host_init()251 PORT_CMD_FIS_RX | PORT_CMD_START); in ahci_host_init()620 writel_with_flush(PORT_CMD_ICC_ACTIVE | PORT_CMD_FIS_RX | in ahci_port_start()
502 writel_with_flush(PORT_CMD_ICC_ACTIVE | PORT_CMD_FIS_RX | in ahci_port_start()
176 PORT_CMD_FIS_RX = BIT(4), /* Enable FIS receive DMA engine */ enumerator
762 tmp |= PORT_CMD_FIS_RX; in ahci_start_fis_rx()777 tmp &= ~PORT_CMD_FIS_RX; in ahci_stop_fis_rx()
237 writel(tmp | PORT_CMD_FIS_RX, port->mmio + PORT_CMD); in mtip_enable_fis()239 writel(tmp & ~PORT_CMD_FIS_RX, port->mmio + PORT_CMD); in mtip_enable_fis()244 return (((tmp & PORT_CMD_FIS_RX) == PORT_CMD_FIS_RX)); in mtip_enable_fis()