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

/linux-master/drivers/ata/
H A Dsata_sil24.c143 PORT_CS_PORT_RST = (1 << 0), /* port reset */ enumerator in enum:__anon58
709 writel(PORT_CS_PORT_RST, port + PORT_CTRL_STAT);
711 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR);
1241 if (tmp & PORT_CS_PORT_RST) {
1242 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR);
1244 PORT_CS_PORT_RST,
1245 PORT_CS_PORT_RST, 10, 100);
1246 if (tmp & PORT_CS_PORT_RST)

Completed in 163 milliseconds