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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dsata_sil24.c153 PORT_CS_PORT_RST = (1 << 0), /* port reset */ enumerator in enum:__anon10787
721 writel(PORT_CS_PORT_RST, port + PORT_CTRL_STAT);
723 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR);
1254 if (tmp & PORT_CS_PORT_RST) {
1255 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR);
1257 PORT_CS_PORT_RST,
1258 PORT_CS_PORT_RST, 10, 100);
1259 if (tmp & PORT_CS_PORT_RST)

Completed in 37 milliseconds