Home
last modified time | relevance | path

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

/drivers/ata/
Dahci.c127 HOST_RESET = (1 << 0), /* reset controller; self-clear */ enumerator
1175 if ((tmp & HOST_RESET) == 0) { in ahci_reset_controller()
1176 writel(tmp | HOST_RESET, mmio + HOST_CTL); in ahci_reset_controller()
1186 tmp = ata_wait_register(mmio + HOST_CTL, HOST_RESET, in ahci_reset_controller()
1187 HOST_RESET, 10, 1000); in ahci_reset_controller()
1189 if (tmp & HOST_RESET) { in ahci_reset_controller()