Home
last modified time | relevance | path

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

/u-boot/drivers/ata/
A Dsata_sil.h146 PORT_CS_INIT = (1 << 2), /* port initialize */ enumerator
A Dsata_sil.c124 writel(PORT_CS_INIT, port + PORT_CTRL_STAT); in sil_init_port()
126 PORT_CS_INIT, PORT_CS_INIT, 100); in sil_init_port()
130 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY) in sil_init_port()

Completed in 37 milliseconds