Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/ata/
Dsata_sx4.c128 PDC_RESET = (1 << 11), /* HDMA/ATA reset */ enumerator
835 if (tmp & PDC_RESET) in pdc_reset_port()
840 tmp |= PDC_RESET; in pdc_reset_port()
844 tmp &= ~PDC_RESET; in pdc_reset_port()
1376 tmp |= PDC_RESET; in pdc_20621_init()
1383 tmp &= ~PDC_RESET; in pdc_20621_init()
Dsata_promise.c118 PDC_RESET = (1 << 11), /* HDMA reset */ enumerator
426 tmp |= PDC_RESET; in pdc_reset_port()
431 if (tmp & PDC_RESET) in pdc_reset_port()
436 tmp |= PDC_RESET; in pdc_reset_port()
440 tmp &= ~PDC_RESET; in pdc_reset_port()