Home
last modified time | relevance | path

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

/u-boot/drivers/ata/
A Dsata_sil.h144 PORT_CS_PORT_RST = (1 << 0), /* port reset */ enumerator
A Dsata_sil.c562 if (tmp & PORT_CS_PORT_RST) {
563 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR);
565 PORT_CS_PORT_RST, PORT_CS_PORT_RST, 100);
566 if (tmp & PORT_CS_PORT_RST)

Completed in 5 milliseconds