| /OK3568_Linux_fs/buildroot/package/rockchip/ |
| H A D | Config.in | 26 bool "px30 chip" 27 select BR2_PACKAGE_ROCKCHIP_HAS_ISP1 29 Use rockchip's px30 chip 32 bool "rk3036 chip" 34 Use rockchip's rk3036 chip 37 bool "rk312x chip" 38 select BR2_PACKAGE_ROCKCHIP_HAS_ISP1 40 Use rockchip's rk312x chip 43 bool "rk3288 chip" 44 select BR2_PACKAGE_ROCKCHIP_HAS_ISP1 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 11 The Cypress C67x00 (EZ-Host/EZ-OTG) chips are dual-role 14 Enable this option to support this chip in host controller mode. 28 module will be called xhci-hcd. 56 select USB_XHCI_RCAR if ARCH_RENESAS 74 select MFD_SYSCON 83 select USB_XHCI_PLATFORM 91 tristate "xHCI support for Renesas R-Car SoCs" 96 found in Renesas R-Car ARM SoCs. 102 select FW_LOADER [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 12 select DRM_PANEL 21 select DRM_KMS_HELPER 22 select DRM_MIPI_DSI 23 select DRM_PANEL_BRIDGE 24 select GENERIC_PHY_MIPI_DPHY 33 select DRM_KMS_HELPER 44 Driver for display connectors with support for DDC and hot-plug 48 on ARM-based platforms. Saying Y here when this driver is not needed 53 select SND_SOC_HDMI_CODEC if SND_SOC [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mtd/ |
| H A D | st,stm32-fmc2-nand.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/mtd/st,stm32-fmc2-nand.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Christophe Kerello <christophe.kerello@st.com> 15 - st,stm32mp15-fmc2 16 - st,stm32mp1-fmc2-nfc 27 - description: tx DMA channel 28 - description: rx DMA channel 29 - description: ecc DMA channel [all …]
|
| /OK3568_Linux_fs/kernel/drivers/interconnect/qcom/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 bool "Qualcomm Network-on-Chip interconnect drivers" 6 Support for Qualcomm's Network-on-Chip interconnect hardware. 15 select INTERCONNECT_QCOM_SMD_RPM 17 This is a driver for the Qualcomm Network-on-Chip on msm8916-based 24 select INTERCONNECT_QCOM_SMD_RPM 26 This is a driver for the Qualcomm Network-on-Chip on msm8974-based 40 select INTERCONNECT_QCOM_SMD_RPM 42 This is a driver for the Qualcomm Network-on-Chip on qcs404-based 52 Compile-testing RPMH drivers is possible on other platforms, [all …]
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spi.h | 2 * Common SPI Interface: Controller-specific definitions 7 * SPDX-License-Identifier: GPL-2.0+ 23 #define SPI_LSB_FIRST BIT(3) /* per-word bits-on-wire */ 44 * struct dm_spi_bus - SPI bus info 62 * struct dm_spi_platdata - platform data for all SPI slaves 66 * dev_get_parent_platdata(slave->dev). 71 * @cs: Chip select number (0..n-1) 82 * struct spi_slave - Representation of a SPI slave 84 * For driver model this is the per-child data used by the SPI bus. It can 92 * controller-specific data. [all …]
|
| H A D | fsl_immap.h | 4 * Copyright 2013-2014 Freescale Semiconductor, Inc. 6 * SPDX-License-Identifier: GPL-2.0+ 16 u32 cs0_bnds; /* Chip Select 0 Memory Bounds */ 18 u32 cs1_bnds; /* Chip Select 1 Memory Bounds */ 20 u32 cs2_bnds; /* Chip Select 2 Memory Bounds */ 22 u32 cs3_bnds; /* Chip Select 3 Memory Bounds */ 24 u32 cs0_config; /* Chip Select Configuration */ 25 u32 cs1_config; /* Chip Select Configuration */ 26 u32 cs2_config; /* Chip Select Configuration */ 27 u32 cs3_config; /* Chip Select Configuration */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mfd/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 select IRQ_DOMAIN 16 select MFD_CORE 23 bool "Altera Arria10 DevKit System Resource chip" 25 select REGMAP_SPI 26 select MFD_CORE 28 Support for the Altera Arria10 DevKit MAX5 System Resource chip 36 select MFD_SYSCON 38 Select this to get System Manager support for all Altera branded 44 tristate "Active-semi ACT8945A" [all …]
|
| /OK3568_Linux_fs/kernel/sound/soc/mediatek/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 6 tristate "ASoC support for Mediatek MT2701 chip" 8 select SND_SOC_MEDIATEK 12 Select Y if you have such device. 13 If unsure select "N". 18 select SND_SOC_CS42XX8_I2C 19 select SND_SOC_BT_SCO 23 Select Y if you have such device. 24 If unsure select "N". 29 select SND_SOC_WM8960 [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-spear-spics.c | 28 * It provides control for spi chip select lines so that any chipselect 29 * (out of 4 possible chipselects in pl022) can be made low to select 34 * struct spear_spics - represents spi chip select control 39 * @cs_enable_mask: mask to select bits required to select chipselect 43 * @chip: gpio_chip abstraction 54 struct gpio_chip chip; member 58 static int spics_get_value(struct gpio_chip *chip, unsigned offset) in spics_get_value() argument 60 return -ENXIO; in spics_get_value() 63 static void spics_set_value(struct gpio_chip *chip, unsigned offset, int value) in spics_set_value() argument 65 struct spear_spics *spics = gpiochip_get_data(chip); in spics_set_value() [all …]
|
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 47 select IRQ_DOMAIN 57 non-sleeping contexts. They can make bitbanged serial protocols 115 tristate "GPIO driver for 74xx-ICs with MMIO access" 117 select GPIO_GENERIC 119 Say yes here to support GPIO functionality for 74xx-compatible ICs 131 select GPIOLIB_IRQCHIP 135 If driver is built as a module it will be called gpio-altera. 140 select GPIO_GENERIC 148 select GPIOLIB_IRQCHIP [all …]
|
| /OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 12 Enable support for cards with Cologne Chip AG's 13 HFC PCI chip. 16 tristate "Support for HFC multiport cards (HFC-4S/8S/E1)" 20 Enable support for cards with Cologne Chip AG's HFC multiport 21 chip. There are three types of chips that are quite similar, 23 * HFC-4S (4 S/T interfaces on one chip) 24 * HFC-8S (8 S/T interfaces on one chip) 25 * HFC-E1 (E1 interface for 2Mbit ISDN) 37 tristate "Support for HFC-S USB based TAs" [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/cb710/ |
| H A D | debug.c | 1 // SPDX-License-Identifier: GPL-2.0-only 5 * Copyright by Michał Mirosław, 2008-2009 24 unsigned mask = (1 << bits/8) - 1; in allow_reg_read() 31 u##t *reg, unsigned select) \ 36 if (!(select & (1 << i))) \ 55 const u##t *reg, unsigned select) \ 57 const char *const xp = &cb710_xes[8 - t/4]; \ 64 if (!(select & (1 << i))) \ 81 static void cb710_read_and_dump_regs_##t(struct cb710_chip *chip, \ 82 unsigned select) \ [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/ |
| H A D | arm,pl172.txt | 5 - compatible: Must be "arm,primecell" and exactly one from 8 - reg: Must contains offset/length value for controller. 10 - #address-cells: Must be 2. The partition number has to be encoded in the 11 first address cell and it may accept values 0..N-1 12 (N - total number of partitions). The second cell is the 15 - #size-cells: Must be set to 1. 17 - ranges: Must contain one or more chip select memory regions. 19 - clocks: Must contain references to controller clocks. 21 - clock-names: Must contain "mpmcclk" and "apb_pclk". 23 - clock-ranges: Empty property indicating that child nodes can inherit [all …]
|
| /OK3568_Linux_fs/kernel/drivers/rtc/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 11 select RTC_LIB 17 select RTC_LIB 44 This clock should be battery-backed, so that it reads the correct 45 time when the system boots from a power-off state. Otherwise, your 80 select NVMEM 130 Provides an emulation for RTC_UIE if the underlying rtc chip 132 once-per-second update interrupts, used for synchronization. 150 will be called rtc-test. 164 will be called rtc-88pm860x. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mips/cavium/ |
| H A D | bootbus.txt | 3 The Octeon Boot Bus is a configurable parallel bus with 8 chip 4 selects. Each chip select is independently configurable. 7 - compatible: "cavium,octeon-3860-bootbus" 11 - reg: The base address of the Boot Bus' register bank. 13 - #address-cells: Must be <2>. The first cell is the chip select 14 within the bootbus. The second cell is the offset from the chip select. 16 - #size-cells: Must be <1>. 18 - ranges: There must be one one triplet of (child-bus-address, 19 parent-bus-address, length) for each active chip select. If the 20 length element for any triplet is zero, the chip select is disabled, [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | Kconfig | 11 select USB_HOST 12 ---help--- 36 select DM_REGULATOR 43 bool "Support for PCI-based xHCI USB controller" 47 Enables support for the PCI-based xHCI controller. 63 Select the DRA7XX xHCI USB index. 71 select USB_HOST 72 ---help--- 91 bool "Support for Atmel on-chip EHCI USB controller" 94 ---help--- [all …]
|
| /OK3568_Linux_fs/kernel/drivers/hwmon/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 3 # Hardware monitoring chip drivers configuration 17 sensors chip(s) below. 20 sensors-detect script from the lm_sensors package. Read 21 <file:Documentation/hwmon/userspace-tools.rst> for details. 32 bool "Hardware Monitoring Chip debugging messages" 34 Say Y here if you want the I2C chip drivers to produce a bunch of 35 debug messages to the system log. Select this if you are having 47 of the AB8500 chip. The driver includes thermal management for 49 used to access sensors outside the AB8500 chip. [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | edac.rst | 5 ---------------------------------------- 8 *sockets, *socket sets*, *banks*, *rows*, *chip-select rows*, *channels*, 43 It is typically the highest hierarchy on a Fully-Buffered DIMM memory 52 * Single-channel 55 only. E. g. if the data is 64 bits-wide, the data flows to the CPU using 57 memories. FB-DIMM and RAMBUS use a different concept for channel, so 60 * Double-channel 63 dimms, accessed at the same time. E. g. if the DIMM is 64 bits-wide (72 67 * Chip-select row 69 This is the name of the DRAM signal used to select the DRAM ranks to be [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 19 comment "Non-8250 serial port support" 24 select SERIAL_CORE 35 select SERIAL_CORE_CONSOLE 51 select SERIAL_CORE 62 select SERIAL_CORE_CONSOLE 63 select SERIAL_EARLYCON 79 select SERIAL_CORE 80 select SERIAL_CORE_CONSOLE 81 select SERIAL_EARLYCON [all …]
|
| /OK3568_Linux_fs/u-boot/doc/device-tree-bindings/spi/ |
| H A D | spi-bus.txt | 10 - #address-cells - number of cells required to define a chip select 12 - #size-cells - should be zero. 13 - compatible - name of SPI bus controller following generic names 15 - cs-gpios - (optional) gpios chip select. 19 assigning chip select numbers. Since SPI chip select configuration is 20 flexible and non-standardized, it is left out of this binding with the 22 chip selects. Individual drivers can define additional properties to 23 support describing the chip select layout. 26 - num-cs : total number of chipselects 28 If cs-gpios is used the number of chip select will automatically increased [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/dsa/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 10 select NET_DSA_TAG_BRCM 11 select FIXED_PHY 12 select BCM7XXX_PHY 13 select MDIO_BCM_UNIMAC 14 select B53 20 tristate "DSA mock-up Ethernet switch chip support" 22 select FIXED_PHY 24 This enables support for a fake mock-up switch chip which 30 select NET_DSA_TAG_GSWIP [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mtd/chips/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 2 menu "RAM/ROM/Flash chip drivers" 7 select MTD_GEN_PROBE 8 select MTD_CFI_UTIL 13 support any device that is CFI-compliant, you need to enable this 18 tristate "Detect non-CFI AMD/JEDEC-compatible flash chips" 19 select MTD_GEN_PROBE 20 select MTD_CFI_UTIL 22 This option enables JEDEC-style probing of flash chips which are not 24 CFI-targeted flash drivers for any chips which are identified which [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | fti2c010.c | 5 * Dante Su <dantesu@faraday-tech.com> 7 * SPDX-License-Identifier: GPL-2.0+ 10 * Please see doc/driver-model/i2c-howto.txt for instructions. 35 /* 7-bit dev address + 1-bit read/write */ 64 static int fti2c010_reset(struct fti2c010_chip *chip) in fti2c010_reset() argument 67 int ret = -1; in fti2c010_reset() 68 struct fti2c010_regs *regs = chip->regs; in fti2c010_reset() 70 writel(CR_I2CRST, ®s->cr); in fti2c010_reset() 72 if (!(readl(®s->cr) & CR_I2CRST)) { in fti2c010_reset() 84 static int fti2c010_wait(struct fti2c010_chip *chip, uint32_t mask) in fti2c010_wait() argument [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-mx27/ |
| H A D | imx-regs.h | 5 * SPDX-License-Identifier: GPL-2.0+ 11 #include <asm/arch/regs-rtc.h> 64 /* Chip Select Registers */ 66 u32 cs0u; /* Chip Select 0 Upper Register */ 67 u32 cs0l; /* Chip Select 0 Lower Register */ 68 u32 cs0a; /* Chip Select 0 Addition Register */ 70 u32 cs1u; /* Chip Select 1 Upper Register */ 71 u32 cs1l; /* Chip Select 1 Lower Register */ 72 u32 cs1a; /* Chip Select 1 Addition Register */ 74 u32 cs2u; /* Chip Select 2 Upper Register */ [all …]
|