Home
last modified time | relevance | path

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

/freebsd/sys/dev/ata/chipsets/
H A Data-acard.c129 int bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK; in ata_acard_status() local
131 if ((bmstat & (ATA_BMSTAT_ACTIVE | ATA_BMSTAT_INTERRUPT)) != in ata_acard_status()
134 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR); in ata_acard_status()
/freebsd/sys/dev/ata/
H A Data-pci.c449 int bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK; in ata_pci_status() local
451 if ((bmstat & ATA_BMSTAT_INTERRUPT) == 0) in ata_pci_status()
453 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR); in ata_pci_status()