Lines Matching +full:udma +full:- +full:c
1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
4 * Copyright (c) 1998 - 2008 Søren Schmidt <sos@FreeBSD.org>
48 #include <dev/ata/ata-all.h>
49 #include <dev/ata/ata-pci.h>
67 ctlr->chipinit = ata_cyrix_chipinit; in ata_cyrix_probe()
80 ctlr->ch_attach = ata_cyrix_ch_attach; in ata_cyrix_chipinit()
81 ctlr->setmode = ata_cyrix_setmode; in ata_cyrix_chipinit()
90 ch->dma.alignment = 16; in ata_cyrix_ch_attach()
91 ch->dma.max_iosize = 64 * DEV_BSIZE; in ata_cyrix_ch_attach()
100 int devno = (ch->unit << 1) + target; in ata_cyrix_setmode()
111 if (ctlr->r_res1) { in ata_cyrix_setmode()
113 /* Set UDMA timings, and PIO4. */ in ata_cyrix_setmode()
114 ATA_OUTL(ch->r_io[ATA_BMCMD_PORT].res, in ata_cyrix_setmode()
119 ATA_OUTL(ch->r_io[ATA_BMCMD_PORT].res, in ata_cyrix_setmode()
126 ATA_OUTL(ch->r_io[ATA_BMCMD_PORT].res, in ata_cyrix_setmode()