Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 25 of 35) sorted by relevance

12

/rk3399_rockchip-uboot/include/configs/
H A Dti_omap4_common.h74 #define BOOTENV_DEV_LEGACY_MMC(devtypeu, devtypel, instance) \ argument
75 "bootcmd_" #devtypel #instance "=" \
76 "setenv mmcdev " #instance"; "\
77 "setenv bootpart " #instance":2 ; "\
80 #define BOOTENV_DEV_NAME_LEGACY_MMC(devtypeu, devtypel, instance) \ argument
81 #devtypel #instance " "
83 #define BOOTENV_DEV_NAME_NAND(devtypeu, devtypel, instance) \ argument
84 #devtypel #instance " "
H A Dam335x_evm.h60 #define BOOTENV_DEV_LEGACY_MMC(devtypeu, devtypel, instance) \ argument
61 "bootcmd_" #devtypel #instance "=" \
62 "setenv mmcdev " #instance"; "\
63 "setenv bootpart " #instance":2 ; "\
66 #define BOOTENV_DEV_NAME_LEGACY_MMC(devtypeu, devtypel, instance) \ argument
67 #devtypel #instance " "
69 #define BOOTENV_DEV_NAND(devtypeu, devtypel, instance) \ argument
73 #define BOOTENV_DEV_NAME_NAND(devtypeu, devtypel, instance) \ argument
74 #devtypel #instance " "
H A Dsunxi-common.h406 #define BOOTENV_DEV_FEL(devtypeu, devtypel, instance) \ argument
412 #define BOOTENV_DEV_NAME_FEL(devtypeu, devtypel, instance) \ argument
/rk3399_rockchip-uboot/include/
H A Dconfig_distro_bootcmd.h39 #define BOOTENV_DEV_BLKDEV(devtypeu, devtypel, instance) \ argument
40 "bootcmd_" #devtypel #instance "=" \
41 "setenv devnum " #instance "; " \
44 #define BOOTENV_DEV_NAME_BLKDEV(devtypeu, devtypel, instance) \ argument
45 #devtypel #instance " "
272 #define BOOTENV_DEV_DHCP(devtypeu, devtypel, instance) \ argument
281 #define BOOTENV_DEV_NAME_DHCP(devtypeu, devtypel, instance) \ argument
291 #define BOOTENV_DEV_PXE(devtypeu, devtypel, instance) \ argument
299 #define BOOTENV_DEV_NAME_PXE(devtypeu, devtypel, instance) \ argument
308 #define BOOTENV_DEV_NAME(devtypeu, devtypel, instance) \ argument
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/usb/
H A Ddwc2.txt6 - brcm,bcm2835-usb: The DWC2 USB controller instance in the BCM2835 SoC.
7 - hisilicon,hi6220-usb: The DWC2 USB controller instance in the hi6220 SoC.
8 - rockchip,rk3066-usb: The DWC2 USB controller instance in the rk3066 Soc;
12 - "lantiq,arx100-usb": The DWC2 USB controller instance in Lantiq ARX SoCs;
13 - "lantiq,xrx200-usb": The DWC2 USB controller instance in Lantiq XRX SoCs;
14 - "amlogic,meson8-usb": The DWC2 USB controller instance in Amlogic Meson8 SoCs;
15 - "amlogic,meson8b-usb": The DWC2 USB controller instance in Amlogic Meson8b SoCs;
16 - "amlogic,meson-gxbb-usb": The DWC2 USB controller instance in Amlogic S905 SoCs;
17 - "amcc,dwc-otg": The DWC2 USB controller instance in AMCC Canyonlands 460EX SoCs;
19 - "st,stm32f4x9-fsotg": The DWC2 USB FS/HS controller instance in STM32F4x9 SoCs
[all …]
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dtegra30-colibri.dts76 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
82 /* EHCI instance 1: USB2_DP/N -> AX88772B */
89 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
H A Dtegra20-colibri.dts86 /* EHCI instance 0: USB1_DP/N -> USBC_P/N */
92 /* EHCI instance 1: ULPI -> USB3340 -> AX88772B */
102 /* EHCI instance 2: USB3_DP/N -> USBH_P/N */
H A Dtegra30-apalis.dts269 /* EHCI instance 0: USB1_DP/N -> USBO1_DP/N */
277 /* EHCI instance 1: USB2_DP/N -> USBH2_DP/N */
284 /* EHCI instance 2: USB3_DP/N -> USBH3_DP/N */
/rk3399_rockchip-uboot/board/toradex/common/
H A DKconfig55 int "Toradex config block offset, second instance"
58 Specify the byte offset of the 2nd instance of the Toradex config block
60 Set to 0 on modules which have no 2nd instance.
/rk3399_rockchip-uboot/doc/device-tree-bindings/i2c/
H A Di2c-stm32.txt7 - clocks: Must contain the input clock of the I2C instance
/rk3399_rockchip-uboot/arch/mips/dts/
H A Dnexys4ddr.dts34 xlnx,instance = "axi_ethernetlite_inst";
/rk3399_rockchip-uboot/doc/device-tree-bindings/net/
H A Dstmmac.txt29 supported by this device instance
31 by this device instance
/rk3399_rockchip-uboot/doc/device-tree-bindings/serial/
H A Domap_serial.txt15 - ti,hwmods : Must be "uart<n>", n being the instance number (1-based)
/rk3399_rockchip-uboot/doc/
H A DREADME.ARC9 technology to tailor each ARC processor instance to meet specific performance,
H A DREADME.generic_usb_ohci58 If undefined, the first instance found in PCI space will be used.
H A DREADME.android-fastboot106 On the client side you can fetch the bootloader version for instance:
118 fastboot client wrap the Android suite around it. On OMAP for instance you
H A DREADME.at91171 your code (make sure not to disable it in AT91Bootstrap for instance).
H A DREADME.drivers.eth31 function which in turn takes care of initializing that particular instance.
/rk3399_rockchip-uboot/tools/env/
H A DREADME58 this environment instance. On NAND this is used to limit the range
/rk3399_rockchip-uboot/board/work-microwave/work_92105/
H A DREADME30 DDR through a JTAG debugger (for instance by
/rk3399_rockchip-uboot/doc/driver-model/
H A Dpmic-framework.txt65 and multi-instance device support.
/rk3399_rockchip-uboot/Licenses/
H A DREADME18 instance of code that they refer to (the U-Boot source code) is
/rk3399_rockchip-uboot/test/py/
H A DREADME.md112 to attach the debugger to the new sandbox instance. If these tests are not
198 process to always communicate with the current simulator instance.
296 the running U-Boot instance in order to test other features.
/rk3399_rockchip-uboot/drivers/nvme/
H A Dnvme.h657 int instance; member
/rk3399_rockchip-uboot/env/
H A DKconfig95 sectors at the start or the end. For instance, such a
106 beginning of flash memory; for instance, with bottom boot

12