Searched refs:PORT_CS_INIT (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.c155 PORT_CS_INIT = (1 << 2), /* port initialize */ enumerator in enum:__anon10787
591 writel(PORT_CS_INIT, port + PORT_CTRL_STAT);
593 PORT_CS_INIT, PORT_CS_INIT, 10, 100);
597 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY) {

Completed in 93 milliseconds