Home
last modified time | relevance | path

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

/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()
453 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR); in ata_pci_status()
480 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, (ATA_IDX_INB(ch, ATA_BMSTAT_PORT) | in ata_pci_dmastart()
502 error = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK; in ata_pci_dmastop()
503 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_pci_dmastop()
516 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_pci_dmareset()
H A Data-all.h161 #define ATA_BMSTAT_PORT 19 macro
/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()
134 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR); in ata_acard_status()
H A Data-siliconimage.c260 ch->r_io[ATA_BMSTAT_PORT].res = ctlr->r_res2; in ata_sii_ch_attach()
261 ch->r_io[ATA_BMSTAT_PORT].offset = 0x02 + (unit01 << 3) + (unit10 << 8); in ata_sii_ch_attach()
H A Data-promise.c403 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, (ATA_IDX_INB(ch, ATA_BMSTAT_PORT) | in ata_promise_dmastart()
425 error = ATA_IDX_INB(ch, ATA_BMSTAT_PORT); in ata_promise_dmastop()
428 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_promise_dmastop()
440 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_promise_dmareset()
H A Data-serverworks.c197 ch->r_io[ATA_BMSTAT_PORT].offset = ch_offset + 0x32; in ata_serverworks_ch_attach()
H A Data-intel.c855 ch->r_io[ATA_BMSTAT_PORT].offset = ch_offset + 0x72; in ata_intel_31244_ch_attach()