Searched refs:ATA_BMDTP_PORT (Results 1 – 8 of 8) sorted by relevance
263 ch->r_io[ATA_BMDTP_PORT].res = ctlr->r_res2; in ata_sii_ch_attach()264 ch->r_io[ATA_BMDTP_PORT].offset = 0x04 + (unit01 << 3) + (unit10 << 8); in ata_sii_ch_attach()
245 for (i = ATA_BMCMD_PORT; i <= ATA_BMDTP_PORT; i++) { in ata_ali_sata_ch_attach()
199 ch->r_io[ATA_BMDTP_PORT].offset = ch_offset + 0x34; in ata_serverworks_ch_attach()
234 for (i = ATA_BMCMD_PORT; i <= ATA_BMDTP_PORT; i++) { in ata_via_ch_attach()
855 ch->r_io[ATA_BMDTP_PORT].offset = ch_offset + 0x74; in ata_intel_31244_ch_attach()
404 ATA_IDX_OUTL(ch, ATA_BMDTP_PORT, request->dma->sg_bus); in ata_promise_dmastart()
417 for (i = ATA_BMCMD_PORT; i <= ATA_BMDTP_PORT; i++) { in ata_pci_ch_attach()485 ATA_IDX_OUTL(ch, ATA_BMDTP_PORT, request->dma->sg_bus); in ata_pci_dmastart()
171 #define ATA_BMDTP_PORT 21 macro