Searched refs:PORT_CS_RDY (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.c161 PORT_CS_RDY = (1 << 31), /* port ready to accept commands */ enumerator in enum:__anon10787
595 PORT_CS_RDY, 0, 10, 100);
597 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY) {
724 ata_wait_register(port + PORT_CTRL_STAT, PORT_CS_RDY, 0,

Completed in 84 milliseconds