Searched refs:PORT_CS_DEV_RST (Results 1 – 2 of 2) sorted by relevance
145 PORT_CS_DEV_RST = (1 << 1), /* device reset */ enumerator
596 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT);598 tmp = ata_wait_register(port + PORT_CTRL_STAT, PORT_CS_DEV_RST,599 PORT_CS_DEV_RST, 100);600 if (tmp & PORT_CS_DEV_RST) {
Completed in 5 milliseconds