Home
last modified time | relevance | path

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

/linux/drivers/ata/
H A Dsata_sil24.c145 PORT_CS_INIT = (1 << 2), /* port initialize */ enumerator
581 writel(PORT_CS_INIT, port + PORT_CTRL_STAT); in sil24_init_port()
583 PORT_CS_INIT, PORT_CS_INIT, 10, 100); in sil24_init_port()
587 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY) { in sil24_init_port()