Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci_mvebu.c127 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_mvebu_stop_engine()
134 tmp &= ~PORT_CMD_START; in ahci_mvebu_stop_engine()
H A Dahci_sunxi.c199 sunxi_setbits(port_mmio + PORT_CMD, PORT_CMD_START); in ahci_sunxi_start_engine()
H A Dahci.h178 PORT_CMD_START = (1 << 0), /* Enable port DMA engine */ enumerator
H A Dlibahci.c629 tmp |= PORT_CMD_START; in ahci_start_engine()
657 if ((tmp & (PORT_CMD_START | PORT_CMD_LIST_ON)) == 0) in ahci_stop_engine()
671 tmp &= ~PORT_CMD_START; in ahci_stop_engine()
/OK3568_Linux_fs/u-boot/include/
H A Dahci.h107 #define PORT_CMD_START (1 << 0) /* Enable port DMA engine */ macro
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c242 PORT_CMD_FIS_RX | PORT_CMD_START)) { in ahci_host_init()
245 PORT_CMD_FIS_RX | PORT_CMD_START); in ahci_host_init()
622 PORT_CMD_START, port_mmio + PORT_CMD); in ahci_port_start()
H A Ddwc_ahsata.c505 PORT_CMD_START, &port_mmio->cmd); in ahci_port_start()
/OK3568_Linux_fs/kernel/drivers/block/mtip32xx/
H A Dmtip32xx.c275 writel(tmp | PORT_CMD_START, port->mmio + PORT_CMD); in mtip_enable_engine()
277 writel(tmp & ~PORT_CMD_START, port->mmio + PORT_CMD); in mtip_enable_engine()
280 return (((tmp & PORT_CMD_START) == PORT_CMD_START)); in mtip_enable_engine()