Searched refs:ATA_NIEN (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/ata/
H A Dsata_vsc.c134 if (ctl & ATA_NIEN)
150 * However, if ATA_NIEN is changed, then we need to change
153 if ((tf->ctl & ATA_NIEN) != (ap->last_ctl & ATA_NIEN)) {
155 vsc_intr_mask_update(ap, tf->ctl & ATA_NIEN);
H A Dpdc_adma.c194 writeb(ATA_NIEN, ap->ioaddr.ctl_addr);
229 writeb(ATA_NIEN, ap->ioaddr.ctl_addr);
H A Dpata_it821x.c670 ap->ctl |= ATA_NIEN;
H A Dlibata-sff.c322 ap->ctl &= ~ATA_NIEN;
1602 ap->ctl |= ATA_NIEN;
1608 * ATA_NIEN manipulation. Also, many controllers fail to mask
1609 * previously pending IRQ on ATA_NIEN assertion. Clear it.
/linux-master/include/linux/
H A Data.h158 ATA_NIEN = (1 << 1), /* disable-irq flag */ enumerator in enum:__anon729
H A Dlibata.h1774 qc->tf.ctl |= ATA_NIEN;

Completed in 129 milliseconds