Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/ata/
H A Dsata_sil.h140 PORT_CS_DEV_RST = (1 << 1), /* device reset */ enumerator
H A Dsata_sil.c641 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT); in scan_sata()
643 tmp = ata_wait_register(port + PORT_CTRL_STAT, PORT_CS_DEV_RST, in scan_sata()
644 PORT_CS_DEV_RST, 100); in scan_sata()
645 if (tmp & PORT_CS_DEV_RST) { in scan_sata()