Home
last modified time | relevance | path

Searched refs:bmstat (Results 1 – 2 of 2) sorted by relevance

/NextBSD/sys/dev/ata/chipsets/
HData-acard.c130 int bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK; in ata_acard_status() local
132 if ((bmstat & (ATA_BMSTAT_ACTIVE | ATA_BMSTAT_INTERRUPT)) != in ata_acard_status()
135 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR); in ata_acard_status()
/NextBSD/sys/dev/ata/
HData-pci.c456 int bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK; in ata_pci_status() local
458 if ((bmstat & ATA_BMSTAT_INTERRUPT) == 0) in ata_pci_status()
460 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR); in ata_pci_status()