Searched refs:PORT_CS_DEV_RST (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | sata_sil.c | 641 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()
|
| H A D | sata_sil.h | 140 PORT_CS_DEV_RST = (1 << 1), /* device reset */ enumerator
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | sata_sil24.c | 144 PORT_CS_DEV_RST = (1 << 1), /* device reset */ enumerator 730 writel(PORT_CS_DEV_RST, port + PORT_CTRL_STAT); in sil24_hardreset() 732 PORT_CS_DEV_RST, PORT_CS_DEV_RST, 10, in sil24_hardreset() 744 if (tmp & PORT_CS_DEV_RST) { in sil24_hardreset()
|