Home
last modified time | relevance | path

Searched refs:ATA_NIEN (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/ata/
H A Dsata_vsc.c134 if (ctl & ATA_NIEN) in vsc_intr_mask_update()
153 if ((tf->ctl & ATA_NIEN) != (ap->last_ctl & ATA_NIEN)) { in vsc_sata_tf_load()
155 vsc_intr_mask_update(ap, tf->ctl & ATA_NIEN); in vsc_sata_tf_load()
H A Dpdc_adma.c194 writeb(ATA_NIEN, ap->ioaddr.ctl_addr); in adma_reinit_engine()
229 writeb(ATA_NIEN, ap->ioaddr.ctl_addr); in adma_freeze()
H A Dpata_it821x.c667 ap->ctl |= ATA_NIEN; in it821x_firmware_command()
H A Dlibata-sff.c371 ap->ctl &= ~ATA_NIEN; in ata_sff_irq_on()
1685 ap->ctl |= ATA_NIEN; in ata_sff_freeze()
/OK3568_Linux_fs/kernel/drivers/ide/
H A Dide-eh.c409 tp_ops->write_devctl(hwif, ATA_SRST | ATA_NIEN | ATA_DEVCTL_OBS); in do_reset1()
414 ((drive->dev_flags & IDE_DFLAG_NIEN_QUIRK) ? 0 : ATA_NIEN) | in do_reset1()
H A Dide-iops.c377 tp_ops->write_devctl(hwif, ATA_NIEN | ATA_DEVCTL_OBS); in ide_config_drive_speed()
H A Dide-io.c503 ATA_NIEN | in ide_issue_rq()
H A Dide-probe.c266 tp_ops->write_devctl(hwif, ATA_NIEN | ATA_DEVCTL_OBS); in ide_dev_read_id()
/OK3568_Linux_fs/u-boot/include/
H A Dlibata.h103 ATA_NIEN = (1 << 1), /* disable-irq flag */ enumerator
/OK3568_Linux_fs/kernel/include/linux/
H A Data.h159 ATA_NIEN = (1 << 1), /* disable-irq flag */ enumerator
H A Dlibata.h1730 qc->tf.ctl |= ATA_NIEN; in ata_qc_set_polling()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dsata_dwc.c1157 qc->tf.ctl |= ATA_NIEN; in ata_qc_issue_prot()
1528 ap->ctl &= ~ATA_NIEN; in ata_irq_on()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dlibata.rst481 with polling. ATA_NIEN bit is set to turn off interrupt and
491 ATA_PROT_ATAPI is in this category. ATA_NIEN bit is set and, as