Home
last modified time | relevance | path

Searched refs:ATA_SERROR (Results 1 – 11 of 11) sorted by relevance

/dragonfly/sys/dev/disk/nata/chipsets/
H A Data-marvell.c230 ch->r_io[ATA_SERROR].res = ctlr->r_res1; in ata_marvell_edma_allocate()
231 ch->r_io[ATA_SERROR].offset = 0x00104 + ATA_MV_HOST_BASE(ch); in ata_marvell_edma_allocate()
240 ch->r_io[ATA_SERROR].res = ctlr->r_res1; in ata_marvell_edma_allocate()
241 ch->r_io[ATA_SERROR].offset = 0x02304 + ATA_MV_EDMA_BASE(ch); in ata_marvell_edma_allocate()
283 ATA_IDX_OUTL(ch, ATA_SERROR, ATA_IDX_INL(ch, ATA_SERROR)); in ata_marvell_edma_allocate()
509 ATA_IDX_OUTL(ch, ATA_SERROR, ATA_IDX_INL(ch, ATA_SERROR)); in ata_marvell_edma_reset()
H A Data-ahci.c168 ch->r_io[ATA_SERROR].res = ctlr->r_res2; in ata_ahci_allocate()
169 ch->r_io[ATA_SERROR].offset = ATA_AHCI_P_SERR + offset; in ata_ahci_allocate()
409 ATA_IDX_OUTL(ch, ATA_SERROR, ATA_IDX_INL(ch, ATA_SERROR)); in ata_ahci_restart()
H A Data-siliconimage.c304 ch->r_io[ATA_SERROR].res = ctlr->r_res2; in ata_sii_allocate()
305 ch->r_io[ATA_SERROR].offset = 0x108 + (unit01 << 7) + (unit10 << 8); in ata_sii_allocate()
452 ch->r_io[ATA_SERROR].res = ctlr->r_res2; in ata_siiprb_allocate()
453 ch->r_io[ATA_SERROR].offset = 0x1f08 + offset; in ata_siiprb_allocate()
678 ATA_IDX_OUTL(ch, ATA_SERROR, 0xffffffff); in ata_siiprb_softreset()
H A Data-sis.c192 ch->r_io[ATA_SERROR].res = ctlr->r_res2; in ata_sis_allocate()
193 ch->r_io[ATA_SERROR].offset = 0x04 + offset; in ata_sis_allocate()
H A Data-nvidia.c231 ch->r_io[ATA_SERROR].res = ctlr->r_res2; in ata_nvidia_allocate()
232 ch->r_io[ATA_SERROR].offset = 0x04 + (ch->unit << 6); in ata_nvidia_allocate()
H A Data-via.c201 ch->r_io[ATA_SERROR].res = ctlr->r_res2; in ata_via_allocate()
202 ch->r_io[ATA_SERROR].offset = 0x04 + (ch->unit << ctlr->chip->cfg1); in ata_via_allocate()
H A Data-serverworks.c152 ch->r_io[ATA_SERROR].offset = ch_offset + 0x44; in ata_serverworks_allocate()
H A Data-intel.c411 ch->r_io[ATA_SERROR].offset = ch_offset + 0x104; in ata_intel_31244_allocate()
H A Data-promise.c540 ch->r_io[ATA_SERROR].res = ctlr->r_res2; in ata_promise_mio_allocate()
541 ch->r_io[ATA_SERROR].offset = 0x404 + (ch->unit << 8); in ata_promise_mio_allocate()
/dragonfly/sys/dev/disk/nata/
H A Data-sata.c81 u_int32_t error = ATA_IDX_INL(ch, ATA_SERROR); in ata_sata_phy_check_events()
84 ATA_IDX_OUTL(ch, ATA_SERROR, error); in ata_sata_phy_check_events()
138 ATA_IDX_OUTL(ch, ATA_SERROR, ATA_IDX_INL(ch, ATA_SERROR)); in ata_sata_connect()
H A Data-all.h127 #define ATA_SERROR 14 macro