Home
last modified time | relevance | path

Searched refs:PORT_CMD_SPIN_UP (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/include/
H A Dahci.h106 #define PORT_CMD_SPIN_UP (1 << 1) /* Spin up device */ macro
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dahci.h177 PORT_CMD_SPIN_UP = (1 << 1), /* Spin up device */ enumerator
H A Dlibahci.c741 cmd |= PORT_CMD_SPIN_UP; in ahci_power_up()
839 cmd &= ~PORT_CMD_SPIN_UP; in ahci_power_down()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dahci.c262 cmd |= PORT_CMD_SPIN_UP; in ahci_host_init()
621 PORT_CMD_POWER_ON | PORT_CMD_SPIN_UP | in ahci_port_start()
H A Ddwc_ahsata.c504 PORT_CMD_POWER_ON | PORT_CMD_SPIN_UP | in ahci_port_start()