Searched refs:ATA_BMDTP_PORT (Results 1 – 7 of 7) sorted by relevance
262 ch->r_io[ATA_BMDTP_PORT].res = ctlr->r_res2; in ata_sii_ch_attach()263 ch->r_io[ATA_BMDTP_PORT].offset = 0x04 + (unit01 << 3) + (unit10 << 8); in ata_sii_ch_attach()
244 for (i = ATA_BMCMD_PORT; i <= ATA_BMDTP_PORT; i++) { in ata_ali_sata_ch_attach()
198 ch->r_io[ATA_BMDTP_PORT].offset = ch_offset + 0x34; in ata_serverworks_ch_attach()
233 for (i = ATA_BMCMD_PORT; i <= ATA_BMDTP_PORT; i++) { in ata_via_ch_attach()
856 ch->r_io[ATA_BMDTP_PORT].offset = ch_offset + 0x74; in ata_intel_31244_ch_attach()
415 for (i = ATA_BMCMD_PORT; i <= ATA_BMDTP_PORT; i++) { in ata_pci_ch_attach()483 ATA_IDX_OUTL(ch, ATA_BMDTP_PORT, request->dma->sg_bus); in ata_pci_dmastart()
171 #define ATA_BMDTP_PORT 21 macro