| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/net/ |
| H A D | altera_tse.txt | 1 * Altera Triple-Speed Ethernet MAC driver (TSE) 4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should 5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE. 6 - reg: Address and length of the register set for the device. It contains 7 the information of registers in the same order as described by reg-names 8 - reg-names: Should contain the reg names 16 - interrupts: Should contain the TSE interrupts and it's mode. 17 - interrupt-names: Should contain the interrupt names 20 - rx-fifo-depth: MAC receive FIFO buffer depth in bytes 21 - tx-fifo-depth: MAC transmit FIFO buffer depth in bytes [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/net/ |
| H A D | altera_tse.txt | 1 * Altera Triple-Speed Ethernet MAC driver (TSE) 4 - compatible: Should be "altr,tse-1.0" for legacy SGDMA based TSE, and should 5 be "altr,tse-msgdma-1.0" for the preferred MSGDMA based TSE. 8 - reg: Address and length of the register set for the device. It contains 9 the information of registers in the same order as described by reg-names 10 - reg-names: Should contain the reg names 18 - interrupts: Should contain the TSE interrupts and it's mode. 19 - interrupt-names: Should contain the interrupt names 22 - rx-fifo-depth: MAC receive FIFO buffer depth in bytes 23 - tx-fifo-depth: MAC transmit FIFO buffer depth in bytes [all …]
|
| H A D | adi,adin.yaml | 1 # SPDX-License-Identifier: GPL-2.0+ 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Alexandru Ardelean <alexandru.ardelean@analog.com> 16 - $ref: ethernet-phy.yaml# 19 adi,rx-internal-delay-ps: 22 internal delay (phy-mode is 'rgmii-id' or 'rgmii-rxid') in pico-seconds. 26 adi,tx-internal-delay-ps: 29 internal delay (phy-mode is 'rgmii-id' or 'rgmii-txid') in pico-seconds. 33 adi,fifo-depth-bits: [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/amlogic/ |
| H A D | meson-sm1.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 #include "meson-g12-common.dtsi" 8 #include <dt-bindings/clock/axg-audio-clkc.h> 9 #include <dt-bindings/power/meson-sm1-power.h> 10 #include <dt-bindings/reset/amlogic,meson-axg-audio-arb.h> 11 #include <dt-bindings/reset/amlogic,meson-g12a-audio-reset.h> 16 tdmif_a: audio-controller-0 { 17 compatible = "amlogic,axg-tdm-iface"; 18 #sound-dai-cells = <0>; 19 sound-name-prefix = "TDM_A"; [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/spi/ |
| H A D | spi-sifive.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/spi/spi-sifive.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Pragnesh Patel <pragnesh.patel@sifive.com> 11 - Paul Walmsley <paul.walmsley@sifive.com> 12 - Palmer Dabbelt <palmer@sifive.com> 15 - $ref: "spi-controller.yaml#" 20 - const: sifive,fu540-c000-spi 21 - const: sifive,spi0 [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | Registry | 197 option names. All names listed here are in their preferred user-visible 209 ---------------------------------------------------------------------------- 211 AllowNonLocalModInDev B F allow non-local mod of input devs 212 AllowNonLocalXvidtune B F allow non-local VidMode connections 216 DontVTSwitch B F disable Ctrl-Alt-Fn 217 DontZap B F disable Ctrl-Alt-BS sequence 218 DontZoom B F disable Ctrl-Alt-+/- 225 Pixmap I F depth 24 pixmap size (24 or 32) 240 DataBits I I Serial port data bits 256 StopBits I I Serial port stop bits [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sgi/ |
| H A D | meth.h | 4 #define TX_RING_ENTRIES 64 /* 64-512?*/ 11 #define METH_RX_HEAD 34 /* status + 3 quad garbage-fill + 2 byte zero-pad */ 32 * It consists of header, 0-3 concatination 43 u64 data_len:16; /*Length of valid data in bytes-1*/ 48 u64 len:16; /*length of buffer data - 1*/ 91 u64 pad[3]; /* For whatever reason, there needs to be 4 double-word offset */ 93 char buf[METH_RX_BUFF_SIZE-sizeof(rx_status_vector)-3*sizeof(u64)-sizeof(u16)];/* data */ 99 /* Bits in METH_MAC */ 110 /* Bits 5 and 6 are used to determine the Destination address filter mode */ 122 … /* Bits 8 through 14 are used to determine Inter-Packet Gap between "Back to Back" packets */ [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | qcom-geni-se.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Copyright (c) 2017-2018, The Linux Foundation. All rights reserved. 42 * struct geni_se - GENI Serial Engine 274 * geni_se_read_proto() - Read the protocol configured for a serial engine 283 val = readl_relaxed(se->base + GENI_FW_REVISION_RO); in geni_se_read_proto() 289 * geni_se_setup_m_cmd() - Setup the primary sequencer 302 writel(m_cmd, se->base + SE_GENI_M_CMD0); in geni_se_setup_m_cmd() 306 * geni_se_setup_s_cmd() - Setup the secondary sequencer 318 s_cmd = readl_relaxed(se->base + SE_GENI_S_CMD0); in geni_se_setup_s_cmd() 322 writel(s_cmd, se->base + SE_GENI_S_CMD0); in geni_se_setup_s_cmd() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/spi/ |
| H A D | spi-sifive.c | 1 // SPDX-License-Identifier: GPL-2.0 34 #define SIFIVE_SPI_REG_TXDATA 0x48 /* Tx FIFO data */ 35 #define SIFIVE_SPI_REG_RXDATA 0x4c /* Rx FIFO data */ 36 #define SIFIVE_SPI_REG_TXMARK 0x50 /* Tx FIFO watermark */ 37 #define SIFIVE_SPI_REG_RXMARK 0x54 /* Rx FIFO watermark */ 43 /* sckdiv bits */ 46 /* sckmode bits */ 52 /* csmode bits */ 57 /* delay0 bits */ 63 /* delay1 bits */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/phy/ |
| H A D | dp83867.c | 1 // SPDX-License-Identifier: GPL-2.0 18 #include <dt-bindings/net/ti-dp83867.h> 59 /* MICR Interrupt bits */ 73 /* RGMIICTL bits */ 77 /* SGMIICTL bits */ 80 /* RXFCFG bits*/ 87 /* STRAP_STS1 bits */ 90 /* STRAP_STS2 bits */ 98 /* PHY CTRL bits */ 107 /* RGMIIDCTL bits */ [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | designware_spi.c | 7 * drivers/spi/spi-dw.c, which is: 10 * SPDX-License-Identifier: GPL-2.0 13 #include <asm-generic/gpio.h> 78 /* Bit fields in SR, 7 bits */ 79 #define SR_MASK GENMASK(6, 0) /* cover 7 bits */ 91 s32 frequency; /* Default clock frequency, -1 for none */ 102 struct gpio_desc cs_gpio; /* External chip-select gpio */ 110 u32 fifo_len; /* depth of the FIFO buffer */ 119 return __raw_readl(priv->regs + offset); in dw_read() 124 __raw_writel(val, priv->regs + offset); in dw_write() [all …]
|
| H A D | pic32_spi.c | 7 * SPDX-License-Identifier: GPL-2.0+ 20 #include <dt-bindings/clock/microchip,clock.h> 39 #define PIC32_SPI_CTRL_BPW_MASK 0x03 /* Bits per word */ 62 u32 fifo_depth; /* FIFO depth in bytes */ 63 u32 fifo_n_word; /* FIFO depth in words */ 68 u32 speed_hz; /* spi-clk rate */ 78 /* SPI FiFo accessor */ 85 writel(PIC32_SPI_CTRL_ON, &priv->regs->ctrl.set); in pic32_spi_enable() 90 writel(PIC32_SPI_CTRL_ON, &priv->regs->ctrl.clr); in pic32_spi_disable() 95 u32 sr = readl(&priv->regs->status.raw); in pic32_spi_rx_fifo_level() [all …]
|
| /OK3568_Linux_fs/kernel/include/media/drv-intf/ |
| H A D | exynos-fimc.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 5 * Copyright (C) 2010 - 2013 Samsung Electronics Co., Ltd. 12 #include <media/media-entity.h> 13 #include <media/v4l2-dev.h> 14 #include <media/v4l2-mediabus.h> 37 /* Camera MIPI-CSI2 serial bus */ 39 /* FIFO link from LCD controller (WriteBack A) */ 41 /* FIFO link from LCD controller (WriteBack B) */ 43 /* FIFO link from FIMC-IS */ 62 * struct fimc_source_info - video source description required for the host [all …]
|
| /OK3568_Linux_fs/kernel/arch/nios2/boot/dts/ |
| H A D | 10m50_devboard.dts | 1 // SPDX-License-Identifier: GPL-2.0-only 6 /dts-v1/; 10 compatible = "altr,niosii-max10"; 11 #address-cells = <1>; 12 #size-cells = <1>; 15 #address-cells = <1>; 16 #size-cells = <0>; 20 compatible = "altr,nios2-1.1"; 22 interrupt-controller; 23 #interrupt-cells = <1>; [all …]
|
| H A D | 3c120_devboard.dts | 1 // SPDX-License-Identifier: GPL-2.0-or-later 8 /dts-v1/; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 #address-cells = <1>; 18 #size-cells = <0>; 22 compatible = "altr,nios2-1.0"; 24 interrupt-controller; 25 #interrupt-cells = <1>; 26 clock-frequency = <125000000>; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/axis-fifo/ |
| H A D | axis-fifo.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Xilinx AXIS FIFO: interface to the Xilinx AXI-Stream FIFO IP core 12 /* ---------------------------- 14 * ---------------------------- 38 /* ---------------------------- 40 * ---------------------------- 48 /* ---------------------------- 50 * ---------------------------- 69 /* ---------------------------- 71 * ---------------------------- [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/fsl/ |
| H A D | fsl_dma.c | 1 // SPDX-License-Identifier: GPL-2.0 7 // Copyright 2007-2010 Freescale Semiconductor, Inc. 16 #include <linux/dma-mapping.h> 40 * that is 8, 16, or 32 bits. 72 /** fsl_dma_private: p-substream DMA data 74 * Each substream has a 1-to-1 association with a DMA channel. 76 * The link[] array is first because it needs to be aligned on a 32-byte 120 * Since each link descriptor has a 32-bit byte count field, we set 121 * period_bytes_max to the largest 32-bit number. We also have no maximum 137 .period_bytes_max = (u32) -1, [all …]
|
| H A D | fsl_ssi.c | 1 // SPDX-License-Identifier: GPL-2.0 7 // Copyright 2007-2010 Freescale Semiconductor, Inc. 9 // Some notes why imx-pcm-fiq is used instead of DMA on some boards: 12 // sane processor vendors have a FIFO per AC97 slot, the i.MX has only 13 // one FIFO which combines all valid receive slots. We cannot even select 16 // we receive in our (PCM-) data stream. The only chance we have is to 23 // provides us status bits when the read register is updated with *another* 25 // contains the same value) these status bits are not set. We work 26 // around this by not polling these bits but only wait a fixed delay. 52 #include "imx-pcm.h" [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/zte/ |
| H A D | zx296718.dtsi | 5 * This file is dual-licensed: you can use it either under the terms 44 #include <dt-bindings/input/input.h> 45 #include <dt-bindings/interrupt-controller/arm-gic.h> 46 #include <dt-bindings/gpio/gpio.h> 47 #include <dt-bindings/clock/zx296718-clock.h> 51 #address-cells = <1>; 52 #size-cells = <1>; 53 interrupt-parent = <&gic>; 67 #address-cells = <2>; 68 #size-cells = <0>; [all …]
|
| /OK3568_Linux_fs/u-boot/arch/nios2/dts/ |
| H A D | 10m50_devboard.dts | 6 * SPDX-License-Identifier: GPL-2.0+ 9 /dts-v1/; 13 compatible = "altr,niosii-max10"; 14 #address-cells = <1>; 15 #size-cells = <1>; 18 #address-cells = <1>; 19 #size-cells = <0>; 23 compatible = "altr,nios2-1.1"; 25 interrupt-controller; 26 #interrupt-cells = <1>; [all …]
|
| H A D | 3c120_devboard.dts | 6 * SPDX-License-Identifier: GPL-2.0+ 9 /dts-v1/; 14 #address-cells = <1>; 15 #size-cells = <1>; 18 #address-cells = <1>; 19 #size-cells = <0>; 23 compatible = "altr,nios2-1.0"; 25 interrupt-controller; 26 #interrupt-cells = <1>; 27 clock-frequency = <125000000>; [all …]
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-cadence.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2009 - 2014 Xilinx, Inc. 37 /* 1 = Auto init FIFO to zeroes */ 58 * Normal addressing mode uses [6:0] bits. Extended addressing mode uses [9:0] 59 * bits. A write access to this register always initiates a transfer if the I2C 116 /* FIFO depth at which the DATA interrupt occurs */ 117 #define CDNS_I2C_DATA_INTR_DEPTH (CDNS_I2C_FIFO_DEPTH - 2) 119 /* Transfer size in multiples of data interrupt depth */ 120 #define CDNS_I2C_TRANSFER_SIZE (CDNS_I2C_MAX_TRANSFER_SIZE - 3) 122 #define DRIVER_NAME "cdns-i2c" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mmc/host/ |
| H A D | dw_mmc.h | 1 /* SPDX-License-Identifier: GPL-2.0-or-later */ 57 * struct dw_mci - MMC controller state shared between all slots 61 * @fifo_reg: Pointer to MMIO registers for data FIFO 75 * @dma_64bit_address: Whether DMA supports 64-bit address mode or not. 78 * @dma_ops: Pointer to platform-specific DMA callbacks. 82 * @dms: structure of slave-dma private data. 109 * @fifo_depth: depth of FIFO. 110 * @data_addr_override: override fifo reg offset with this value. 111 * @wm_aligned: force fifo watermark equal with data length in PIO mode. 113 * @data_shift: log2 of FIFO item size. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/ |
| H A D | fsl-imx-sdma.txt | 4 - compatible : Should be one of 5 "fsl,imx25-sdma" 6 "fsl,imx31-sdma", "fsl,imx31-to1-sdma", "fsl,imx31-to2-sdma" 7 "fsl,imx35-sdma", "fsl,imx35-to1-sdma", "fsl,imx35-to2-sdma" 8 "fsl,imx51-sdma" 9 "fsl,imx53-sdma" 10 "fsl,imx6q-sdma" 11 "fsl,imx7d-sdma" 12 "fsl,imx8mq-sdma" 13 "fsl,imx8mm-sdma" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | sifive.c | 1 // SPDX-License-Identifier: GPL-2.0+ 5 * Copyright (C) 2018-2019 SiFive 18 * - drivers/tty/serial/pxa.c 19 * - drivers/tty/serial/amba-pl011.c 20 * - drivers/tty/serial/uartlite.c 21 * - drivers/tty/serial/omap-serial.c 22 * - drivers/pwm/pwm-sifive.c 25 * - Chapter 19 "Universal Asynchronous Receiver/Transmitter (UART)" of 26 * SiFive FE310-G000 v2p3 27 * - The tree/master/src/main/scala/devices/uart directory of [all …]
|