Searched refs:ATA_BMCMD_PORT (Results 1 – 10 of 10) sorted by relevance
| /trueos/sys/dev/ata/chipsets/ |
| HD | ata-cyrix.c | 115 ATA_OUTL(ch->r_io[ATA_BMCMD_PORT].res, in ata_cyrix_setmode() 120 ATA_OUTL(ch->r_io[ATA_BMCMD_PORT].res, in ata_cyrix_setmode() 127 ATA_OUTL(ch->r_io[ATA_BMCMD_PORT].res, in ata_cyrix_setmode()
|
| HD | ata-acard.c | 137 ATA_IDX_OUTB(ch, ATA_BMCMD_PORT, in ata_acard_status() 138 ATA_IDX_INB(ch, ATA_BMCMD_PORT) & ~ATA_BMCMD_START_STOP); in ata_acard_status()
|
| HD | ata-acerlabs.c | 250 for (i = ATA_BMCMD_PORT; i <= ATA_BMDTP_PORT; i++) { in ata_ali_sata_ch_attach() 252 ch->r_io[i].offset = (i - ATA_BMCMD_PORT)+(ch->unit * ATA_BMIOSIZE); in ata_ali_sata_ch_attach()
|
| HD | ata-via.c | 241 for (i = ATA_BMCMD_PORT; i <= ATA_BMDTP_PORT; i++) { in ata_via_ch_attach() 243 ch->r_io[i].offset = (i - ATA_BMCMD_PORT)+(ch->unit * ATA_BMIOSIZE); in ata_via_ch_attach()
|
| HD | ata-promise.c | 415 ATA_IDX_OUTB(ch, ATA_BMCMD_PORT, in ata_promise_dmastart() 435 ATA_IDX_OUTB(ch, ATA_BMCMD_PORT, in ata_promise_dmastop() 436 ATA_IDX_INB(ch, ATA_BMCMD_PORT) & ~ATA_BMCMD_START_STOP); in ata_promise_dmastop() 447 ATA_IDX_OUTB(ch, ATA_BMCMD_PORT, in ata_promise_dmareset() 448 ATA_IDX_INB(ch, ATA_BMCMD_PORT) & ~ATA_BMCMD_START_STOP); in ata_promise_dmareset()
|
| HD | ata-serverworks.c | 199 ch->r_io[ATA_BMCMD_PORT].offset = ch_offset + 0x30; in ata_serverworks_ch_attach()
|
| HD | ata-siliconimage.c | 313 ch->r_io[ATA_BMCMD_PORT].res = ctlr->r_res2; in ata_sii_ch_attach() 314 ch->r_io[ATA_BMCMD_PORT].offset = 0x00 + (unit01 << 3) + (unit10 << 8); in ata_sii_ch_attach()
|
| HD | ata-intel.c | 924 ch->r_io[ATA_BMCMD_PORT].offset = ch_offset + 0x70; in ata_intel_31244_ch_attach()
|
| /trueos/sys/dev/ata/ |
| HD | ata-pci.c | 421 for (i = ATA_BMCMD_PORT; i <= ATA_BMDTP_PORT; i++) { in ata_pci_ch_attach() 423 ch->r_io[i].offset = (i - ATA_BMCMD_PORT) + (ch->unit*ATA_BMIOSIZE); in ata_pci_ch_attach() 491 ATA_IDX_OUTB(ch, ATA_BMCMD_PORT, in ata_pci_dmastart() 492 (ATA_IDX_INB(ch, ATA_BMCMD_PORT) & ~ATA_BMCMD_WRITE_READ) | in ata_pci_dmastart() 506 ATA_IDX_OUTB(ch, ATA_BMCMD_PORT, in ata_pci_dmastop() 507 ATA_IDX_INB(ch, ATA_BMCMD_PORT) & ~ATA_BMCMD_START_STOP); in ata_pci_dmastop() 520 ATA_IDX_OUTB(ch, ATA_BMCMD_PORT, in ata_pci_dmareset() 521 ATA_IDX_INB(ch, ATA_BMCMD_PORT) & ~ATA_BMCMD_START_STOP); in ata_pci_dmareset()
|
| HD | ata-all.h | 290 #define ATA_BMCMD_PORT 17 macro
|