Home
last modified time | relevance | path

Searched refs:PORT_CS_RDY (Results 1 – 2 of 2) sorted by relevance

/u-boot/drivers/ata/
A Dsata_sil.c128 PORT_CS_RDY, 0, 100); in sil_init_port()
130 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY) in sil_init_port()
586 PORT_CS_RDY, PORT_CS_RDY, 100);
587 if ((tmp & PORT_CS_RDY) != PORT_CS_RDY) {
A Dsata_sil.h152 PORT_CS_RDY = (1 << 31), /* port ready to accept commands */ enumerator

Completed in 4 milliseconds