Symbol: ATA_BMSTAT_PORT
sys/dev/ata/ata-pci.c
453
int bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK;
sys/dev/ata/ata-pci.c
457
ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR);
sys/dev/ata/ata-pci.c
484
ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, (ATA_IDX_INB(ch, ATA_BMSTAT_PORT) |
sys/dev/ata/ata-pci.c
506
error = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK;
sys/dev/ata/ata-pci.c
507
ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR);
sys/dev/ata/ata-pci.c
520
ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR);
sys/dev/ata/chipsets/ata-acard.c
129
int bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK;
sys/dev/ata/chipsets/ata-acard.c
134
ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR);
sys/dev/ata/chipsets/ata-intel.c
855
ch->r_io[ATA_BMSTAT_PORT].offset = ch_offset + 0x72;
sys/dev/ata/chipsets/ata-promise.c
401
ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, (ATA_IDX_INB(ch, ATA_BMSTAT_PORT) |
sys/dev/ata/chipsets/ata-promise.c
423
error = ATA_IDX_INB(ch, ATA_BMSTAT_PORT);
sys/dev/ata/chipsets/ata-promise.c
426
ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR);
sys/dev/ata/chipsets/ata-promise.c
438
ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR);
sys/dev/ata/chipsets/ata-serverworks.c
197
ch->r_io[ATA_BMSTAT_PORT].offset = ch_offset + 0x32;
sys/dev/ata/chipsets/ata-siliconimage.c
260
ch->r_io[ATA_BMSTAT_PORT].res = ctlr->r_res2;
sys/dev/ata/chipsets/ata-siliconimage.c
261
ch->r_io[ATA_BMSTAT_PORT].offset = 0x02 + (unit01 << 3) + (unit10 << 8);