Home
last modified time | relevance | path

Searched refs:ATA_BMSTAT_INTERRUPT (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/dev/disk/nata/
H A Data-pci.c468 if ((bmstat & (ATA_BMSTAT_ACTIVE | ATA_BMSTAT_INTERRUPT)) == in ata_pci_status()
469 (ATA_BMSTAT_ACTIVE | ATA_BMSTAT_INTERRUPT)) { in ata_pci_status()
473 if ((bmstat & ATA_BMSTAT_INTERRUPT) == 0) in ata_pci_status()
502 (ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR))); in ata_pci_dmastart()
531 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_pci_dmastop()
543 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_pci_dmareset()
H A Data-all.h281 #define ATA_BMSTAT_INTERRUPT 0x04 macro
/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-acard.c108 if ((bmstat & (ATA_BMSTAT_ACTIVE | ATA_BMSTAT_INTERRUPT)) != in ata_acard_status()
109 ATA_BMSTAT_INTERRUPT) in ata_acard_status()
H A Data-promise.c366 (ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR))); in ata_promise_dmastart()
391 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_promise_dmastop()
403 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_promise_dmareset()