Home
last modified time | relevance | path

Searched refs:PORT_CMD_FIS_RX (Results 1 – 8 of 8) sorted by relevance

/openbmc/u-boot/include/
H A Dahci.h102 #define PORT_CMD_FIS_RX (1 << 4) /* Enable FIS receive DMA engine */ macro
/openbmc/qemu/hw/ide/
H A Dahci.c275 bool fis_start = pr->cmd & PORT_CMD_FIS_RX; in ahci_cond_start_engines()
291 pr->cmd &= ~PORT_CMD_FIS_RX; in ahci_cond_start_engines()
792 !(pr->cmd & PORT_CMD_FIS_RX)) { in ahci_write_fis_sdb()
832 if (!ad->res_fis || !(pr->cmd & PORT_CMD_FIS_RX)) { in ahci_write_fis_pio()
876 if (!ad->res_fis || !(pr->cmd & PORT_CMD_FIS_RX)) { in ahci_write_fis_d2h()
1748 if (!(pr->cmd & PORT_CMD_FIS_RX) && (pr->cmd & PORT_CMD_FIS_ON)) { in ahci_state_post_load()
H A Dahci_internal.h174 #define PORT_CMD_FIS_RX (1 << 4) /* Enable FIS receive DMA engine */ macro
/openbmc/u-boot/drivers/ata/
H A Dahci.c248 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()
H A Ddwc_ahsata.c502 writel_with_flush(PORT_CMD_ICC_ACTIVE | PORT_CMD_FIS_RX | in ahci_port_start()
/openbmc/linux/drivers/ata/
H A Dahci.h176 PORT_CMD_FIS_RX = BIT(4), /* Enable FIS receive DMA engine */ enumerator
H A Dlibahci.c762 tmp |= PORT_CMD_FIS_RX; in ahci_start_fis_rx()
777 tmp &= ~PORT_CMD_FIS_RX; in ahci_stop_fis_rx()
/openbmc/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c237 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()