Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A 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()
H A Dsata_sil.h146 PORT_CS_RDY = (1 << 31), /* port ready to accept commands */ enumerator
/openbmc/linux/drivers/ata/
H A Dsata_sil24.c151 PORT_CS_RDY = (1 << 31), /* port ready to accept commands */ enumerator
586 PORT_CS_RDY, 0, 10, 100); in sil24_init_port()
588 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()