Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/ata/
Dsata_sx4.c141 PDC_RESET = (1 << 11), /* HDMA/ATA reset */ enumerator
894 if (tmp & PDC_RESET) in pdc_reset_port()
899 tmp |= PDC_RESET; in pdc_reset_port()
903 tmp &= ~PDC_RESET; in pdc_reset_port()
1422 tmp |= PDC_RESET; in pdc_20621_init()
1429 tmp &= ~PDC_RESET; in pdc_20621_init()
Dsata_promise.c134 PDC_RESET = (1 << 11), /* HDMA reset */ enumerator
443 tmp |= PDC_RESET; in pdc_reset_port()
448 if (tmp & PDC_RESET) in pdc_reset_port()
453 tmp |= PDC_RESET; in pdc_reset_port()
457 tmp &= ~PDC_RESET; in pdc_reset_port()