Home
last modified time | relevance | path

Searched refs:controllers (Results 1 – 25 of 40) sorted by relevance

12

/drivers/mux/
A Dmux-uclass.c141 if (id >= mux_chip->controllers) { in mux_of_xlate_default()
261 int mux_alloc_controllers(struct udevice *dev, unsigned int controllers) in mux_alloc_controllers() argument
267 sizeof(struct mux_control) * controllers, in mux_alloc_controllers()
272 mux_chip->controllers = controllers; in mux_alloc_controllers()
274 for (i = 0; i < mux_chip->controllers; ++i) { in mux_alloc_controllers()
293 for (i = 0; i < mux_chip->controllers; ++i) { in mux_uclass_post_probe()
A DKconfig8 controllers. It provides the same API as Linux and mux drivers should
19 The driver builds multiplexer controllers for bitfields in a syscon
29 The driver builds multiplexer controllers for bitfields in a syscon
/drivers/reset/stm32/
A DKconfig6 Support for reset controllers on STMicroelectronics STM32 family SoCs.
14 Support for reset controllers on STMicroelectronics STM32MP1 family SoCs.
22 Support for reset controllers on STMicroelectronics STM32MP2 family SoCs.
/drivers/ata/
A DKconfig2 bool "Support SATA controllers with driver model"
6 This enables a uclass for disk controllers in U-Boot. Various driver
12 bool "Support SATA controllers"
91 Marvell EBU SoC's onboard AHCI SATA controllers or Cavium's Octeon
92 7130 AHCI controllers.
100 Enable this driver to support the SATA controllers found in the
148 SATA controllers.
/drivers/pinctrl/
A DKconfig5 menu "Pin controllers"
8 bool "Support pin controllers"
15 bool "Support full pin controllers"
31 bool "Support generic pin controllers"
45 bool "Support pin multiplexing controllers"
79 bool "Support pin controllers in SPL"
86 bool "Support pin controllers in TPL"
93 bool "Support pin controllers in VPL"
100 bool "Support full pin controllers in SPL"
109 bool "Support full pin controllers in TPL"
[all …]
/drivers/pinctrl/rockchip/
A DKconfig11 bool "Support Rockchip pin controllers in SPL"
18 bool "Support Rockchip pin controllers in TPL"
/drivers/cache/
A DKconfig2 # Cache controllers
8 bool "Enable Driver Model for Cache controllers"
11 Enable driver model for cache controllers that are found on
/drivers/w1/
A DKconfig8 bool "Enable 1-wire controllers support"
30 Newer i.MX SoCs such as the i.MX6 do not have one wire controllers.
/drivers/mailbox/
A DKconfig4 bool "Enable mailbox controllers using Driver Model"
19 channel with Apple IOP controllers integrated on Apple SoCs.
20 These IOP controllers are used to implement various functions
/drivers/clk/uniphier/
A DKconfig6 Support for clock controllers on UniPhier SoCs.
/drivers/ddr/imx/imx8ulp/
A DKconfig1 menu "i.MX8ULP DDR controllers"
/drivers/pci/
A DKconfig118 PCIe host controllers, such as the one emulated by QEMU.
126 SynQuacer SoC's ECAM-based PCIe host controllers.
247 Enable support for the OcteonTX/TX2 SoC family ECAM/PEM controllers.
248 These controllers provide PCI configuration access to all on-board
255 Enable support for the MIPS Octeon SoC family PCIe controllers.
271 SoC may have one or several PCIe controllers. Each controller can be
280 controllers through a special env var called "pci_iommu_extra" or
293 SoC may have one or several PCIe controllers. Each controller can be
301 several PCIe controllers. The PCIe controller can work in RC or
/drivers/scsi/
A DKconfig2 bool "Support SCSI controllers with driver model"
/drivers/ddr/imx/imx9/
A DKconfig1 menu "i.MX9 DDR controllers"
/drivers/usb/ulpi/
A DKconfig9 that is used as PHY Transreceiver for USB controllers.
/drivers/ddr/fsl/
A DKconfig46 menu "Freescale DDR controllers"
50 int "Maximum DDR controllers"
70 int "Number of controllers used as main memory"
/drivers/core/
A DKconfig108 causes USB host controllers to not be stopped when booting the OS.
238 bool "Support system controllers"
241 Many SoCs have a number of system controllers which are dealt with
247 bool "Support system controllers in SPL"
250 Many SoCs have a number of system controllers which are dealt with
256 bool "Support system controllers in TPL"
259 Many SoCs have a number of system controllers which are dealt with
265 bool "Support system controllers in VPL"
268 Many SoCs have a number of system controllers which are dealt with
/drivers/usb/musb-new/
A DKconfig65 DMA controllers are ignored. This driver follow musb-new
110 DMA controllers are ignored.
/drivers/pci_endpoint/
A DKconfig14 controllers that can operate in endpoint mode (as a device
/drivers/ddr/imx/imx8m/
A DKconfig1 menu "i.MX8M DDR controllers"
/drivers/ddr/
A DKconfig30 For memory controllers that can utilize it, add enable support for
/drivers/reset/
A DKconfig4 bool "Enable reset controllers using Driver Model"
27 Support for reset controllers on STMicroelectronics STiH407 family SoCs.
71 Support for reset controllers on UniPhier SoCs.
/drivers/ufs/
A DKconfig4 bool "Support UFS controllers"
/drivers/gpio/
A DKconfig237 The Broadcom iProc based SoCs have multiple GPIO controllers and only
303 Support GPIO controllers on Qualcomm Snapdragon family of SoCs.
316 Support GPIO controllers on various i.MX platforms
322 Support GPIO controllers on i.MX23 and i.MX28 platforms
328 Support GPIO controllers on Nuvovon NPCM SoCs.
345 Support GPIO controllers on the TI OMAP3/4/5 and related (such as
688 Support GPIO access on Kontron sl28cpld board management controllers.
/drivers/usb/gadget/
A DKconfig10 # - Some systems have both kinds of controllers.
29 talking to it. Peripheral controllers are often discrete silicon,
31 familiar host side controllers have names like "EHCI", "OHCI",
245 controllers in the system.

Completed in 77 milliseconds

12