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
of-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/of-dma.c
10,170
utf_8
56cdba5a519dd9491300449e7cd35d4a
/* * Device tree helpers for DMA request / controller * * Based on of_gpio.c * */ #include <linux/device.h> #include <linux/err.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/of_dma.h> static LIST_HEAD(of_dma_list); static DEFINE_MUTEX(of_dma_loc...
google
android
sa11x0-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sa11x0-dma.c
27,585
utf_8
63bf95ae70f19767cd1733e69e245614
/* * SA11x0 DMAengine support * */ #include <linux/sched.h> #include <linux/device.h> #include <linux/dmaengine.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/sa11x0-dma.h> #include <linux/slab.h> #include...
google
android
iop-adma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/iop-adma.c
44,435
utf_8
30825840da1bbcf4df90ddeb11b18feb
/* * offload engine driver for the Intel Xscale series of i/o processors * more details. * */ /* * This driver supports the asynchrounous DMA copy and RAID engines available * on the Intel Xscale(R) family of I/O Processors (IOP 32x, 33x, 134x) */ #include <linux/init.h> #include <linux/module.h> #include <linux...
google
android
zx296702_dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/zx296702_dma.c
24,109
utf_8
5671016e2cd5ea3bc82182ed49548430
/* */ #include <linux/sched.h> #include <linux/device.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/dmapool.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <l...
google
android
lpc18xx-dmamux
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/lpc18xx-dmamux.c
4,981
utf_8
cc91d3b5942639d17dc3526d46028285
/* * DMA Router driver for LPC18xx/43xx DMA MUX * * */ #include <linux/err.h> #include <linux/init.h> #include <linux/mfd/syscon.h> #include <linux/of_device.h> #include <linux/of_dma.h> #include <linux/regmap.h> #include <linux/spinlock.h> /* CREG register offset and macros for mux manipulation */ #define LPC18XX_...
google
android
acpi-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/acpi-dma.c
13,141
utf_8
3069f518d360330f7f766815b3bb7255
/* * ACPI helpers for DMA request / controller * * Based on of-dma.c * */ #include <linux/device.h> #include <linux/err.h> #include <linux/module.h> #include <linux/list.h> #include <linux/mutex.h> #include <linux/slab.h> #include <linux/ioport.h> #include <linux/acpi.h> #include <linux/acpi_dma.h> #include <linux...
google
android
sun4i-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sun4i-dma.c
36,619
utf_8
7979bf636a26612fb53daba0dec17c9a
/* * (at your option) any later version. */ #include <linux/bitmap.h> #include <linux/bitops.h> #include <linux/clk.h> #include <linux/dmaengine.h> #include <linux/dmapool.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/of_dma.h> #include <linux/platform_device.h> #include <linux/slab.h> #in...
google
android
pl330
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/pl330.c
68,184
utf_8
fb1e79baa0c35a0ac1af96602f679ddf
/* * (at your option) any later version. */ #include <linux/kernel.h> #include <linux/io.h> #include <linux/init.h> #include <linux/slab.h> #include <linux/module.h> #include <linux/string.h> #include <linux/delay.h> #include <linux/interrupt.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> #include <li...
google
android
mv_xor
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/mv_xor.c
33,417
utf_8
073c3535bb6ce9a7a0d9a753096321a8
/* * offload engine driver for the Marvell XOR engine * more details. */ #include <linux/init.h> #include <linux/slab.h> #include <linux/delay.h> #include <linux/dma-mapping.h> #include <linux/spinlock.h> #include <linux/interrupt.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include <linux/mem...
google
android
mpc512x_dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/mpc512x_dma.c
30,172
utf_8
80052bb11afab9a2b7b10a630defa4bc
/* */ /* * MPC512x and MPC8308 DMA driver. It supports * memory to memory data transfers (tested using dmatest module) and * data transfers between memory and peripheral I/O memory * by means of slave scatter/gather with these limitations: * - chunked transfers (described by s/g lists with more than one item) *...
google
android
bcm2835-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bcm2835-dma.c
17,562
utf_8
3d0065132d88f61da75112c6530edf26
/* * BCM2835 DMA engine support * * This driver only supports cyclic DMA transfers * as needed for the I2S module. * * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of */ #include <linux/dma...
google
android
pxa_dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/pxa_dma.c
41,618
utf_8
24373912aa783bb069ee17d25d7af14a
/* */ #include <linux/err.h> #include <linux/module.h> #include <linux/init.h> #include <linux/types.h> #include <linux/interrupt.h> #include <linux/dma-mapping.h> #include <linux/slab.h> #include <linux/dmaengine.h> #include <linux/platform_device.h> #include <linux/device.h> #include <linux/platform_data/mmp_dma.h> ...
google
android
sun6i-dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sun6i-dma.c
27,819
utf_8
93d33b4c9e763245da4d26b9435248c6
/* * (at your option) any later version. */ #include <linux/clk.h> #include <linux/delay.h> #include <linux/dmaengine.h> #include <linux/dmapool.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/of_dma.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include <linux/reset.h> ...
google
android
mmp_pdma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/mmp_pdma.c
29,516
utf_8
ac9c1aebfa547f6d941f52141f0f53c3
/* */ #include <linux/err.h> #include <linux/module.h> #include <linux/init.h> #include <linux/types.h> #include <linux/interrupt.h> #include <linux/dma-mapping.h> #include <linux/slab.h> #include <linux/dmaengine.h> #include <linux/platform_device.h> #include <linux/device.h> #include <linux/platform_data/mmp_dma.h> ...
google
android
dma-axi-dmac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/dma-axi-dmac.c
18,261
utf_8
9679df7eefe0367abf317ed88a76d0be
/* * Driver for the Analog Devices AXI-DMAC core * */ #include <linux/clk.h> #include <linux/device.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> #include <linux/err.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #inclu...
google
android
mic_x100_dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/mic_x100_dma.c
22,131
utf_8
4d30c3e925a73c0a25f72ff49cfbde60
/* * * Intel MIC X100 DMA Driver. * * Adapted from IOAT dma driver. */ #include <linux/module.h> #include <linux/io.h> #include <linux/seq_file.h> #include <linux/vmalloc.h> #include "mic_x100_dma.h" #define MIC_DMA_MAX_XFER_SIZE_CARD (1 * 1024 * 1024 -\ MIC_DMA_ALIGN_BYTES) #define MIC_DMA_MAX_XFER_SI...
google
android
cppi41
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/cppi41.c
25,743
utf_8
f1721acb601ae2e319b8f711ed6c7fe6
#include <linux/delay.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/platform_device.h> #include <linux/module.h> #include <linux/of.h> #include <linux/slab.h> #include <linux/of_dma.h> #include <linux/of_irq.h> #include <linux/dmapool.h> #include <linux/interrupt.h> #include <linux/of_a...
google
android
at_xdmac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/at_xdmac.c
65,424
utf_8
1e09a62722feb51a0205328b576923ca
/* * Driver for the Atmel Extensible DMA Controller (aka XDMAC on AT91 systems) * */ #include <asm/barrier.h> #include <dt-bindings/dma/at91.h> #include <linux/clk.h> #include <linux/dmaengine.h> #include <linux/dmapool.h> #include <linux/interrupt.h> #include <linux/irq.h> #include <linux/kernel.h> #include <linux/...
google
android
bcom_fec_tx_task
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bestcomm/bcom_fec_tx_task.c
3,548
utf_8
ea130873f37d75762409924785d6684d
/* * Bestcomm FEC TX task microcode * * * Automatically created based on BestCommAPI-2.2/code_dma/image_rtos1/dma_image.hex * on Tue Mar 22 11:19:29 2005 GMT */ #include <asm/types.h> /* * The header consists of the following fields: * u32 magic; * u8 desc_size; * u8 var_size; * u8 inc_size; * u8 first_var;...
google
android
sram
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bestcomm/sram.c
4,442
utf_8
a89f67242f23b648859c05d5ad3f0c14
/* * Simple memory allocator for on-board SRAM * * * kind, whether express or implied. */ #include <linux/err.h> #include <linux/kernel.h> #include <linux/export.h> #include <linux/slab.h> #include <linux/spinlock.h> #include <linux/string.h> #include <linux/ioport.h> #include <linux/of.h> #include <linux/of_addre...
google
android
gen_bd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bestcomm/gen_bd.c
9,572
utf_8
bae4bbff863752b2c5acf031b8a29bfc
/* * Driver for MPC52xx processor BestComm General Buffer Descriptor * * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/string.h> #include <linux/types.h> #include <asm/errno.h> #include <asm/io.h> #include <asm/mpc52xx.h> #include <asm/mpc52xx_psc.h> #include <linux/fsl/bestcomm/bestcomm.h>...
google
android
ata
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bestcomm/ata.c
4,265
utf_8
8e7ea323c94c15470c3ba8d553cb1550
/* * Bestcomm ATA task driver * * * kind, whether express or implied. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/types.h> #include <asm/io.h> #include <linux/fsl/bestcomm/bestcomm.h> #include <linux/fsl/bestcomm/bestcomm_priv.h> #include <linux/fsl/bestcomm/ata.h> /* ===================...
google
android
bcom_fec_rx_task
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bestcomm/bcom_fec_rx_task.c
2,688
utf_8
ddb238686499c771e3e53b65f6be1d7e
/* * Bestcomm FEC RX task microcode * * * Automatically created based on BestCommAPI-2.2/code_dma/image_rtos1/dma_image.hex * on Tue Mar 22 11:19:38 2005 GMT */ #include <asm/types.h> /* * The header consists of the following fields: * u32 magic; * u8 desc_size; * u8 var_size; * u8 inc_size; * u8 first_var;...
google
android
bcom_ata_task
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bestcomm/bcom_ata_task.c
1,873
utf_8
2d733e67bad18cc0c37a528f42a2e683
/* * Bestcomm ATA task microcode * * * Created based on bestcom/code_dma/image_rtos1/dma_image.hex */ #include <asm/types.h> /* * The header consists of the following fields: * u32 magic; * u8 desc_size; * u8 var_size; * u8 inc_size; * u8 first_var; * u8 reserved[8]; * * The size fields contain the number...
google
android
bcom_gen_bd_rx_task
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bestcomm/bcom_gen_bd_rx_task.c
1,901
utf_8
164d672966d4dcb842bc789974d77d71
/* * Bestcomm GenBD RX task microcode * * * Based on BestCommAPI-2.2/code_dma/image_rtos1/dma_image.hex * on Tue Mar 4 10:14:12 2006 GMT * */ #include <asm/types.h> /* * The header consists of the following fields: * u32 magic; * u8 desc_size; * u8 var_size; * u8 inc_size; * u8 first_var; * u8 reserved[8]...
google
android
bestcomm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bestcomm/bestcomm.c
13,405
utf_8
10e5468b3c37b1e9ab39a90f79d35e1b
/* * Driver for MPC52xx processor BestComm peripheral controller * * * kind, whether express or implied. */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/of_device.h> #include <linux/of_platform.h> #include <asm/io.h> #include <asm/irq.h> #include...
google
android
fec
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bestcomm/fec.c
7,132
utf_8
f0776081a9d72085839ad27c7c531c08
/* * Bestcomm FEC tasks driver * * * kind, whether express or implied. */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/types.h> #include <asm/io.h> #include <linux/fsl/bestcomm/bestcomm.h> #include <linux/fsl/bestcomm/bestcomm_priv.h> #include <linux/fsl/bestcomm/fec.h> /* ==================...
google
android
bcom_gen_bd_tx_task
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/bestcomm/bcom_gen_bd_tx_task.c
2,118
utf_8
6a111561e079b48633d9e63cd495cb31
/* * Bestcomm GenBD TX task microcode * * * Based on BestCommAPI-2.2/code_dma/image_rtos1/dma_image.hex * on Tue Mar 4 10:14:12 2006 GMT * */ #include <asm/types.h> /* * The header consists of the following fields: * u32 magic; * u8 desc_size; * u8 var_size; * u8 inc_size; * u8 first_var; * u8 reserved[8]...
google
android
ipu_idmac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ipu/ipu_idmac.c
46,516
utf_8
8f057c222d7dca27dcff9f51e4014c16
/* */ #include <linux/dma-mapping.h> #include <linux/init.h> #include <linux/platform_device.h> #include <linux/err.h> #include <linux/spinlock.h> #include <linux/delay.h> #include <linux/list.h> #include <linux/clk.h> #include <linux/vmalloc.h> #include <linux/string.h> #include <linux/interrupt.h> #include <linux/io...
google
android
ipu_irq
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ipu/ipu_irq.c
9,087
utf_8
6e0676ad8d22a63f2d7880a43e6b6c0c
/* */ #include <linux/init.h> #include <linux/err.h> #include <linux/spinlock.h> #include <linux/delay.h> #include <linux/clk.h> #include <linux/irq.h> #include <linux/io.h> #include <linux/module.h> #include <linux/dma/ipu-dma.h> #include "ipu_intern.h" /* * Register read / write - shall be inlined by the compiler ...
google
android
xilinx_vdma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/xilinx/xilinx_vdma.c
36,833
utf_8
6ce06c3ed47743d287c7c2dcafd5fd06
/* * DMA driver for Xilinx Video DMA Engine * * * Based on the Freescale DMA driver. * * Description: * The AXI Video Direct Memory Access (AXI VDMA) core is a soft Xilinx IP * core that provides high-bandwidth direct memory access between memory * and AXI4-Stream type video target peripherals. The core provid...
google
android
pci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/hsu/pci.c
2,715
utf_8
6a62d07a2d8270e357cc5df0bf2fd1db
/* * PCI driver for the High Speed UART DMA * */ #include <linux/bitops.h> #include <linux/device.h> #include <linux/module.h> #include <linux/pci.h> #include "hsu.h" #define HSU_PCI_DMASR 0x00 #define HSU_PCI_DMAISR 0x04 #define HSU_PCI_CHAN_OFFSET 0x100 static irqreturn_t hsu_pci_irq(int irq, void *dev) { struc...
google
android
hsu
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/hsu/hsu.c
11,345
utf_8
e062554ee98485ed7f5dd2e9f76b6ff9
/* * Core driver for the High Speed UART DMA * */ /* * DMA channel allocation: * 1. Even number chans are used for DMA Read (UART TX), odd chans for DMA * Write (UART RX). * 2. 0/1 channel are assigned to port 0, 2/3 chan to port 1, 4/5 chan to * port 3, and so on. */ #include <linux/delay.h> #include <l...
google
android
adma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ppc4xx/adma.c
128,041
utf_8
6ffe99e5d4b615630dd453417804810f
/* */ /* * This driver supports the asynchrounous DMA copy and RAID engines available * on the AMCC PPC440SPe Processors. * Based on the Intel Xscale(R) family of I/O Processors (IOP 32x, 33x, 134x) * ADMA driver written by D.Williams. */ #include <linux/init.h> #include <linux/module.h> #include <linux/async_tx....
google
android
shdma-of
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sh/shdma-of.c
1,952
utf_8
ef477ae3c7bd79630e7ed9cfdcdd89d4
/* * SHDMA Device Tree glue * static struct dma_chan *shdma_of_xlate(struct of_phandle_args *dma_spec, struct of_dma *ofdma) { u32 id = dma_spec->args[0]; dma_cap_mask_t mask; struct dma_chan *chan; if (dma_spec->args_count != 1) return NULL; dma_cap_zero(mask); /* Only slave DMA channels can be al...
google
android
usb-dmac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sh/usb-dmac.c
23,612
utf_8
279919f245be13f8249a1ed653f720f6
/* * Renesas USB DMA Controller Driver * */ #include <linux/delay.h> #include <linux/dma-mapping.h> #include <linux/dmaengine.h> #include <linux/interrupt.h> #include <linux/list.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_dma.h> #include <linux/of_platform.h> #include <linux/platform_devic...
google
android
sudmac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sh/sudmac.c
10,849
utf_8
ba6325a3913b00153c104441882eb23e
/* * Renesas SUDMAC support * */ #include <linux/dmaengine.h> #include <linux/err.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/sudmac.h> struct sudmac_chan { struct shdma_chan shdma_chan; void __iomem *b...
google
android
shdma-r8a73a4
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sh/shdma-r8a73a4.c
2,018
utf_8
15c5b92071027453a61ea5d1c68b34e4
/* * Renesas SuperH DMA Engine support for r8a73a4 (APE6) SoCs * .mid_rid = 0xd2, /* MMC0 Rx */ }, { .mid_rid = 0xe2, /* MMC1 Rx */ }, }; #define DMAE_CHANNEL(a, b) \ { \ .offset = (a) - 0x20, \ .dmars = (a) - 0x20 + 0x40, \ .chclr_bit = (b), \ .chclr_offset = 0x80 - 0x20,...
google
android
rcar-dmac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sh/rcar-dmac.c
48,499
utf_8
6109591ecbe328738bd1ba7de834789c
/* * Renesas R-Car Gen2 DMA Controller Driver * */ #include <linux/dma-mapping.h> #include <linux/dmaengine.h> #include <linux/interrupt.h> #include <linux/list.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/of.h> #include <linux/of_dma.h> #include <linux/of_platform.h> #include <linux/platfor...
google
android
rcar-hpbdma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sh/rcar-hpbdma.c
17,907
utf_8
1b0003f6c7fdf2d30f276ae22631e216
/* * (at your option) any later version. * * - DMA of SuperH does not have Hardware DMA chain mode. * - max DMA size is 16MB. * */ #include <linux/dmaengine.h> #include <linux/delay.h> #include <linux/err.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/platform_da...
google
android
shdma-base
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sh/shdma-base.c
28,717
utf_8
9ce1d97ce773a3075b7e45a8e3098c60
/* * Dmaengine driver base library for DMA controllers, found on SH-based SoCs * * extracted from shdma.c * */ #include <linux/delay.h> #include <linux/shdma-base.h> #include <linux/dmaengine.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/module.h> #include <linux/pm_runtime.h> #include <l...
google
android
shdmac
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/sh/shdmac.c
25,129
utf_8
237259e3dab1a6db527c8654729141e0
/* * Renesas SuperH DMA Engine support * * base is drivers/dma/flsdma.c * * (at your option) any later version. * * - DMA of SuperH does not have Hardware DMA chain mode. * - MAX DMA size is 16MB. * */ #include <linux/delay.h> #include <linux/dmaengine.h> #include <linux/err.h> #include <linux/init.h> #includ...
google
android
dca
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ioat/dca.c
9,157
utf_8
10a2490d3e6d5310ac22a043202b72f1
/* * Intel I/OAT DMA Linux driver * */ #include <linux/kernel.h> #include <linux/pci.h> #include <linux/smp.h> #include <linux/interrupt.h> #include <linux/dca.h> /* either a kernel change is needed, or we need something like this in kernel */ #ifndef CONFIG_SMP #include <asm/smp.h> #undef cpu_physical_id #define cp...
google
android
init
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ioat/init.c
38,909
utf_8
58723649799fc370db952109b2e82ea3
/* * Intel I/OAT DMA Linux driver * */ #include <linux/init.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/pci.h> #include <linux/interrupt.h> #include <linux/dmaengine.h> #include <linux/delay.h> #include <linux/dma-mapping.h> #include <linux/workqueue.h> #include <linux/prefetch.h> #include <...
google
android
sysfs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ioat/sysfs.c
3,886
utf_8
297a708e396993a603fa7c5bf5714927
/* * Intel I/OAT DMA Linux driver * */ #include <linux/init.h> #include <linux/module.h> #include <linux/dmaengine.h> #include <linux/pci.h> #include "dma.h" #include "registers.h" #include "hw.h" #include "../dmaengine.h" static ssize_t cap_show(struct dma_chan *c, char *page) { struct dma_device *dma = c->device;...
google
android
prep
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ioat/prep.c
22,187
utf_8
5dc2cd3b66cf44b80dcfe454193f698e
/* * Intel I/OAT DMA Linux driver * */ #include <linux/module.h> #include <linux/pci.h> #include <linux/gfp.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/prefetch.h> #include "../dmaengine.h" #include "registers.h" #include "hw.h" #include "dma.h" #define MAX_SCF 1024 /* provide a lo...
google
android
dma
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/ioat/dma.c
26,121
utf_8
d03dbcdd3befa3d45d0eb3836bcb21df
/* * Intel I/OAT DMA Linux driver * */ /* * This driver supports an Intel I/OAT DMA engine, which does asynchronous * copy operations. */ #include <linux/init.h> #include <linux/module.h> #include <linux/slab.h> #include <linux/pci.h> #include <linux/interrupt.h> #include <linux/dmaengine.h> #include <linux/delay...
google
android
platform
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/dw/platform.c
7,779
utf_8
975244ba5d40eb6d20a6559422813035
/* * Platform driver for the Synopsys DesignWare DMA Controller * */ #include <linux/module.h> #include <linux/device.h> #include <linux/clk.h> #include <linux/pm_runtime.h> #include <linux/platform_device.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/of.h> #include <linux/of_dma.h> ...
google
android
pci
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/dw/pci.c
2,900
utf_8
56e4865577d9e85fdfd156ff854fb586
/* * PCI driver for the Synopsys DesignWare DMA Controller * */ #include <linux/module.h> #include <linux/pci.h> #include <linux/device.h> #include "internal.h" static int dw_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pid) { struct dw_dma_chip *chip; struct dw_dma_platform_data *pdata = (void *)pi...
google
android
core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/dma/dw/core.c
44,822
utf_8
38fdee2edbfb430fd1715ffe39620dd0
/* * Core driver for the Synopsys DesignWare DMA Controller * */ #include <linux/bitops.h> #include <linux/delay.h> #include <linux/dmaengine.h> #include <linux/dma-mapping.h> #include <linux/dmapool.h> #include <linux/err.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/...
google
android
phy-miphy365x
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-miphy365x.c
16,317
utf_8
2d88e6e5ee0b07a9f203a2c48b30e3fc
/* * */ #include <linux/platform_device.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/of_address.h> #include <linux/clk.h> #include <linux/phy/phy.h> #include <linux/delay.h> #include <linux/mfd/syscon.h> #include <lin...
google
android
phy-qcom-ufs-qmp-20nm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-qcom-ufs-qmp-20nm.c
6,929
utf_8
3d511e0ad2d7843527c2874e5bb754cd
/* * */ #include "phy-qcom-ufs-qmp-20nm.h" #define UFS_PHY_NAME "ufs_phy_qmp_20nm" static int ufs_qcom_phy_qmp_20nm_phy_calibrate(struct ufs_qcom_phy *ufs_qcom_phy, bool is_rate_B) { struct ufs_qcom_phy_calibration *tbl_A, *tbl_B; int tbl_size_A, tbl_size_B; u8 major = ufs_qcom_phy->host_ctrl_rev_major; u16 ...
google
android
phy-mvebu-sata
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-mvebu-sata.c
3,466
utf_8
8c14adce7c88efba9338dc090b904a1e
/* * phy-mvebu-sata.c: SATA Phy driver for the Marvell mvebu SoCs. * */ #include <linux/kernel.h> #include <linux/module.h> #include <linux/clk.h> #include <linux/phy/phy.h> #include <linux/io.h> #include <linux/platform_device.h> struct priv { struct clk *clk; void __iomem *base; }; #define SATA_PHY_MODE_2 0x0330...
google
android
phy-tusb1210
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-tusb1210.c
3,614
utf_8
95cafb86cbe2e22979c52c601ed444b8
/** * tusb1210.c - TUSB1210 USB ULPI PHY driver * */ #include <linux/module.h> #include <linux/ulpi/driver.h> #include <linux/gpio/consumer.h> #include "ulpi_phy.h" #define TUSB1210_VENDOR_SPECIFIC2 0x80 #define TUSB1210_VENDOR_SPECIFIC2_IHSTX_SHIFT 0 #define TUSB1210_VENDOR_SPECIFIC2_ZHSDRV_SHIFT 4 #define TUSB121...
google
android
phy-omap-usb2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-omap-usb2.c
9,421
utf_8
76c376c5e99fa0ea2773fc349e792226
/* * omap-usb2.c - USB PHY, talking to musb controller in OMAP. * * */ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/io.h> #include <linux/phy/omap_usb.h> #include <linux/usb/phy_companion.h> #include <linux/clk.h> #include <linux/err.h> #...
google
android
phy-berlin-usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-berlin-usb.c
6,377
utf_8
05bc4c1f28a1febc9fd4a5fc524a3324
/* * warranty of any kind, whether express or implied. */ #include <linux/gpio.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of_device.h> #include <linux/of_gpio.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/reset.h> #define USB_PHY_PLL 0x04 #define USB_PHY_PLL...
google
android
phy-core
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-core.c
23,112
utf_8
da87b10ad0e1fb03222d17362315e85b
/* * phy-core.c -- Generic Phy framework. * * option) any later version. */ #include <linux/kernel.h> #include <linux/export.h> #include <linux/module.h> #include <linux/err.h> #include <linux/device.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/phy/phy.h> #include <linux/idr.h> #include <linux...
google
android
phy-twl4030-usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-twl4030-usb.c
22,202
utf_8
87cc5ac2102f8f20cbdf398ae5dacf74
/* * twl4030_usb - TWL4030 USB transceiver, talking to OMAP OTG controller * * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * Current status: * - HS USB ULPI mode works. * - 3-pin mode support may be added in future. */ #include <linux/module.h> #include <linux/init.h> #include <linux/interrupt.h...
google
android
phy-pxa-28nm-usb2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-pxa-28nm-usb2.c
9,946
utf_8
4be1da77331906e708bd9539408fd740
/* * */ #include <linux/delay.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/of_device.h> #include <linux/io.h> #include <linux/err.h> #include <linux/clk.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/phy/phy.h> /* USB PXA1928 PHY mapping */ #define PHY_28NM_PLL_REG...
google
android
phy-qcom-ufs
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-qcom-ufs.c
19,268
utf_8
35082995c34622ab828e60bf1dcc4337
/* * */ #include "phy-qcom-ufs-i.h" #define MAX_PROP_NAME 32 #define VDDA_PHY_MIN_UV 1000000 #define VDDA_PHY_MAX_UV 1000000 #define VDDA_PLL_MIN_UV 1800000 #define VDDA_PLL_MAX_UV 1800000 #define VDDP_REF_CLK_MIN_UV 1200000 #define VDDP_REF_CLK_MAX_UV ...
google
android
phy-lpc18xx-usb-otg
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-lpc18xx-usb-otg.c
3,519
utf_8
a3360692aa8bf19509e53ade15e55517
/* * PHY driver for NXP LPC18xx/43xx internal USB OTG PHY * * */ #include <linux/clk.h> #include <linux/err.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #include <linux/of.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/regmap.h> /* USB OTG PHY register offset and bit ...
google
android
phy-berlin-sata
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-berlin-sata.c
7,409
utf_8
4b965f2dd4509f924c76f957d227c6b7
/* * Marvell Berlin SATA PHY driver * * warranty of any kind, whether express or implied. */ #include <linux/clk.h> #include <linux/module.h> #include <linux/phy/phy.h> #include <linux/io.h> #include <linux/platform_device.h> #define HOST_VSA_ADDR 0x0 #define HOST_VSA_DATA 0x4 #define PORT_SCR_CTL 0x2c #define P...
google
android
phy-bcm-cygnus-pcie
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-bcm-cygnus-pcie.c
5,260
utf_8
1ab856d40e55d94b1c2f1af4ba641e41
/* */ #include <linux/delay.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #define PCIE_CFG_OFFSET 0x00 #define PCIE1_PHY_IDDQ_SHIFT 10 #define PCIE0_PHY_IDDQ_SHIFT 2 enum cygnus_pcie_phy_id { CYGNUS_PHY_PCIE0 = 0, ...
google
android
phy-stih407-usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-stih407-usb.c
4,906
utf_8
1ab2674fef69c67ad6080f382015ec2b
/* * */ #include <linux/platform_device.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/clk.h> #include <linux/regmap.h> #include <linux/reset.h> #include <linux/mfd/syscon.h> #include <linux/phy/phy.h> #define PHYPARAM_...
google
android
phy-spear1340-miphy
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-spear1340-miphy.c
8,335
utf_8
76a5040b02656c6a272eeb426202608a
/* * ST spear1340-miphy driver * * */ #include <linux/bitops.h> #include <linux/delay.h> #include <linux/dma-mapping.h> #include <linux/kernel.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #include <linux/of_device.h> #include <linux/phy/phy.h> #include <linux/regmap.h> /* SPEAr1340 Registers */ /* Pow...
google
android
phy-xgene
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-xgene.c
61,258
utf_8
bacf407ebdf57968d64fa2164d577ad7
/* * AppliedMicro X-Gene Multi-purpose PHY driver * * * The APM X-Gene PHY consists of two PLL clock macro's (CMU) and lanes. * The first PLL clock macro is used for internal reference clock. The second * PLL clock macro is used to generate the clock for the PHY. This driver * configures the first PLL CMU, the s...
google
android
phy-armada375-usb2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-armada375-usb2.c
4,442
utf_8
7c485db6b9551873be8ab9ff34e58697
/* * USB cluster support for Armada 375 platform. * * without any warranty of any kind, whether express or implied. * * Armada 375 comes with an USB2 host and device controller and an * USB3 controller. The USB cluster control register allows to manage * common features of both USB controllers. */ #include <dt-...
google
android
phy-pxa-28nm-hsic
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-pxa-28nm-hsic.c
5,898
utf_8
34914c6a9dea6410a98f136b57f77fcb
/* * */ #include <linux/delay.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/io.h> #include <linux/err.h> #include <linux/clk.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/phy/phy.h> #define PHY_28NM_HSIC_CTRL 0x08 #define PHY_28NM_HSIC_IMPCAL_CAL 0x18 #define PH...
google
android
phy-miphy28lp
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-miphy28lp.c
34,166
utf_8
e6dfd5876338cb4da08a6a0cf37ff6fe
/* * */ #include <linux/platform_device.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/of_address.h> #include <linux/clk.h> #include <linux/phy/phy.h> #include <linux/delay.h> #include <linux/mfd/syscon.h> #include <lin...
google
android
phy-pistachio-usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-pistachio-usb.c
5,287
utf_8
0eb8b3abf6b8d1cd373226b094466e92
/* * IMG Pistachio USB PHY driver * */ #include <linux/clk.h> #include <linux/delay.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #include <linux/of.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/regmap.h> #include <dt-bin...
google
android
phy-samsung-usb2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-samsung-usb2.c
6,680
utf_8
8d48d59164b28337f7430acc0bb5dbd8
/* * Samsung SoC USB 1.1/2.0 PHY driver * */ #include <linux/clk.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/spinlock.h> #include "phy-samsung-usb2.h" static int samsung_us...
google
android
phy-exynos-dp-video
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-exynos-dp-video.c
3,446
utf_8
a1f1d743642d6d1f6f4f304ca9df921d
/* * Samsung EXYNOS SoC series Display Port PHY driver * */ #include <linux/err.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/mfd/syscon.h> #include <linux/mfd/syscon/exynos5-pmu.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/phy/phy.h> #include ...
google
android
phy-exynos4210-usb2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-exynos4210-usb2.c
7,187
utf_8
ffc9966f9343f6d004fdd375c04bc542
/* * Samsung SoC USB 1.1/2.0 PHY driver - Exynos 4210 support * */ #include <linux/delay.h> #include <linux/io.h> #include <linux/phy/phy.h> #include <linux/regmap.h> #include "phy-samsung-usb2.h" /* Exynos USB PHY registers */ /* PHY power control */ #define EXYNOS_4210_UPHYPWR 0x0 #define EXYNOS_4210_UPHYPWR_PHY...
google
android
phy-omap-control
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-omap-control.c
9,699
utf_8
a4f053cde87ddf022fd8bc13ed9d6520
/* * omap-control-phy.c - The PHY part of control module. * * */ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/of_device.h> #include <linux/err.h> #include <linux/io.h> #include <linux/clk.h> #include <linux/phy/omap_control_phy.h> /** * ...
google
android
phy-sun9i-usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-sun9i-usb.c
5,084
utf_8
4f36d7da9bf5e4f3056c6b877bf64a04
/* * Allwinner sun9i USB phy driver * */ #include <linux/clk.h> #include <linux/err.h> #include <linux/io.h> #include <linux/module.h> #include <linux/phy/phy.h> #include <linux/usb/of.h> #include <linux/platform_device.h> #include <linux/reset.h> #define SUNXI_AHB_INCR16_BURST_EN BIT(11) #define SUNXI_AHB_INCR8_BUR...
google
android
phy-qcom-ufs-qmp-14nm
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-qcom-ufs-qmp-14nm.c
5,472
utf_8
777e58d5fcd96382751bb895f188a5e3
/* * */ #include "phy-qcom-ufs-qmp-14nm.h" #define UFS_PHY_NAME "ufs_phy_qmp_14nm" #define UFS_PHY_VDDA_PHY_UV (925000) static int ufs_qcom_phy_qmp_14nm_phy_calibrate(struct ufs_qcom_phy *ufs_qcom_phy, bool is_rate_B) { int tbl_size_A = ARRAY_SIZE(phy_cal_table_rate_A); int tbl_size_B = ARRAY_SIZE(phy_cal_tabl...
google
android
phy-rcar-gen2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-rcar-gen2.c
8,408
utf_8
82922db6e5f3194dff7afaef7623981f
/* * Renesas R-Car Gen2 PHY driver * */ #include <linux/clk.h> #include <linux/delay.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/spinlock.h> #include <linux/atomic.h> #define USBHS_LPSTS 0x02 #define USBHS_UG...
google
android
phy-mt65xx-usb3
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-mt65xx-usb3.c
14,764
utf_8
54d8cc66b1948c6dc8a41b48bfe8395b
/* * */ #include <dt-bindings/phy/phy.h> #include <linux/clk.h> #include <linux/delay.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of_address.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> /* * for sifslv2 register, but exclude port's; * relative to USB3_SIF2_BASE base addres...
google
android
phy-bcm-kona-usb2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-bcm-kona-usb2.c
3,867
utf_8
25c00e1fcb1ad872e8916b6874cf9ade
/* * phy-bcm-kona-usb2.c - Broadcom Kona USB2 Phy Driver * */ #include <linux/clk.h> #include <linux/delay.h> #include <linux/err.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #define OTGCTL (0) #define OTGCTL_OTGSTAT2 BIT(31...
google
android
phy-exynos-mipi-video
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-exynos-mipi-video.c
5,275
utf_8
1d6dd7079a5a72f07a23a373a287852e
/* * Samsung S5P/EXYNOS SoC series MIPI CSIS/DSIM DPHY driver * */ #include <linux/err.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/mfd/syscon/exynos4-pmu.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/phy/phy.h> #include <linux/platform_device....
google
android
phy-sun4i-usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-sun4i-usb.c
19,188
utf_8
72285087bcb504a000d520b87d79511f
/* * Allwinner sun4i USB phy driver * */ #include <linux/clk.h> #include <linux/delay.h> #include <linux/err.h> #include <linux/extcon.h> #include <linux/io.h> #include <linux/interrupt.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/of.h> #include <linux/of_address.h>...
google
android
phy-exynos5-usbdrd
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-exynos5-usbdrd.c
21,284
utf_8
e04ac74548c027e105b28faa6511ef1e
/* * Samsung EXYNOS5 SoC series USB DRD PHY driver * * Phy provider for USB 3.0 DRD controller on Exynos5 SoC series * */ #include <linux/clk.h> #include <linux/delay.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/phy...
google
android
phy-spear1310-miphy
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-spear1310-miphy.c
7,751
utf_8
a250ef54842d998306f5b7d563e7d4d2
/* * ST SPEAr1310-miphy driver * * */ #include <linux/bitops.h> #include <linux/delay.h> #include <linux/dma-mapping.h> #include <linux/kernel.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #include <linux/of_device.h> #include <linux/phy/phy.h> #include <linux/regmap.h> /* SPEAr1310 Registers */ #defin...
google
android
phy-ti-pipe3
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-ti-pipe3.c
14,775
utf_8
e8d287a768b1c900edfd93c342e0d55a
/* * phy-ti-pipe3 - PIPE3 PHY driver. * * */ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/phy/phy.h> #include <linux/of.h> #include <linux/clk.h> #include <linux/err.h> #include <linux/io.h> #include <linux/pm_runtime.h> #include <linux/delay.h> #include <linu...
google
android
phy-brcmstb-sata
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-brcmstb-sata.c
5,851
utf_8
4922eaeb86a527cfda6ebcb4ca36e855
/* * Broadcom SATA3 AHCI Controller PHY Driver * */ #include <linux/device.h> #include <linux/init.h> #include <linux/interrupt.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #define SATA_MDIO_BANK_OFFSE...
google
android
phy-qcom-apq8064-sata
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-qcom-apq8064-sata.c
8,751
utf_8
515b0fe42601d95132cb3dafb44ec37f
/* */ #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/time.h> #include <linux/delay.h> #include <linux/clk.h> #include <linux/slab.h> #include <linux/platform_device.h> #include <linux/phy/phy.h> /* PHY registers */ #define UNIPHY_PLL_REFCLK_CFG 0x000 #d...
google
android
phy-exynos5250-sata
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-exynos5250-sata.c
7,043
utf_8
3a1294e8a41def2af5489d330b333d0d
/* * Samsung SATA SerDes(PHY) driver * */ #include <linux/clk.h> #include <linux/delay.h> #include <linux/io.h> #include <linux/i2c.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/...
google
android
phy-qcom-ipq806x-sata
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-qcom-ipq806x-sata.c
6,612
utf_8
92285e2fdf2eef5c480238324fdcf711
/* */ #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/time.h> #include <linux/delay.h> #include <linux/clk.h> #include <linux/slab.h> #include <linux/platform_device.h> #include <linux/phy/phy.h> struct qcom_ipq806x_sata_phy ...
google
android
phy-s5pv210-usb2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-s5pv210-usb2.c
4,490
utf_8
b3de1d9eae01ef2e64dc8c07e653b273
/* * Samsung SoC USB 1.1/2.0 PHY driver - S5PV210 support * */ #include <linux/delay.h> #include <linux/io.h> #include <linux/phy/phy.h> #include "phy-samsung-usb2.h" /* Exynos USB PHY registers */ /* PHY power control */ #define S5PV210_UPHYPWR 0x0 #define S5PV210_UPHYPWR_PHY0_SUSPEND BIT(0) #define S5PV210_UPHYP...
google
android
phy-hix5hd2-sata
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-hix5hd2-sata.c
5,385
utf_8
3e35eae5b0f0fc04e40f8f8e0c9f1c9b
/* * (at your option) any later version. */ #include <linux/delay.h> #include <linux/io.h> #include <linux/mfd/syscon.h> #include <linux/module.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/regmap.h> #define SATA_PHY0_CTLL 0xa0 #define MPLL_MULTIPLIER_SHIFT 1 #define MPLL_MULTIPLIE...
google
android
phy-stih41x-usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-stih41x-usb.c
4,769
utf_8
79fe09c559c22834bae16da1a5051f40
/* * */ #include <linux/platform_device.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_platform.h> #include <linux/clk.h> #include <linux/phy/phy.h> #include <linux/regmap.h> #include <linux/mfd/syscon.h> #define SYSCFG332 0x80 #define SYSCFG2520...
google
android
phy-rockchip-usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-rockchip-usb.c
4,278
utf_8
709f2fe1ca77d592089fec43a796d49b
/* * Rockchip usb PHY driver * */ #include <linux/clk.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/mutex.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/phy/phy.h> #include <linux/platform_device.h> #include <linux/regulator/consumer.h> #include ...
google
android
phy-exynos4x12-usb2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-exynos4x12-usb2.c
10,732
utf_8
6758aac93d0def886aaf4cc84bfe5738
/* * Samsung SoC USB 1.1/2.0 PHY driver - Exynos 4x12 support * */ #include <linux/delay.h> #include <linux/io.h> #include <linux/phy/phy.h> #include <linux/regmap.h> #include "phy-samsung-usb2.h" /* Exynos USB PHY registers */ /* PHY power control */ #define EXYNOS_4x12_UPHYPWR 0x0 #define EXYNOS_4x12_UPHYPWR_PHY...
google
android
phy-dm816x-usb
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-dm816x-usb.c
7,674
utf_8
e309a058d4984a8904977bf61213de55
/* */ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/regmap.h> #include <linux/slab.h> #include <linux/of.h> #include <linux/io.h> #include <linux/usb/phy_companion.h> #include <linux/clk.h> #include <linux/err.h> #include <linux/pm_runtime.h> #include <linux/delay.h> #include <linux/phy/...
google
android
phy-exynos5250-usb2
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/phy/phy-exynos5250-usb2.c
13,085
utf_8
37b33506bf33ebfd9884221657d26d60
/* * Samsung SoC USB 1.1/2.0 PHY driver - Exynos 5250 support * */ #include <linux/delay.h> #include <linux/io.h> #include <linux/phy/phy.h> #include <linux/regmap.h> #include "phy-samsung-usb2.h" /* Exynos USB PHY registers */ #define EXYNOS_5250_REFCLKSEL_CRYSTAL 0x0 #define EXYNOS_5250_REFCLKSEL_XO 0x1 #define EX...
google
android
pwm-vt8500
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/pwm/pwm-vt8500.c
6,921
utf_8
2723a02665b1c28d4d1468187dfbad84
/* * drivers/pwm/pwm-vt8500.c * */ #include <linux/module.h> #include <linux/kernel.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/err.h> #include <linux/io.h> #include <linux/pwm.h> #include <linux/delay.h> #include <linux/clk.h> #include <asm/div64.h> #include <linux/of.h> #include <...
google
android
pwm-ep93xx
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/pwm/pwm-ep93xx.c
5,969
utf_8
2a767ee7a886f1a5f099c3c690e4fd4b
/* * PWM framework driver for Cirrus Logic EP93xx * * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of */ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/slab.h> #include <linux/clk.h> #include <linux/er...
google
android
pwm-sun4i
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/pwm/pwm-sun4i.c
9,216
utf_8
2458d035e6fc4d6bb78b912276d76bee
/* * Driver for Allwinner sun4i Pulse Width Modulation Controller * */ #include <linux/bitops.h> #include <linux/clk.h> #include <linux/err.h> #include <linux/io.h> #include <linux/module.h> #include <linux/of.h> #include <linux/of_device.h> #include <linux/platform_device.h> #include <linux/pwm.h> #include <linux/s...
google
android
pwm-berlin
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/pwm/pwm-berlin.c
5,535
utf_8
7bc4db93890a004658f58d47e309380f
/* * Marvell Berlin PWM driver * * warranty of any kind, whether express or implied. */ #include <linux/clk.h> #include <linux/io.h> #include <linux/kernel.h> #include <linux/module.h> #include <linux/platform_device.h> #include <linux/pwm.h> #define BERLIN_PWM_EN 0x0 #define BERLIN_PWM_ENABLE BIT(0) #define BE...
google
android
pwm-bfin
.c
platform/hardware/bsp/kernel/intel/edison-v4.4/drivers/pwm/pwm-bfin.c
3,206
utf_8
62f3def2c1dd93f0dbd13267c2e63107
/* * Blackfin Pulse Width Modulation (PWM) core * */ #include <linux/module.h> #include <linux/platform_device.h> #include <linux/pwm.h> #include <linux/slab.h> #include <asm/gptimers.h> #include <asm/portmux.h> struct bfin_pwm_chip { struct pwm_chip chip; }; struct bfin_pwm { unsigned short pin; }; static const u...