Searched refs:ATA_BMSTAT_PORT (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-acard.c132 int bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK;
137 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR);
H A Data-siliconimage.c263 ch->r_io[ATA_BMSTAT_PORT].res = ctlr->r_res2;
264 ch->r_io[ATA_BMSTAT_PORT].offset = 0x02 + (unit01 << 3) + (unit10 << 8);
H A Data-promise.c406 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, (ATA_IDX_INB(ch, ATA_BMSTAT_PORT) |
428 error = ATA_IDX_INB(ch, ATA_BMSTAT_PORT);
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);
H A Data-serverworks.c200 ch->r_io[ATA_BMSTAT_PORT].offset = ch_offset + 0x32;
H A Data-intel.c856 ch->r_io[ATA_BMSTAT_PORT].offset = ch_offset + 0x72;
/freebsd-13-stable/sys/dev/ata/
H A Data-pci.c455 int bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK;
459 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR);
486 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, (ATA_IDX_INB(ch, ATA_BMSTAT_PORT) |
508 error = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK;
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.h163 #define ATA_BMSTAT_PORT 19 macro

Completed in 97 milliseconds