plateform
stringclasses
1 value
repo_name
stringclasses
2 values
name
stringlengths
1
78
ext
stringclasses
2 values
path
stringlengths
15
1.11k
size
int64
1
8.55M
source_encoding
stringclasses
11 values
md5
stringlengths
32
32
text
stringlengths
0
8.49M
google
android
utmisc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/utmisc.c
11,792
utf_8
4ed8e827003109aaa047ca47e2d8a87f
/******************************************************************************* * * Module Name: utmisc - common utility procedures * ******************************************************************************/ /* * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * POSSIBILITY OF SUCH DAMAGE...
google
android
exoparg3
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/exoparg3.c
8,418
utf_8
d21830e354e84767f54edcbff088e316
/****************************************************************************** * * Module Name: exoparg3 - AML execution - opcodes with 3 arguments * *****************************************************************************/ /* * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * POSSIBILITY...
google
android
hwregs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/hwregs.c
19,916
utf_8
132058587ed06fee56be239b37102130
/******************************************************************************* * * Module Name: hwregs - Read/write access functions for the various ACPI * control and status registers. * ******************************************************************************/ /* * "AS IS" AND ANY E...
google
android
hwxfsleep
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/hwxfsleep.c
15,424
utf_8
1bfa8f30d8439b1101673b5840694cec
/****************************************************************************** * * Name: hwxfsleep.c - ACPI Hardware Sleep/Wake External Interfaces * *****************************************************************************/ /* * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * POSSIBILITY...
google
android
nsload
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/nsload.c
9,630
utf_8
9c5ee532626ad47d5256960a366294c8
/****************************************************************************** * * Module Name: nsload - namespace loading/expanding/contracting procedures * *****************************************************************************/ /* * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * POS...
google
android
tbxfload
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/tbxfload.c
13,411
utf_8
8901edf97529db9570ddee7bb5875eb1
/****************************************************************************** * * Module Name: tbxfload - Table load/unload external interfaces * *****************************************************************************/ /* * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * POSSIBILITY OF...
google
android
exoparg1
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/exoparg1.c
28,261
utf_8
a1662f9ab170f23f4ebea5118c83109c
/****************************************************************************** * * Module Name: exoparg1 - AML execution - opcodes with 1 argument * *****************************************************************************/ /* * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * POSSIBILITY ...
google
android
utexcep
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/acpica/utexcep.c
4,888
utf_8
7f04fb7e8356ac74be8a62446a715011
/******************************************************************************* * * Module Name: utexcep - Exception code support * ******************************************************************************/ /* * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT * POSSIBILITY OF SUCH DAMAGES....
google
android
intel_pmic_xpower
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/pmic/intel_pmic_xpower.c
5,428
utf_8
5e82be39c9c69c2d081f54b0b1212ea0
/* * intel_pmic_xpower.c - XPower AXP288 PMIC operation region driver * */ #include <linux/module.h> #include <linux/acpi.h> #include <linux/mfd/axp20x.h> #include <linux/regmap.h> #include <linux/platform_device.h> #include <linux/iio/consumer.h> #include "intel_pmic.h" #define XPOWER_GPADC_LOW 0x5b static struct p...
google
android
intel_pmic
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/pmic/intel_pmic.c
6,347
utf_8
552a3a86a6671299f8405e1d90c7c4b6
/* * intel_pmic.c - Intel PMIC operation region driver * */ #include <linux/module.h> #include <linux/acpi.h> #include <linux/regmap.h> #include <acpi/acpi_lpat.h> #include "intel_pmic.h" #define PMIC_POWER_OPREGION_ID 0x8d #define PMIC_THERMAL_OPREGION_ID 0x8c struct intel_pmic_opregion { struct mutex lock; stru...
google
android
intel_pmic_crc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/pmic/intel_pmic_crc.c
4,495
utf_8
eb4b345d98d1ceaa676fb18fcb1b97f8
/* * intel_pmic_crc.c - Intel CrystalCove PMIC operation region driver * */ #include <linux/module.h> #include <linux/acpi.h> #include <linux/mfd/intel_soc_pmic.h> #include <linux/regmap.h> #include <linux/platform_device.h> #include "intel_pmic.h" #define PWR_SOURCE_SELECT BIT(1) #define PMIC_A0LOCK_REG 0xc5 stati...
google
android
apei-base
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/apei/apei-base.c
19,886
utf_8
7eaa00098d40031f8c3ec9fd89ad284b
/* * apei-base.c - ACPI Platform Error Interface (APEI) supporting * infrastructure * * APEI allows to report errors (for example from the chipset) to the * the operating system. This improves NMI handling especially. In * addition it supports error serialization and error injection. * * For more information ab...
google
android
erst
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/apei/erst.c
29,600
utf_8
1b04cfcf68961e2fbc536faebfeee289
/* * APEI Error Record Serialization Table support * * ERST is a way provided by APEI to save and retrieve hardware error * information to and from a persistent store. * * For more information about ERST, please refer to ACPI Specification * version 4.0, section 17.4. * */ #include <linux/kernel.h> #include <l...
google
android
ghes
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/apei/ghes.c
30,807
utf_8
792669cf8dc76d204cdbc999b3f27253
/* * APEI Generic Hardware Error Source support * * Generic Hardware Error Source provides a way to report platform * hardware errors (such as that from chipset). It works in so called * "Firmware First" mode, that is, hardware errors are reported to * firmware firstly, then reported to Linux by firmware. This wa...
google
android
hest
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/apei/hest.c
6,494
utf_8
2f3b3aa434e2f91a276a87978b9f429e
/* * APEI Hardware Error Souce Table support * * HEST describes error sources in detail; communicates operational * parameters (i.e. severity levels, masking bits, and threshold * values) to Linux as necessary. It also allows the BIOS to report * non-standard error sources to Linux (for example, chipset-specific ...
google
android
einj
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/apei/einj.c
22,381
utf_8
318b1f0e9265d0c854a1a46c41b9b9e9
/* * APEI Error INJection support * * EINJ provides a hardware error injection mechanism, this is useful * for debugging and testing of other APEI and RAS features. * * For more information about EINJ, please refer to ACPI Specification * version 4.0, section 17.5. * */ #include <linux/kernel.h> #include <linu...
google
android
erst-dbg
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/acpi/apei/erst-dbg.c
5,275
utf_8
4f52ec785c1eb77301edc26afa807ef4
/* * APEI Error Record Serialization Table debug support * * ERST is a way provided by APEI to save and retrieve hardware error * information to and from a persistent store. This file provide the * debugging/testing support for ERST kernel support and firmware * implementation. * */ #include <linux/kernel.h> #i...
google
android
sata_qstor
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_qstor.c
17,823
utf_8
2bbb8ab75da787cb5952d7684778324c
/* * sata_qstor.c - Pacific Digital Corporation QStor SATA * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/gfp.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/de...
google
android
ahci_ceva
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci_ceva.c
6,297
utf_8
e7cc1d00cc7c1cddc2f54456eee2eb31
/* */ #include <linux/ahci_platform.h> #include <linux/kernel.h> #include <linux/libata.h> #include <linux/module.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include "ahci.h" /* Vendor Specific Register Offsets */ #define AHCI_VEND_PCFG 0xA4 #define AHCI_VEND_PPCFG 0xA8 #define AHCI_VEND_PP2C ...
google
android
ahci_brcmstb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci_brcmstb.c
8,830
utf_8
ff6b8ff7a3be1c0e242feb6967d8cfd1
/* * Broadcom SATA3 AHCI Controller Driver * */ #include <linux/ahci_platform.h> #include <linux/compiler.h> #include <linux/device.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/libata.h> #include <linux/module.h> #include <linux/of.h> #includ...
google
android
pata_opti
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_opti.c
5,329
utf_8
288e9137c3792efec31e448977761a7f
/* * pata_opti.c - ATI PATA for new ATA layer * and resolve some confusions. Further documentation can be found in * Ralf Brown's interrupt list * * If you have other variants of the Opti range (Viper/Vendetta) please * try this driver with those PCI idents and report back. For the later * chips see the pata_op...
google
android
pata_cs5520
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_cs5520.c
8,126
utf_8
9faf6959314d3a5ad2b69c92ae047c30
/* * IDE tuning and bus mastering support for the CS5510/CS5520 * chipsets * * The CS5510/CS5520 are slightly unusual devices. Unlike the * typical IDE controllers they do bus mastering with the drive in * PIO mode and smarter silicon. * * The practical upshot of this is that we must always tune the * drive fo...
google
android
ata_piix
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ata_piix.c
51,759
utf_8
2582c4a28a769b0442f10952c77bbf4a
/* * ata_piix.c - Intel PATA/SATA controllers * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * Hardware documentation available at http://developer.intel.com/ * * Documentation * Publicly available from Intel web site. Errata documentation * is...
google
android
pata_oldpiix
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_oldpiix.c
7,324
utf_8
70342e6bde43c1c1602e215dad7a82b3
/* * pata_oldpiix.c - Intel PATA/SATA controllers * * * Some parts based on ata_piix.c by Jeff Garzik and others. * * Early PIIX differs significantly from the later PIIX as it lacks * SITRE and the slave timing registers. This means that you have to * set timing per channel, or be clever. Libata...
google
android
sata_highbank
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_highbank.c
18,206
utf_8
682aa1df052553c192df768ef55aa260
/* * Calxeda Highbank AHCI SATA platform driver */ #include <linux/kernel.h> #include <linux/gfp.h> #include <linux/module.h> #include <linux/types.h> #include <linux/err.h> #include <linux/io.h> #include <linux/spinlock.h> #include <linux/device.h> #include <linux/of_device.h> #include <linux/of_address.h> #include ...
google
android
pata_hpt366
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_hpt366.c
10,940
utf_8
d363a0a67bf2b744fc88d71df823f070
/* * Libata driver for the highpoint 366 and 368 UDMA66 ATA controllers. * * This driver is heavily based upon: * * linux/drivers/ide/pci/hpt366.c Version 0.36 April 25, 2003 * * * * TODO * Look into engine reset on timeout errors. Should not be required. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #incl...
google
android
pata_sc1200
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_sc1200.c
7,293
utf_8
054f529cef2c1acbcb39d69eff2db330
/* * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev...
google
android
pata_ns87410
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_ns87410.c
4,830
utf_8
caa34becc43872d2b4f0e85b7702b243
/* * pata_ns87410.c - National Semiconductor 87410 PATA for new ATA layer */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <scsi/scsi_host.h> #include <linux/libata.h> #define DRV_NAME "pata_ns87410" #define DRV_VERSION "0.4.6" ...
google
android
pata_cs5530
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_cs5530.c
9,458
utf_8
6dc742f7dc601fc7b598a12fda74d198
/* * pata-cs5530.c - CS5530 PATA for new ATA layer * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Loosely based on the piix & svwks drivers. * * Documentation: * Available from AMD web site. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include ...
google
android
pata_hpt3x3
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_hpt3x3.c
7,360
utf_8
04aa940d62a827816a1086b59a97e6ee
/* * pata_hpt3x3 - HPT3x3 driver */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <scsi/scsi_host.h> #include <linux/libata.h> #define DRV_NAME "pata_hpt3x3" #define DRV_VERSION "0.6.1" /** * hpt3x3_set_piomode - PIO setup * ...
google
android
sata_sis
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_sis.c
8,277
utf_8
08de61788d147aef9fed880030ef5862
/* * sata_sis.c - Silicon Integrated Systems SATA * * Maintained by: Uwe Koziolek * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * Hardware documentation available under NDA. * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux...
google
android
sata_mv
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_mv.c
125,845
utf_8
cdd7b56f68d26595931556ec648907bf
/* * sata_mv.c - Marvell SATA support * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ /* * sata_mv TODO list: * * --> Develop a low-power-consumption strategy, and implement it. * * --> Add sysfs attributes for per-chip / per-HC IRQ coalescing thresholds. * * --> [Experime...
google
android
pata_mpiix
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_mpiix.c
7,038
utf_8
77f18108acf6819f43b3a2c0c9096e8b
/* * pata_mpiix.c - Intel MPIIX PATA for new ATA layer * * The MPIIX is different enough to the PIIX4 and friends that we give it * a separate driver. The old ide/pci code handles this by just not tuning * MPIIX at all. * * The MPIIX also differs in another important way from the majority of PIIX * devices. Th...
google
android
pata_sil680
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_sil680.c
11,697
utf_8
46e36057524b65f433319b2ecae66334
/* * pata_sil680.c - SIL680 PATA for new ATA layer * * Documentation publicly available. * * If you have strange problems with nVidia chipset systems please * see the SI support documentation and update your system BIOS * if necessary * * TODO * If we know all our devices are LBA28 (or LBA28 sized) we coul...
google
android
pata_cmd64x
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_cmd64x.c
13,246
utf_8
30c78ae2544093716af6f046acfcacc2
/* * pata_cmd64x.c - CMD64x PATA for new ATA layer * * TODO * Testing work */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <scsi/scsi_host.h> #include <linux/libata.h> #define DRV_NAME "pata_cmd64x" #define DRV_VERSION "0.2....
google
android
acard-ahci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/acard-ahci.c
12,868
utf_8
596eda98b7b2bd17e036de2591a6f9cc
/* * acard-ahci.c - ACard AHCI SATA support * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * AHCI hardware documentation: * http://www.intel.com/technology/serialata/pdf/rev1_0.pdf * http://www.intel.com/technology/serialata/pdf/rev1_1.pdf * */ #inc...
google
android
libata-scsi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/libata-scsi.c
109,318
utf_8
e8991da22bb5eeb6d2ff40484d1636e5
/* * libata-scsi.c - helper library for ATA * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * Hardware documentation available from * - http://www.t10.org/ * - http://www.t13.org/ * */ #include <linux/slab.h> #include <linux/kernel.h> #include <...
google
android
pata_palmld
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_palmld.c
3,155
utf_8
11ef2b557f8431b22ed5b8f983a9c57c
/* * drivers/ata/pata_palmld.c * * Driver for IDE channel in Palm LifeDrive * * Based on research of: * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/libata.h> #include <linux/irq.h> #include <linux/platform_device.h> #include <linux/delay.h> #include <linux/gpio.h> #include <scsi/scsi_h...
google
android
pdc_adma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pdc_adma.c
16,693
utf_8
dfba28998c32e05a0009e5eec9b813de
/* * pdc_adma.c - Pacific Digital Corporation ADMA * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * * Supports ATA disks in single-packet ADMA mode. * Uses PIO for everything else. * * TODO: Use ADMA transfers for ATAPI devices, when possible....
google
android
pata_samsung_cf
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_samsung_cf.c
17,719
utf_8
63958f174ac76e9aa9762f008a6fb263
/* */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/clk.h> #include <linux/libata.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/platform_data/ata-samsung_cf.h> #define DRV_NAME "pata_samsung_cf" #define DRV_VERSION "0.1" #define S3C_CFATA_REG...
google
android
pata_arasan_cf
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_arasan_cf.c
26,437
utf_8
5ab6c501bf10fb2f79aa7d5e866dd9de
/* * drivers/ata/pata_arasan_cf.c * * Arasan Compact Flash host controller source file * * warranty of any kind, whether express or implied. */ /* * The Arasan CompactFlash Device Controller IP core has three basic modes of * operation: PC card ATA using I/O mode, PC card ATA using memory mode, PC card * ATA u...
google
android
pata_serverworks
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_serverworks.c
13,413
utf_8
20f39a049a66f7db4b2049b41d870743
/* * pata_serverworks.c - Serverworks PATA for new ATA layer * * * RCC/ServerWorks IDE driver for Linux * * OSB4: `Open South Bridge' IDE Interface (fn 1) * supports UDMA mode 2 (33 MB/s) * * CSB5: `Champion South Bridge' IDE Interface (fn 1) * all revisions support UDMA mode 4 (66 MB/s) ...
google
android
ahci_st
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci_st.c
6,001
utf_8
d1379f461c417446ed31f15ee59a61d2
/* */ #include <linux/init.h> #include <linux/module.h> #include <linux/export.h> #include <linux/platform_device.h> #include <linux/clk.h> #include <linux/of.h> #include <linux/ahci_platform.h> #include <linux/libata.h> #include <linux/reset.h> #include <linux/io.h> #include <linux/dma-mapping.h> #include "ahci.h" #d...
google
android
ahci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci.c
55,413
utf_8
a51796d6bebf5a59560ef858a45ce6ac
/* * ahci.c - AHCI SATA support * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * AHCI hardware documentation: * http://www.intel.com/technology/serialata/pdf/rev1_0.pdf * http://www.intel.com/technology/serialata/pdf/rev1_1.pdf * */ #include <linux/...
google
android
sata_vsc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_vsc.c
12,163
utf_8
922dc81c81651fc23cd7e2fee135197f
/* * sata_vsc.c - Vitesse VSC7174 4 port DPA SATA * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * Vitesse hardware documentation presumably available under NDA. * Intel 31244 (same hardware interface) documentation presumably * available from ht...
google
android
ahci_xgene
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci_xgene.c
24,921
utf_8
ea45cbcd443bd79f63039c4f7f8b0ca7
/* * AppliedMicro X-Gene SoC SATA Host Controller Driver * * * NOTE: PM support is not currently available. * */ #include <linux/acpi.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/ahci_platform.h> #include <linux/of_address.h> #include <linux/of_device.h> #include <linux/of_irq.h...
google
android
sata_sil
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_sil.c
22,447
utf_8
4f8407e1e03e54b564f18eac4ba0385d
/* * sata_sil.c - Silicon Image SATA * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * Documentation for SiI 3112: * * Other errata and documentation available under NDA. * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pc...
google
android
pata_octeon_cf
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_octeon_cf.c
28,011
utf_8
93af9c779c976b3115d58fd37e8f790f
/* * Driver for the Octeon bootbus compact flash. * * This file is subject to the terms and conditions of the GNU General Public */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/libata.h> #include <linux/hrtimer.h> #include <linux/slab.h> #include <linux/irq.h> #include <linux/of.h> #include <...
google
android
pata_ixp4xx_cf
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_ixp4xx_cf.c
5,532
utf_8
7f16b0e44e2f26a09bb4ee9f5142dc9b
/* * ixp4xx PATA/Compact Flash driver * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/libata.h> #include <linux/irq.h> #include <linux/platform_device.h> #include <scsi/scsi_host.h> #define DRV_NAME "pata_ixp4xx_cf" #define DRV_VERSION "0.2" static int ixp4xx_set_mode(struct ata_link *link, ...
google
android
pata_icside
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_icside.c
16,390
utf_8
69190766ed42896ce3a4f1738f50717d
#include <linux/kernel.h> #include <linux/module.h> #include <linux/init.h> #include <linux/blkdev.h> #include <linux/gfp.h> #include <scsi/scsi_host.h> #include <linux/ata.h> #include <linux/libata.h> #include <asm/dma.h> #include <asm/ecard.h> #define DRV_NAME "pata_icside" #define ICS_IDENT_OFFSET 0x2280 #define IC...
google
android
pata_sch
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_sch.c
5,149
utf_8
d9f5632267a20ba4e52f22cf15a8d5c4
/* * pata_sch.c - Intel SCH PATA controllers * * */ /* * Supports: * Intel SCH (AF82US15W, AF82US15L, AF82UL11L) chipsets -- see spec at: * http://download.intel.com/design/chipsets/embedded/datashts/319537.pdf */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux...
google
android
pata_it821x
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_it821x.c
27,883
utf_8
c5a0b49f03986bcfc5bda0fe41af0ca0
/* * pata_it821x.c - IT821x PATA for new ATA layer * Based in part on the ITE vendor provided SCSI driver. * * Documentation available from IT8212F_V04.pdf * http://www.ite.com.tw/EN/products_more.aspx?CategoryID=3&ID=5,91 * Some other documents are NDA. * * The ITE8212 isn't exactly a standard IDE contro...
google
android
pata_piccolo
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_piccolo.c
3,687
utf_8
370a8daa67f51b0086d531922264aa22
/* * pata_piccolo.c - Toshiba Piccolo PATA/SATA controller driver. * * This is basically an update to ata_generic.c to add Toshiba Piccolo support * then split out to keep ata_generic "clean". * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <li...
google
android
sata_sil24
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_sil24.c
38,570
utf_8
828200324e1368ed957942dc12378a93
/* * sata_sil24.c - Driver for Silicon Image 3124/3132 SATA-2 controllers * * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/gfp.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/dma-mapping.h> #include <linux/device.h> ...
google
android
pata_atiixp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_atiixp.c
8,705
utf_8
f93ec2b1e5450c4c07992a929075b3ef
/* * pata_atiixp.c - ATI PATA for new ATA layer * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <scsi/scsi_host.h> #include <linux/libata.h> #include <linux/dmi.h> #define DRV_NAME "pata_atiixp" #define DRV_VERSION "0.4.6" e...
google
android
pata_sis
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_sis.c
24,078
utf_8
6152c76fb816c526bead1e9635481336
/* * pata_sis.c - SiS ATA driver * * * * TODO * Check MWDMA on drives that don't support MWDMA speed pio cycles ? * More Testing */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <linux/device.h> #include <scsi/scsi_host....
google
android
pata_radisys
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_radisys.c
6,748
utf_8
ba96a667f4656f96300f7f54149d7f56
/* * pata_radisys.c - Intel PATA/SATA controllers * * * Some parts based on ata_piix.c by Jeff Garzik and others. * * A PIIX relative, this device has a single ATA channel and no * slave timings, SITRE or PPE. In that sense it is a close relative * of the original PIIX. It does however support UD...
google
android
pata_ns87415
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_ns87415.c
11,147
utf_8
78186e309206b8cf244f47210f7e9f03
/* * pata_ns87415.c - NS87415 (non PARISC) PATA * * * This is a fairly generic MWDMA controller. It has some limitations * as it requires timing reloads on PIO/DMA transitions but it is otherwise * fairly well designed. * * This driver assumes the firmware has left the chip in a valid ST506 * ...
google
android
libata-trace
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/libata-trace.c
4,427
utf_8
e84006e4bb66b752ec8c36feec40cdc4
/* * libata-trace.c - trace functions for libata * */ #include <linux/kernel.h> #include <linux/trace_seq.h> #include <trace/events/libata.h> const char * libata_trace_parse_status(struct trace_seq *p, unsigned char status) { const char *ret = trace_seq_buffer_ptr(p); trace_seq_printf(p, "{ "); if (status & ATA_B...
google
android
pata_rb532_cf
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_rb532_cf.c
5,292
utf_8
1927d5f72e24746a6a5c3b2ccfd9f431
/* * A low-level PATA driver to handle a Compact Flash connected on the * Mikrotik's RouterBoard 532 board. * * */ #include <linux/gfp.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/io.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linu...
google
android
pata_cs5536
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_cs5536.c
7,682
utf_8
a1d27443fcbe672d1f3a1bb0e8c60f5f
/* * pata_cs5536.c - CS5536 PATA for new ATA layer * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Documentation: * Available from AMD web site. * * The IDE timing registers for the CS5536 live in the Geode Machine * Specific Register file and not PCI config space. Most BIOSes ...
google
android
pata_cs5535
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_cs5535.c
6,361
utf_8
9fab24670a9d9c98b3d12a810a96c9c9
/* * pata-cs5535.c - CS5535 PATA for new ATA layer * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Loosely based on the piix & svwks drivers. * * Documentation: * Available from AMD web site. * TODO * Review errata to see if serializing is necessary */ #include <linux/kernel.h...
google
android
sata_sx4
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_sx4.c
40,310
utf_8
eb32c06d5e973f9b91cfdb5df0edd7f5
/* * sata_sx4.c - Promise SATA * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * Hardware documentation available under NDA. * */ /* Theory of operation ------------------- The SX4 (PDC20621) chip features a single Host DMA (HDMA) copy engine, D...
google
android
pata_bf54x
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_bf54x.c
46,151
utf_8
6e197b99822a7326fda0e8e7dd569526
/* * File: drivers/ata/pata_bf54x.c * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/init.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <linux/device.h> #include <scsi/scsi_host.h> #includ...
google
android
libata-core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/libata-core.c
183,624
utf_8
6b793ef44abe4c7a8e20055225c73a9a
/* * libata-core.c - helper library for ATA * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * Hardware documentation available from http://www.t13.org/ and * http://www.sata-io.org/ * * Standards documents from: * http://www.t13.org (ATA standar...
google
android
ata_generic
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ata_generic.c
8,175
utf_8
068ed006b956a080e3d8fa2efd52b711
/* * ata_generic.c - Generic PATA/SATA controller driver. * * Driver for PCI IDE interfaces implementing the standard bus mastering * interface functionality. This assumes the BIOS did the drive set up and * tuning for us. By default we do not grab all IDE class devices as they * may have other drivers or ne...
google
android
ahci_mvebu
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci_mvebu.c
4,214
utf_8
386db881303fb6de5ed0e8ab526b7614
/* * AHCI glue platform driver for Marvell EBU SOCs * * warranty of any kind, whether express or implied. */ #include <linux/ahci_platform.h> #include <linux/kernel.h> #include <linux/mbus.h> #include <linux/module.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include "ahci.h" #define DRV_NAME...
google
android
pata_sl82c105
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_sl82c105.c
9,476
utf_8
c88919e8a447c018c999664b60a8859e
/* * pata_sl82c105.c - SL82C105 PATA for new ATA layer * * Based in part on linux/drivers/ide/pci/sl82c105.c * SL82C105/Winbond 553 IDE driver * * and in part on the documentation and errata sheet * * * Note: The controller like many controllers has shared timings for * PIO and DMA. We thus flip to the DMA...
google
android
pata_ninja32
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_ninja32.c
5,286
utf_8
6cda36fbeb8bfe153ba55d20a9be4dcb
/* * pata_ninja32.c - Ninja32 PATA for new ATA layer * ITOH Yasufumi. * * Base + 0x00 IRQ Status * Base + 0x01 IRQ control * Base + 0x02 Chipset control * Base + 0x03 Unknown * Base + 0x04 VDMA and reset control + wait bits * Base + 0x08 BMIMBA * Base + 0x0C DMA Length * Base + 0x10 Taskfile * Base + 0x18 ...
google
android
ahci_sunxi
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci_sunxi.c
6,703
utf_8
0a83b6358060f74383ecac18c3ec72f3
/* * Allwinner sunxi AHCI SATA platform driver * more details. */ #include <linux/ahci_platform.h> #include <linux/clk.h> #include <linux/errno.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include <linux/regulator/consumer.h> #include "ahci.h...
google
android
sata_via
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_via.c
18,068
utf_8
86c9d6f26aed43a614c27ac1f2d4c6a4
/* * sata_via.c - VIA Serial ATA controllers * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * Hardware documentation available under NDA. * * * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h...
google
android
pata_hpt37x
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_hpt37x.c
26,098
utf_8
c733bd5acf42fef1f3f102b6ae2b9b10
/* * Libata driver for the highpoint 37x and 30x UDMA66 ATA controllers. * * This driver is heavily based upon: * * linux/drivers/ide/pci/hpt366.c Version 0.36 April 25, 2003 * * * TODO * Look into engine reset on timeout errors. Should not be required. */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include...
google
android
libata-zpodd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/libata-zpodd.c
7,280
utf_8
cfee1ab32383b24c54a537d767b6344d
#include <linux/libata.h> #include <linux/cdrom.h> #include <linux/pm_runtime.h> #include <linux/module.h> #include <linux/pm_qos.h> #include <scsi/scsi_device.h> #include "libata.h" static int zpodd_poweroff_delay = 30; /* 30 seconds for power off delay */ module_param(zpodd_poweroff_delay, int, 0644); MODULE_PARM_D...
google
android
pata_jmicron
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_jmicron.c
4,482
utf_8
01f42203c34c10b92ef050627680f0dc
/* * pata_jmicron.c - JMicron ATA driver for non AHCI mode. This drives the * PATA port of the controller. The SATA ports are * driven by AHCI in the usual configuration although * this driver can handle other setups if we need it. * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/...
google
android
pata_triflex
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_triflex.c
6,589
utf_8
bdc3510e07f8eee41c02dc35473ebfa9
/* * pata_triflex.c - Compaq PATA for new ATA layer * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * Loosely based on the piix & svwks drivers. * * Documentation: * Not publicly available. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <...
google
android
pata_of_platform
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_of_platform.c
2,387
utf_8
c5c0ece0525acfa1245536b46f02b00c
/* * OF-platform PATA driver * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/of_address.h> #include <linux/platform_device.h> #include <linux/ata_platform.h> #include <linux/libata.h> #define DRV_NAME "pata_of_platform" static struct scsi_host_template pata_platform_sht = { ATA_PIO_SHT(DRV_...
google
android
pata_via
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_via.c
20,346
utf_8
ae1824f2078e93334226a7276069d679
/* * pata_via.c - VIA PATA for new ATA layer * * Documentation * Most chipset documentation available under NDA only * * VIA version guide * VIA VT82C561 - early design, uses ata_generic currently * VIA VT82C576 - MWDMA, 33Mhz * VIA VT82C586 - MWDMA, 33Mhz * VIA VT82C586a - Added UDMA to 33Mhz * VIA VT82C...
google
android
pata_atp867x
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_atp867x.c
14,652
utf_8
6b80ff464273624e771b935bdb1a6e0c
/* * pata_atp867x.c - ARTOP 867X 64bit 4-channel UDMA133 ATA controller driver * * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * * * TODO: * 1. RAID features [comparison, XOR, striping, mirroring, etc.] */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #...
google
android
pata_legacy
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_legacy.c
34,009
utf_8
7be7e1985269c23dd386f62134f9f772
/* * pata-legacy.c - Legacy port PATA/SATA controller driver. * * An ATA driver for the legacy ATA ports. * * Data Sources: * Opti 82C465/82C611 support: Data sheets at opti-inc.com * HT6560 series: * Promise 20230/20620: * http://www.ryston.cz/petr/vlb/pdc20230b.html * http://www.ryston.cz/petr/vlb/p...
google
android
pata_marvell
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_marvell.c
4,327
utf_8
e3ddfced4cd4f0e16d3cf517e4f08e8f
/* * Marvell PATA driver. * * For the moment we drive the PATA port in legacy mode. That * isn't making full use of the device functionality but it is * easy to get working. * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/delay.h> #include...
google
android
ahci_qoriq
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci_qoriq.c
7,153
utf_8
b4dba98f2b64ed69cacaade8361b1dda
/* * Freescale QorIQ AHCI SATA platform driver * * any later version. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pm.h> #include <linux/ahci_platform.h> #include <linux/device.h> #include <linux/of_address.h> #include <linux/of.h> #include <linux/of_device.h> #include <linux/platform_devi...
google
android
pata_imx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_imx.c
6,454
utf_8
93efe0c430462d5459084f9a6dce068c
/* * Freescale iMX PATA driver * * for more details. * * TODO: * - dmaengine support * - check if timing stuff needed */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/blkdev.h> #include <scsi/scsi_host.h> #include <linux/ata.h> #include <linux/libata.h> #include <linux/platform_device.h> #...
google
android
ahci_platform
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci_platform.c
2,840
utf_8
139f49a73e3cd7bad8a9361a455d5ac3
/* * AHCI SATA platform driver * * any later version. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pm.h> #include <linux/device.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include <linux/libata.h> #include <linux/ahci_platform.h> #include <linux/acpi.h> #include <li...
google
android
sata_dwc_460ex
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_dwc_460ex.c
36,783
utf_8
5e47730a081aafa84119d1ead02f795d
/* * drivers/ata/sata_dwc_460ex.c * * Synopsys DesignWare Cores (DWC) SATA host driver * * option) any later version. */ #ifdef CONFIG_SATA_DWC_DEBUG #define DEBUG #endif #ifdef CONFIG_SATA_DWC_VDEBUG #define VERBOSE_DEBUG #define DEBUG_NCQ #endif #include <linux/kernel.h> #include <linux/module.h> #include <linu...
google
android
pata_artop
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_artop.c
12,401
utf_8
c3440208cc0e9abe635a48fc67d99b0e
/* * pata_artop.c - ARTOP ATA controller driver * * * TODO * Investigate no_dsc on 850R * Clock detect */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <linux/device.h> #include <scsi/scsi_host.h> #include <linux/libata.h...
google
android
libata-pmp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/libata-pmp.c
26,638
utf_8
7e09657bb4e8140f4fd768fca0aa7dcf
/* * libata-pmp.c - libata port multiplier support * */ #include <linux/kernel.h> #include <linux/export.h> #include <linux/libata.h> #include <linux/slab.h> #include "libata.h" #include "libata-transport.h" const struct ata_port_operations sata_pmp_port_ops = { .inherits = &sata_port_ops, .pmp_prereset = ata_st...
google
android
pata_optidma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_optidma.c
12,220
utf_8
f06a281cffdd253ac9255807c871c169
/* * pata_optidma.c - Opti DMA PATA for new ATA layer * * The Opti DMA controllers are related to the older PIO PCI controllers * and indeed the VLB ones. The main differences are that the timing * numbers are now based off PCI clocks not VLB and differ, and that * MWDMA is supported. * * This driver should su...
google
android
pata_cmd640
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_cmd640.c
6,646
utf_8
78a5f3eb64498cf81a96ff5db401e92e
/* * pata_cmd640.c - CMD640 PCI PATA for new ATA layer * * This drives only the PCI version of the controller. If you have a * VLB one then we have enough docs to support it but you can write * your own code. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> ...
google
android
pata_pxa
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_pxa.c
8,930
utf_8
566076c0bf94d6536683560edc2f5a2d
/* * Generic PXA PATA driver * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/blkdev.h> #include <linux/ata.h> #include <linux/libata.h> #include <linux/platform_device.h> #include <linux/dmaengine.h> #include <linux/dma/pxa-dma.h> #include <linux/gpio.h> #include <linux/slab.h> #include <lin...
google
android
ahci_imx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci_imx.c
18,338
utf_8
36c7b2eca5c3e2c7c0b99a1599876eca
/* */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/regmap.h> #include <linux/ahci_platform.h> #include <linux/of_device.h> #include <linux/mfd/syscon.h> #include <linux/mfd/syscon/imx6q-iomuxc-gpr.h> #include <linux/libata.h> #include "ahci.h" #define DRV_NAME ...
google
android
sata_rcar
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_rcar.c
27,259
utf_8
6989eeea111ecb7287b0e9abcdd9da84
/* * Renesas R-Car SATA driver * * option) any later version. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/ata.h> #include <linux/libata.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include <linux/clk.h> #include <linux/err.h> #define DRV_NAME "sata_rcar" /* SH-Navi2...
google
android
pata_rdc
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_rdc.c
10,943
utf_8
d057f470b14a1c38837ae219c4882058
/* * pata_rdc - Driver for later RDC PATA controllers * * This is actually a driver for hardware meeting * INCITS 370-2004 (1510D): ATA Host Adapter Standards * * Based on ata_piix. * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/del...
google
android
pata_pcmcia
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_pcmcia.c
13,511
utf_8
248dd5c652c9ef56142b1264ffceb4df
/* * pata_pcmcia.c - PCMCIA PATA controller driver. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <linux/slab.h> #include <scsi/scsi_host.h> #include <linux/ata.h> #include <linux/libata.h> #include <pcmcia/cistpl.h> #include <pcmcia/ds.h> #includ...
google
android
pata_efar
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_efar.c
8,160
utf_8
906e2bc5ac1526d9df047d08cbe56859
/* * pata_efar.c - EFAR PIIX clone controller driver * * * Some parts based on ata_piix.c by Jeff Garzik and others. * * The EFAR is a PIIX4 clone with UDMA66 support. Unlike the later * Intel ICH controllers the EFAR widened the UDMA mode register bits * and doesn't require the funky clock selec...
google
android
sata_promise
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/sata_promise.c
34,835
utf_8
d1a3fa036e61905e0fc6dc716ca21dc7
/* * sata_promise.c - Promise SATA * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * Hardware information only available under NDA. * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/gfp.h> #include <linux/pci.h> #include <linu...
google
android
pata_netcell
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_netcell.c
2,656
utf_8
de1eddf45f280b6fa2b6d66a7ee6cfe7
/* * pata_netcell.c - Netcell PATA driver * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pci.h> #include <linux/blkdev.h> #include <linux/delay.h> #include <linux/device.h> #include <scsi/scsi_host.h> #include <linux/libata.h> #include <linux/ata.h> #define DRV_NAME "pata_netcell" #defin...
google
android
pata_rz1000
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/pata_rz1000.c
3,861
utf_8
cf84ad36bab37497c5ac1b282b2f40ab
/* * RZ1000/1001 driver based upon * * linux/drivers/ide/pci/rz1000.c Version 0.06 January 12, 2003 * * See linux/MAINTAINERS for address of current maintainer. * * This file provides support for disabling the buggy read-ahead * mode of the RZ1000 IDE chipset, commonly used on Intel motherboards. */ #incl...
google
android
ahci_da850
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/ahci_da850.c
3,133
utf_8
b7a5c0b23ac604ac7b4f4423473d16e0
/* * DaVinci DA850 AHCI SATA platform driver * * any later version. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/pm.h> #include <linux/device.h> #include <linux/platform_device.h> #include <linux/libata.h> #include <linux/ahci_platform.h> #include "ahci.h" #define DRV_NAME "ahci_da850" /* ...
google
android
libahci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/libahci.c
67,085
utf_8
6db0c4748867303948f3616ab2bb0ed8
/* * libahci.c - Common AHCI SATA low-level routines * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * AHCI hardware documentation: * http://www.intel.com/technology/serialata/pdf/rev1_0.pdf * http://www.intel.com/technology/serialata/pdf/rev1_1.pdf *...
google
android
libata-sff
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/ata/libata-sff.c
85,463
utf_8
c7ddbc1dd718dbea902f0de202a07089
/* * libata-sff.c - helper library for PCI IDE BMDMA * * * * libata documentation is available via 'make {ps|pdf}docs', * as Documentation/DocBook/libata.* * * Hardware documentation available from http://www.t13.org/ and * http://www.sata-io.org/ * */ #include <linux/kernel.h> #include <linux/gfp.h> #i...