Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ata/
Dsata_sil24.c143 PORT_CS_PORT_RST = (1 << 0), /* port reset */ enumerator
709 writel(PORT_CS_PORT_RST, port + PORT_CTRL_STAT); in sil24_hardreset()
711 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in sil24_hardreset()
1240 if (tmp & PORT_CS_PORT_RST) { in sil24_init_controller()
1241 writel(PORT_CS_PORT_RST, port + PORT_CTRL_CLR); in sil24_init_controller()
1243 PORT_CS_PORT_RST, in sil24_init_controller()
1244 PORT_CS_PORT_RST, 10, 100); in sil24_init_controller()
1245 if (tmp & PORT_CS_PORT_RST) in sil24_init_controller()