Home
last modified time | relevance | path

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

/drivers/ata/
Dsata_sil24.c153 PORT_CS_PORT_RST = (1 << 0), /* port reset */ enumerator
718 writel(PORT_CS_PORT_RST, port + PORT_CTRL_STAT); in sil24_hardreset()
720 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in sil24_hardreset()
1250 if (tmp & PORT_CS_PORT_RST) { in sil24_init_controller()
1251 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in sil24_init_controller()
1253 PORT_CS_PORT_RST, in sil24_init_controller()
1254 PORT_CS_PORT_RST, 10, 100); in sil24_init_controller()
1255 if (tmp & PORT_CS_PORT_RST) in sil24_init_controller()