Searched +full:broken +full:- +full:udma (Results 1 – 12 of 12) sorted by relevance
/linux/Documentation/devicetree/bindings/ata/ |
H A D | arasan,cf-spear1340.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/ata/arasan,cf-spear134 [all...] |
/linux/drivers/ata/ |
H A D | pata_cmd64x.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * pata_cmd64x.c - CMD64x PATA for new ATA layer 6 * (C) 2009-2010 Bartlomiej Zolnierkiewicz 21 * Copyright (C) 1999-2002 Andre Hedrick <andre@linux-ide.org> 75 struct pci_dev *pdev = to_pci_dev(ap->host->de in cmd648_cable_detect() [all...] |
H A D | pata_serverworks.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * pata_serverworks.c - Serverworks PATA for new ATA layer 11 * Copyright (C) 1998-2000 Michel Aubry 12 * Copyright (C) 1998-2000 Andrzej Krzysztofowicz 13 * Copyright (C) 1998-2000 Andre Hedrick <andre@linux-ide.org> 20 * supports UDMA mod [all...] |
H A D | pata_amd.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * pata_amd.c - AMD PATA for new ATA layer 4 * (C) 2005-2006 Red Hat Inc 6 * Based on pata-sil680. Errata information is taken from data sheets 8 * claimed by sata-nv.c. 30 * timing_setup - shared timing computation and load 49 struct pci_dev *pdev = to_pci_dev(ap->hos in timing_setup() 275 u32 saved_udma, udma; nv_mode_filter() local 385 u32 udma = (unsigned long)host->private_data; nv_host_stop() local 568 u32 udma; amd_init_one() local [all...] |
H A D | ata_piix.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * ata_piix.c - Intel PATA/SATA controllers 6 * Please ALWAYS copy linux-ide@vger.kernel.org 9 * Copyright 2003-2005 Red Hat Inc 10 * Copyright 2003-2005 Jeff Garzik 14 * Copyright (C) 1998-199 673 unsigned int udma = speed - XFER_UDMA_0; do_pata_set_dmamode() local [all...] |
H A D | pata_atp867x.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * pata_atp867x.c - ARTOP 867X 64bit 4-channel UDMA133 ATA controller driver 5 * (C) 2009 Google Inc. John(Jung-Ik) Lee <jilee@google.com> 9 * 2003-2004 by Eric Uhrhane, Google, Inc. 69 #define ATP867X_IOBASE(ap) ((ap)->hos [all...] |
H A D | pata_ftide010.c | 1 // SPDX-License-Identifier: GPL-2.0-only 24 * struct ftide010 - state container for the Faraday FTIDE010 48 /* Gemini-specific properties */ 76 /* Set this bit for UDMA mode 5 and 6 */ 82 /* Enable UDMA on a device */ 136 * We set 66 MHz for UDMA modes 3, 4 and 6 and no others 142 struct ftide010 *ftide = ap->hos in ftide010_set_dmamode() [all...] |
H A D | libata-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 3 * libata-core.c - helper library for ATA 5 * Copyright 2003-2004 Red Hat, Inc. All rights reserved. 6 * Copyright 2003-2004 Jeff Garzik 9 * as Documentation/driver-ap [all...] |
/linux/drivers/media/pci/ivtv/ |
H A D | ivtv-driver.h | 3 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com> 5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl> 19 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 32 * ----- 33 * MPG600/MPG160 support by T.Adachi <tadachi@tadachi-net.com> 37 * using information provided by Jiun-Kue 692 struct ivtv_user_dma udma; /* user based DMA for OSD */ global() member [all...] |
/linux/include/linux/ |
H A D | libata.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 3 * Copyright 2003-2005 Red Hat, Inc. All rights reserved. 4 * Copyright 2003-2005 Jeff Garzik 7 * as Documentation/driver-api/libata.rst 16 #include <linux/dma-mapping.h> 28 * Define if arch has non-standar 1071 unsigned short udma; /* t2CYCTYP/2 */ global() member [all...] |
/linux/drivers/pci/ |
H A D | quirks.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * This file contains work-arounds for many known PCI hardware bugs. 5 * should be handled in arch-specific code. 22 #include <linux/isa-dma.h> /* isa_dma_bridge_buggy */ 41 if (test_bit(PCI_LINK_LBMS_SEEN, &dev->priv_flags)) in pcie_lbms_seen() 102 int ret = -ENOTTY; in pcie_failed_link_retrain() 105 !pcie_cap_has_lnkctl2(dev) || !dev->link_active_reporting) in pcie_failed_link_retrain() 112 pci_info(dev, "broken devic in pcie_failed_link_retrain() [all...] |
/linux/drivers/cdrom/ |
H A D | cdrom.c | 9 Uniform CD-ROM driver for Linux. 10 See Documentation/cdrom/cdrom-standard.rst for usage information. 13 software that uses CD-ROMs and the various low-level drivers that 15 Patches that work are more welcome though. ;-) 18 ----- [all...] |