Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/chipsets/
H A Data-acard.c131 if ((bmstat & (ATA_BMSTAT_ACTIVE | ATA_BMSTAT_INTERRUPT)) != in ata_acard_status()
132 ATA_BMSTAT_INTERRUPT) in ata_acard_status()
H A Data-promise.c402 (ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR))); in ata_promise_dmastart()
426 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_promise_dmastop()
438 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_promise_dmareset()
/freebsd/sys/dev/ata/
H A Data-pci.c449 if ((bmstat & ATA_BMSTAT_INTERRUPT) == 0) in ata_pci_status()
479 (ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR))); in ata_pci_dmastart()
501 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_pci_dmastop()
514 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_pci_dmareset()
H A Data-all.h164 #define ATA_BMSTAT_INTERRUPT 0x04 macro