Home
last modified time | relevance | path

Searched refs:devices (Results 1 – 25 of 213) sorted by relevance

123456789

/rk3399_rockchip-uboot/drivers/block/
H A DKconfig2 bool "Support block devices"
6 Enable support for block devices, such as SCSI, MMC and USB
9 devices often have a partition table which allows the device to
14 bool "Support block devices in SPL"
18 Enable support for block devices, such as SCSI, MMC and USB
21 devices often have a partition table which allows the device to
26 bool "Support block devices prepare to read data in SPL"
29 Enable support for block devices to prefetch data. MMC and mtd_blk
30 devices can be attached to block devices. It is applied to prefetch
38 This option enables a disk-block cache for all block devices.
/rk3399_rockchip-uboot/examples/api/
H A Dglue.c165 static struct device_info devices[UB_MAX_DEV]; variable
169 return ((i < 0 || i >= UB_MAX_DEV) ? NULL : &devices[i]); in ub_dev_get()
183 memset(&devices, 0, sizeof(struct device_info) * UB_MAX_DEV); in ub_dev_enum()
184 di = &devices[0]; in ub_dev_enum()
198 di->cookie = devices[n - 1].cookie; in ub_dev_enum()
220 di = &devices[handle]; in ub_dev_open()
235 di = &devices[handle]; in ub_dev_close()
256 if (devices[handle].state != DEV_STA_OPEN) in dev_valid()
267 if (!(devices[handle].type & DEV_TYP_STOR)) in dev_stor_valid()
283 di = &devices[handle]; in ub_dev_read()
[all …]
/rk3399_rockchip-uboot/doc/driver-model/
H A Dpci-info.txt23 If there is no alias the devices will be numbered sequentially in the device
27 This does a scan of the bus to locate available devices. These devices are
31 After probing a bus, the available devices will appear in the device tree
37 PCI devices can appear in the flattened device tree. If they do this serves to
41 v2.1. Note we must describe PCI devices with the same bus hierarchy as the
43 relationship during PCI bus enumeration thus PCI devices won't be bound to
94 PCIe-to-PCI bridge and all the chipset integrated devices like the PCI UART
95 device are on the PCI bus. Like other devices in the device tree, if we want
96 to bind PCI devices before relocation, "u-boot,dm-pre-reloc" must be declared
99 If PCI devices are not listed in the device tree, U_BOOT_PCI_DEVICE can be used
H A Dusb-info.txt84 This holds information about a device on the bus. All devices have
94 as a work-around for controllers which can act as USB devices in OTG
118 one or more 'ports' to which additional devices can be attached. It is
119 possible to power up a hub and find out which of its ports have devices
123 and from there the devices are numbered in sequence. The USB uclass takes
126 USB devices are enumerated by finding a device on a particular hub, and
131 very many devices.
133 Enumeration in U-Boot takes a long time since devices are probed one at a
137 Up to 127 devices can be on each bus. USB has four bus speeds: low
171 USB devices are found using a simple algorithm which works through the
[all …]
/rk3399_rockchip-uboot/drivers/ata/
H A DKconfig15 other storage devices.
29 bool "Enable SCSI interface to SATA devices"
32 Enable this to allow interfacing SATA devices via the SCSI layer.
48 ZynqMP. Support up to 2 external devices. Complient with SATA 3.1 and
58 Enable this driver to support Sata devices through
/rk3399_rockchip-uboot/doc/
H A DREADME.power-framework20 devices are now available on the board - namely power managers (PMIC), fuel
22 devices (MFD).
30 Power devices use not only I2C for communication, but SPI as well. Additionally
35 The "flat" hierarchy for power devices works well when each device performs only
39 the master and uses methods exported by other devices. We need to control MUIC
58 The framework classifies devices by their function - separate directories should
59 be maintained for different classes of devices.
66 devices.
92 To charge a battery, information from several "abstract" power devices is
140 Define devices as listed at 1.
[all …]
H A DREADME.rksfc7 The rksfc is used for Rockchip Soc sfc devices with
24 To find and initialize sfc devices, try:
H A DREADME.rknand7 The rknand is used for Rockchip Soc NAND FLASH devices.
23 To find and initialize nand devices, try:
/rk3399_rockchip-uboot/drivers/timer/
H A DKconfig44 Select this to enable a timer for Altera devices. Please find
51 Select this to enable a periodic interval timer for Atmel devices,
72 Select this to enable an timer for Omap devices.
79 Select this to enable timer for Aspeed ast2400/ast2500 devices.
91 Select this to enable a timer for STi devices.
106 Select this to enable a timer for AG01P devices.
112 Select this to enable a timer for AE3XX devices.
119 Rockchip devices.
/rk3399_rockchip-uboot/fs/jffs2/
H A DKconfig6 for use with flash memory devices. It supports raw NAND devices,
/rk3399_rockchip-uboot/board/freescale/mpc8568mds/
H A Dbcsr.c15 volatile uint* devices = (uint *)(CONFIG_SYS_CCSRBAR + 0xe0070); in enable_8568mds_duart() local
19 *devices = 0; /* Enable all peripheral devices */ in enable_8568mds_duart()
/rk3399_rockchip-uboot/drivers/thermal/
H A DKconfig2 bool "Driver support for thermal devices"
4 Enable support for temperature-sensing devices. Some SoCs have on-chip
7 devices may be discrete but connected on a suitable bus.
/rk3399_rockchip-uboot/doc/device-tree-bindings/pwm/
H A Dpwm.txt1 Specifying PWM information for devices
7 PWM users should specify a list of PWM devices that they want to use
19 each of the PWM devices listed in the "pwms" property. If no "pwm-names"
22 Drivers for devices that use more than a single PWM device can use the
/rk3399_rockchip-uboot/drivers/rng/
H A DKconfig2 bool "Driver support for Random Number Generator devices"
5 Enable driver model for random number generator(rng) devices.
/rk3399_rockchip-uboot/drivers/memory/
H A DKconfig2 # Memory devices
14 asynchronuous memory devices like ASRAM, NOR and NAND memory. A total
/rk3399_rockchip-uboot/drivers/video/drm/display-serdes/
H A DKconfig6 # Multifunction miscellaneous devices
20 This driver supports different serdes devices from different vendor such as
/rk3399_rockchip-uboot/board/freescale/ls1021aiot/
H A DREADME10 devices(32-bit bus) with 4 bit ECC
11 - DDR power supplies 1.35V to all devices with
26 - Support for SDIO devices
/rk3399_rockchip-uboot/drivers/ufs/
H A DKconfig16 controller present on present TI's J721e devices.
19 bool "Glue Layer driver for UFS on TI J721E devices"
22 present on TI's J721E devices.
/rk3399_rockchip-uboot/drivers/phy/
H A DKconfig11 devices. PHY devices are dedicated hardware that handle the physical
27 devices. PHY devices are dedicated hardware that handle the physical
132 This PHY is found on omap devices supporting SATA such as dra7, am57x
141 This PHY is found on omap devices supporting SATA such as dra7, am57x
/rk3399_rockchip-uboot/drivers/rknand/
H A DKconfig12 This option enables support for Rockchip NAND FLASH devices.
20 This option enables support for Rockchip NAND FLASH devices.
/rk3399_rockchip-uboot/cmd/
H A Dmtdparts.c147 static struct list_head devices; variable
241 list_for_each(dentry, &devices) { in index_partitions()
750 INIT_LIST_HEAD(&devices); in device_delall()
770 if (list_empty(&devices)) { in device_del()
775 current_mtd_dev = list_entry(devices.next, struct mtd_device, link); in device_del()
799 list_for_each(entry, &devices) { in device_find()
818 if (list_empty(&devices)) { in device_add()
824 list_add_tail(&dev->link, &devices); in device_add()
978 return device_delall(&devices); in mtd_devices_init()
1098 if (list_empty(&devices)) { in generate_mtdparts()
[all …]
/rk3399_rockchip-uboot/drivers/usb/ulpi/
H A DKconfig15 some Tegra and Snapdragon devices.
20 Support ULPI Viewport implementation that is used on OMAP devices.
/rk3399_rockchip-uboot/drivers/fpga/
H A DKconfig12 This provides basic infrastructure to support Altera FPGA devices.
22 This provides common functionality for Gen5 and Arria10 devices.
30 This provides common functionality for Altera Cyclone II devices.
/rk3399_rockchip-uboot/drivers/mtd/
H A DKconfig12 systems on embedded devices.
33 bool "Enable MTD Device for NAND and ONENAND devices"
43 for probing the capabilities of flash devices. If you wish to
54 for probing the capabilities of flash devices. If you wish to
/rk3399_rockchip-uboot/board/bachmann/ot1200/
H A DREADME1 U-Boot for the Bachmann electronic GmbH OT1200 devices
19 In order to support different display resoltuions/sizes the OT1200 devices

123456789