Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_sil.c109 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()
H A Dsata_sil.h147 PORT_CS_RDY = (1 << 31), /* port ready to accept commands */ enumerator
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_sil24.c151 PORT_CS_RDY = (1 << 31), /* port ready to accept commands */ enumerator
583 PORT_CS_RDY, 0, 10, 100); in sil24_init_port()
585 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY) { in sil24_init_port()
712 ata_wait_register(ap, port + PORT_CTRL_STAT, PORT_CS_RDY, 0, in sil24_hardreset()