Home
last modified time | relevance | path

Searched refs:user (Results 1 – 25 of 93) sorted by relevance

1234

/rk3399_rockchip-uboot/include/
H A Dgeneric-phy.h287 int generic_phy_get_by_index(struct udevice *user, int index,
315 int generic_phy_get_by_name(struct udevice *user, const char *phy_name,
358 static inline int generic_phy_get_by_index(struct udevice *user, int index, in generic_phy_get_by_index() argument
364 static inline int generic_phy_get_by_name(struct udevice *user, const char *phy_name, in generic_phy_get_by_name() argument
/rk3399_rockchip-uboot/cmd/
H A Dini.c118 int (*handler)(void *, char *, char *, char *), void *user) in ini_parse() argument
152 if (!handler(user, section, prev_name, start) && !error) in ini_parse()
191 if (!handler(user, section, name, value) && in ini_parse()
203 static int ini_handler(void *user, char *section, char *name, char *value) in ini_handler() argument
205 char *requested_section = (char *)user; in ini_handler()
H A Dmmc.c659 memset(&pconf->user, 0, sizeof(pconf->user)); in parse_hwpart_user()
665 pconf->user.enh_start = in parse_hwpart_user()
667 pconf->user.enh_size = in parse_hwpart_user()
673 pconf->user.wr_rel_change = 1; in parse_hwpart_user()
675 pconf->user.wr_rel_set = 1; in parse_hwpart_user()
677 pconf->user.wr_rel_set = 0; in parse_hwpart_user()
768 if (pconf.user.enh_size) { in do_mmc_hwpartition()
770 print_size(((u64)pconf.user.enh_start) << 9, "\n"); in do_mmc_hwpartition()
772 print_size(((u64)pconf.user.enh_size) << 9, "\n"); in do_mmc_hwpartition()
776 if (pconf.user.wr_rel_change) in do_mmc_hwpartition()
[all …]
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dhi3798cv200-poplar.dts36 user-led0 {
43 user-led1 {
50 user-led2 {
57 user-led3 {
/rk3399_rockchip-uboot/doc/mvebu/cmd/
H A Dbubt.txt38 - The eMMC has 2 boot partitions (BOOT0 and BOOT1) and a user data partition (DATA).
40 Number 0 is used for user data partition and should not be utilized for storing
47 The eMMC has 2 boot partitions (BOOT0 and BOOT1) and a user data partition (DATA).
49 Number 0 is used for user data partition and should not be utilized for storing
/rk3399_rockchip-uboot/doc/
H A DREADME.ublimage55 ENTRY Entry point address for the user
61 PAGES Number of pages (size of user bootloader
66 START_BLOCK Block number where user bootloader is present
70 START_PAGE Page number where user bootloader is present
133 Once the user-specified start-up conditions are set, the RBL copies the
H A DREADME.mxs148 The rest of partitions in the DOS partition table can be used by the user.
184 NOTE: If the user needs to adjust the start sector, the "mxsboot" tool contains
253 There is a slight possibility of the user wanting to adjust the
258 user changes STRIDE by blowing fuses, the user also has to change
259 "update_nand_stride" variable. In case the user changes COUNT by
260 blowing fuses, the user also has to change "update_nand_count"
263 In case the user needs to boot a firmware image bigger than 1Mb, the
264 user has to adjust the "update_nand_firmware_maxsz" variable for the
H A DREADME.sched23 - The scheduler is NOT transparent to the user. The user
H A DREADME.iomux24 A user can use a comma-separated list of devices to set stdin, stdout
48 Thus, a user can type into any device registered for stdin. No effort
56 Thus, a user can see the ouput for any device registered for stdout
H A DREADME.ubi40 3: user 0x01ac0000 0x00440000 0
48 mtdparts: mtdparts=1fc000000.nor_flash:2m(kernel),256k(dtb),2m(root),27392k(user),512k(env),512k(u-…
67 UBI: number of user volumes: 1
134 UBI: number of user volumes: 1
H A DREADME.440-DDR-performance47 ttcp-t: 0.0user 0.1sys 0:00real 60% 0i+0d 0maxrss 0+2pf 3+1506csw
87 ttcp-t: 0.0user 0.0sys 0:00real 46% 0i+0d 0maxrss 0+2pf 120+1csw
H A DREADME.menu63 * menu_get_choice() - Returns the user's selected menu entry, or the
81 This example creates a menu that always prompts, and allows the user
H A DREADME.autoboot26 the real application (such as Linux) without a user having to enter
33 console serial port, say because a user who knows nothing about
103 arguments. It is the responsibility of the user to select only
H A DREADME.multi-dtb-fit59 | LZO (user defined area) | 125927 | 622 | 1.403 | 0.014 |
60 | GZIP (user defined area) | 133880 | 8575 | 1.421 | 0.032 |
H A DREADME.N121316 - User and super-user mode support.
H A DREADME.fsl_iim38 immediately, but this does not make any difference for a user reading
H A DREADME.davinci91 is done by a UBL(user boot loader). The UBL is written to a NAND/NOR/SPI flash
110 The DA850 EVM allows the user to specify the maximum cpu clock allowed by the
H A DREADME.pxe122 prompt <flag> - if 1, always prompt the user to enter a label to boot
123 from. if 0, only prompt the user if timeout expires.
125 timeout <num> - wait for user input for <num>/10 seconds before
203 'pxe boot' will wait for user input for 5 seconds before booting
/rk3399_rockchip-uboot/doc/device-tree-bindings/pwm/
H A Dpwm.txt4 1) PWM user nodes
20 property is given, the name of the user node will be used as fallback.
/rk3399_rockchip-uboot/Licenses/
H A Dibm-pibs.txt8 Any user of this software should understand that IBM cannot provide
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dvectors.S192 @ carve out a frame on current user stack
194 stmia sp, {r0 - r12} @ Save user registers (now in svc mode) r0-r12
/rk3399_rockchip-uboot/doc/device-tree-bindings/gpio/
H A Dgpio-samsung.txt10 should be the following with values derived from the SoC user manual.
/rk3399_rockchip-uboot/arch/arm/mach-zynq/
H A Du-boot.lds121 * Zynq needs to discard these sections because the user
/rk3399_rockchip-uboot/arch/powerpc/include/asm/
H A Dmmu.h454 #define FSL_BOOKE_MAS3(rpn, user, perms) \ argument
455 (((rpn) & MAS3_RPN) | (user) | (perms))
/rk3399_rockchip-uboot/board/lego/ev3/
H A DREADME19 reserved for user data.

1234