Home
last modified time | relevance | path

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

/external/u-boot/drivers/ata/
Dsata_sil.c108 PORT_CS_RDY, 0, 100); in sil_init_port()
110 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY) in sil_init_port()
630 PORT_CS_RDY, PORT_CS_RDY, 100); in scan_sata()
631 if ((tmp & PORT_CS_RDY) != PORT_CS_RDY) { in scan_sata()
Dsata_sil.h146 PORT_CS_RDY = (1 << 31), /* port ready to accept commands */ enumerator