Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/ata/
H A Dsata_sil.h140 PORT_CS_INIT = (1 << 2), /* port initialize */ enumerator
H A Dsata_sil.c104 writel(PORT_CS_INIT, port + PORT_CTRL_STAT); in sil_init_port()
106 PORT_CS_INIT, PORT_CS_INIT, 100); in sil_init_port()
110 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY) in sil_init_port()
/openbmc/linux/drivers/ata/
H A Dsata_sil24.c145 PORT_CS_INIT = (1 << 2), /* port initialize */ enumerator
582 writel(PORT_CS_INIT, port + PORT_CTRL_STAT); in sil24_init_port()
584 PORT_CS_INIT, PORT_CS_INIT, 10, 100); in sil24_init_port()
588 if ((tmp & (PORT_CS_INIT | PORT_CS_RDY)) != PORT_CS_RDY) { in sil24_init_port()