Home
last modified time | relevance | path

Searched refs:side (Results 1 – 25 of 31) sorted by relevance

12

/rk3399_rockchip-uboot/board/BuS/eb_cpu5282/
H A Deb_cpu5282.c231 ulong side; in do_brightness() local
236 side = simple_strtoul(argv[1], NULL, 10); in do_brightness()
238 if ((side >= 0) && (side <= 3) && in do_brightness()
240 vcxk_setbrightness(side, bright); in do_brightness()
/rk3399_rockchip-uboot/doc/
H A DREADME.i2c5 The implementation on the master side in software is quite complex.
16 reboots by either side without difficulty.
32 sure that the other side doesn't want it also. A detailed explanation is best
38 2. Waits a little bit for the other side to notice (slew time)
46 7. Panic. The other side is hung with the CLAIM line set.
60 wait for access to the bus assuming that the other side isn't using it.
H A DREADME.Heterogeneous-SoCs1 DSP side awareness for Freescale heterogeneous multicore chips based on
9 Code for DSP side awareness provides such functionality for Freescale
H A DREADME.sdp19 The host side utilities are typically capable to interpret the i.MX
22 specific legacy image format (see mkimage(1)). Also the U-Boot side
H A DREADME.android-fastboot106 On the client side you can fetch the bootloader version for instance:
131 and on the gadget side you should see:
H A DREADME.NetConsole28 On the host side, please use this script to access the console:
H A DREADME.usb225 eth2addr). There is similar support on the USB network side, using the
H A DREADME.efi233 - Add more drivers to the application side (e.g. video, block devices, USB,
/rk3399_rockchip-uboot/drivers/video/
H A Dbus_vcxk.c99 void vcxk_setbrightness(unsigned int side, short brightness);
272 void vcxk_setbrightness(unsigned int side, short brightness) in vcxk_setbrightness() argument
275 if ((side == 0) || (side & 0x1)) in vcxk_setbrightness()
277 if ((side == 0) || (side & 0x2)) in vcxk_setbrightness()
/rk3399_rockchip-uboot/include/
H A Dbus_vcxk.h17 extern void vcxk_setbrightness(unsigned int side, short brightness);
/rk3399_rockchip-uboot/api/
H A DREADME23 leaving as much processing as possible on the consumer application side,
47 - entry point at the consumer side, allows to make syscall, mandatory
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A DKconfig6 # NOTE: Gadget support ** DOES NOT ** depend on host-side CONFIG_USB !!
28 familiar host side controllers have names like "EHCI", "OHCI",
34 peripheral/device side bus controller, and a "gadget driver" for
184 Ethernet MAC address of the device-side (ie. local board's) MAC
191 Ethernet MAC address of the host-side (ie. remote device's) MAC
/rk3399_rockchip-uboot/drivers/usb/ulpi/
H A DKconfig7 Select ULPI viewport (SoC-side interface to ULPI) implementation
/rk3399_rockchip-uboot/board/freescale/t4qds/
H A DREADME11 Two “front side” banks dedicated to Ethernet
13 - Two PCI Express slots with side-band connector supporting
18 Two “back side” banks dedicated to other protocols
20 - Four PCI Express slots with side-band connector supporting
/rk3399_rockchip-uboot/doc/device-tree-bindings/spi/
H A Dsoft-spi.txt4 SPI bus. No SPI host is required for this to work. The down-side is that the
/rk3399_rockchip-uboot/board/wandboard/
H A DREADME34 - Insert the SD card into the slot located in the bottom of the board (same side
/rk3399_rockchip-uboot/drivers/usb/
H A DKconfig26 If your system has a device-side USB port, used in the peripheral
27 side of the USB protocol, see the "USB Gadget" framework instead.
/rk3399_rockchip-uboot/arch/x86/cpu/quark/
H A Dsmc.c2096 uint8_t side; /* LEFT/RIGHT side indicator (0=L, 1=R) */ in wr_train() local
2166 for (side = L; side <= R; side++) { in wr_train()
2167 mrc_post_code(0x08, 0x10 + side); in wr_train()
2178 set_wdq(ch, rk, bl, delay[side][ch][rk][bl]); in wr_train()
2207 if (side == L) in wr_train()
2219 delay[side][ch][rk][bl]); in wr_train()
2226 mrc_post_code(0xee, 0x80 + side); in wr_train()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Darmada-xp-gp.dts219 /* Front-side USB slot */
224 /* Back-side USB slot */
H A Darmada-xp-maxbcm.dts218 /* Front-side USB slot */
223 /* Back-side USB slot */
/rk3399_rockchip-uboot/board/freescale/mpc8569mds/
H A DREADME52 the sticker of the rear side of the board
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/rk3288/
H A DKconfig48 good RK3288 host environment. On the RK3288 side, there are 2 USB
/rk3399_rockchip-uboot/drivers/i2c/
H A DKconfig33 the other side of the Chrome OS EC to the I2C bus connected there.
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dsignature.txt49 openssl on the host side (e.g. mkimage), it is not desirable for U-Boot.
50 For the run-time verification side, it is important to keep code and data
/rk3399_rockchip-uboot/Licenses/
H A Dlgpl-2.1.txt334 Library side-by-side in a single library together with other library

12