Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/ata/
Dsata_sil24.c154 PORT_CS_DEV_RST = (1 << 1), /* device reset */ enumerator
740 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT); in sil24_hardreset()
742 PORT_CS_DEV_RST, PORT_CS_DEV_RST, 10, in sil24_hardreset()
754 if (tmp & PORT_CS_DEV_RST) { in sil24_hardreset()