Searched refs:PORT_CS_DEV_RST (Results 1 – 2 of 2) sorted by relevance
141 PORT_CS_DEV_RST = (1 << 1), /* device reset */ enumerator
571 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT); in sil_init_sata()573 tmp = ata_wait_register(port + PORT_CTRL_STAT, PORT_CS_DEV_RST, in sil_init_sata()574 PORT_CS_DEV_RST, 100); in sil_init_sata()575 if (tmp & PORT_CS_DEV_RST) { in sil_init_sata()
Completed in 5 milliseconds