Searched refs:PORT_CS_RDY (Results 1 – 2 of 2) sorted by relevance
109 PORT_CS_RDY, 0, 100); in sil_init_port()111 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY) in sil_init_port()631 PORT_CS_RDY, PORT_CS_RDY, 100); in scan_sata()632 if ((tmp & PORT_CS_RDY) != PORT_CS_RDY) { in scan_sata()
147 PORT_CS_RDY = (1 << 31), /* port ready to accept commands */ enumerator