Searched refs:ATA_BMSTAT_PORT (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/sys/dev/disk/nata/ |
| HD | ata-pci.c | 456 int bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK; in ata_pci_status() 471 bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK; in ata_pci_status() 475 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR); in ata_pci_status() 501 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, (ATA_IDX_INB(ch, ATA_BMSTAT_PORT) | in ata_pci_dmastart() 530 error = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK; in ata_pci_dmastop() 531 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_pci_dmastop() 543 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_pci_dmareset()
|
| HD | ata-all.h | 278 #define ATA_BMSTAT_PORT 19 macro
|
| /dragonfly/sys/dev/disk/nata/chipsets/ |
| HD | ata-acard.c | 106 int bmstat = ATA_IDX_INB(ch, ATA_BMSTAT_PORT) & ATA_BMSTAT_MASK; in ata_acard_status() 111 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, bmstat & ~ATA_BMSTAT_ERROR); in ata_acard_status()
|
| HD | ata-promise.c | 365 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, (ATA_IDX_INB(ch, ATA_BMSTAT_PORT) | in ata_promise_dmastart() 388 error = ATA_IDX_INB(ch, ATA_BMSTAT_PORT); in ata_promise_dmastop() 391 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_promise_dmastop() 403 ATA_IDX_OUTB(ch, ATA_BMSTAT_PORT, ATA_BMSTAT_INTERRUPT | ATA_BMSTAT_ERROR); in ata_promise_dmareset()
|
| HD | ata-siliconimage.c | 296 ch->r_io[ATA_BMSTAT_PORT].res = ctlr->r_res2; in ata_sii_allocate() 297 ch->r_io[ATA_BMSTAT_PORT].offset = 0x02 + (unit01 << 3) + (unit10 << 8); in ata_sii_allocate()
|
| HD | ata-serverworks.c | 147 ch->r_io[ATA_BMSTAT_PORT].offset = ch_offset + 0x32; in ata_serverworks_allocate()
|
| HD | ata-intel.c | 416 ch->r_io[ATA_BMSTAT_PORT].offset = ch_offset + 0x72; in ata_intel_31244_allocate()
|