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

/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-acard.c134 if ((bmstat & (ATA_BMSTAT_ACTIVE | ATA_BMSTAT_INTERRUPT)) !=
135 ATA_BMSTAT_INTERRUPT)
H A Data-promise.c407 (ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR)));
431 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR);
443 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR);
/freebsd-13-stable/sys/dev/ata/
H A Data-pci.c457 if ((bmstat & ATA_BMSTAT_INTERRUPT) == 0)
487 (ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR)));
509 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR);
522 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR);
H A Data-all.h166 #define ATA_BMSTAT_INTERRUPT 0x04 macro

Completed in 103 milliseconds