Searched refs:HOST_RESET (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/scsi/ufs/ |
| H A D | ufs-debugfs.c | 40 PRT("Host Resets: %llu\n", HOST_RESET); in ufs_debugfs_stats_show()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | ahci.h | 40 #define HOST_RESET (1 << 0) /* reset controller; self-clear */ macro
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | ahci.c | 148 if ((tmp & HOST_RESET) == 0) in ahci_reset() 149 writel_with_flush(tmp | HOST_RESET, host_ctl_reg); in ahci_reset() 159 } while ((i > 0) && (tmp & HOST_RESET)); in ahci_reset()
|
| /OK3568_Linux_fs/kernel/drivers/ata/ |
| H A D | ahci.h | 80 HOST_RESET = (1 << 0), /* reset controller; self-clear */ enumerator
|
| H A D | libahci.c | 928 if ((tmp & HOST_RESET) == 0) { in ahci_reset_controller() 929 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller() 939 tmp = ata_wait_register(NULL, mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller() 940 HOST_RESET, 10, 1000); in ahci_reset_controller() 942 if (tmp & HOST_RESET) { in ahci_reset_controller()
|
| /OK3568_Linux_fs/kernel/drivers/block/mtip32xx/ |
| H A D | mtip32xx.c | 184 writel(HOST_RESET, dd->mmio + HOST_CTL); in mtip_hba_reset() 199 } while ((readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset() 202 if (readl(dd->mmio + HOST_CTL) & HOST_RESET) in mtip_hba_reset()
|