Home
last modified time | relevance | path

Searched refs:PDC_RESET (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/ata/
H A Dsata_sx4.c125 PDC_RESET = (1 << 11), /* HDMA/ATA reset */ enumerator
880 if (tmp & PDC_RESET) in pdc_reset_port()
885 tmp |= PDC_RESET; in pdc_reset_port()
889 tmp &= ~PDC_RESET; in pdc_reset_port()
1418 tmp |= PDC_RESET; in pdc_20621_init()
1425 tmp &= ~PDC_RESET; in pdc_20621_init()
H A 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()
/kernel/linux/linux-6.6/drivers/ata/
H A Dsata_sx4.c128 PDC_RESET = (1 << 11), /* HDMA/ATA reset */ enumerator
834 if (tmp & PDC_RESET) in pdc_reset_port()
839 tmp |= PDC_RESET; in pdc_reset_port()
843 tmp &= ~PDC_RESET; in pdc_reset_port()
1375 tmp |= PDC_RESET; in pdc_20621_init()
1382 tmp &= ~PDC_RESET; in pdc_20621_init()
H A 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()

Completed in 9 milliseconds