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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/ata/
H A Dahci.h135 HOST_RESET = (1 << 0), /* reset controller; self-clear */ enumerator in enum:__anon10738
H A Dlibahci.c857 * AHCI-specific, such as HOST_RESET.
864 if ((tmp & HOST_RESET) == 0) {
865 writel(tmp | HOST_RESET, mmio + HOST_CTL);
870 * to perform host reset, OS should set HOST_RESET
875 tmp = ata_wait_register(mmio + HOST_CTL, HOST_RESET,
876 HOST_RESET, 10, 1000);
878 if (tmp & HOST_RESET) {

Completed in 78 milliseconds