Searched refs:PDC_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 Dsata_sx4.c142 PDC_RESET = (1 << 11), /* HDMA/ATA reset */ enumerator in enum:__anon10790
895 if (tmp & PDC_RESET)
900 tmp |= PDC_RESET;
904 tmp &= ~PDC_RESET;
1426 tmp |= PDC_RESET;
1433 tmp &= ~PDC_RESET;
H A Dsata_promise.c135 PDC_RESET = (1 << 11), /* HDMA reset */ enumerator in enum:__anon10781
442 tmp |= PDC_RESET;
447 if (tmp & PDC_RESET)
452 tmp |= PDC_RESET;
456 tmp &= ~PDC_RESET;

Completed in 68 milliseconds