Home
last modified time | relevance | path

Searched refs:PORT_CS_DEV_RST (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/ata/
A Dsata_sil.h145 PORT_CS_DEV_RST = (1 << 1), /* device reset */ enumerator
A Dsata_sil.c596 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