Home
last modified time | relevance | path

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

/external/u-boot/drivers/ata/
Dsata_sil.c606 if (tmp & PORT_CS_PORT_RST) { in scan_sata()
607 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in scan_sata()
609 PORT_CS_PORT_RST, PORT_CS_PORT_RST, 100); in scan_sata()
610 if (tmp & PORT_CS_PORT_RST) in scan_sata()
Dsata_sil.h138 PORT_CS_PORT_RST = (1 << 0), /* port reset */ enumerator