Home
last modified time | relevance | path

Searched refs:order (Results 1 – 25 of 154) sorted by relevance

1234567

/rk3399_rockchip-uboot/arch/arm/lib/
H A Dlib1funcs.S94 .macro ARM_DIV2_ORDER divisor, order argument
98 clz \order, \divisor
99 rsb \order, \order, #31
105 movhs \order, #16
106 movlo \order, #0
110 addhs \order, \order, #8
114 addhs \order, \order, #4
117 addhi \order, \order, #3
118 addls \order, \order, \divisor, lsr #1
125 .macro ARM_MOD_BODY dividend, divisor, order, spare
[all …]
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A Dchosen.txt45 u-boot,spl-boot-order property
53 If the SPL is configured through the device-tree, the boot-order can
54 be configured with the spl-boot-order property under the /chosen node.
56 in the order they are listed: references (i.e. implicit paths), a full
60 boot-order to direct U-Boot to insert the device the SPL was booted
66 boot-order (as there currently exists no mechanism to suppress
73 u-boot,spl-boot-order = "same-as-spl", &sdmmc, "/sdhci@fe330000";
/rk3399_rockchip-uboot/doc/
H A DREADME.nokia_rx5110 a kernel. In order to transparently boot the original kernel, it will be
17 stored ATAGs (see boot order).
28 Default boot order:
35 Boot from SD or eMMC in this order:
40 * 1.3 same order for 2. - 4. fat partition
51 * run sdboot - Boot from external SD card (see boot order)
52 * run emmcboot - Boot from internal eMMC memory (see boot order)
H A DREADME.imx2510 natural MAC byte order (i.e. MSB first).
H A DREADME.imx2710 reversed MAC byte order (i.e. LSB first).
H A DREADME.VLAN11 Note: In order to enable CDP support a small change is needed in the
H A DREADME.440-DDR-performance24 Each test below will take on the order of 112345 microseconds.
65 Each test below will take on the order of 120066 microseconds.
/rk3399_rockchip-uboot/board/varisys/cyrus/
H A DREADME5 They currently disable size optimization in order to avoid a relocation
11 In order to reflash u-boot, you must download u-boot.pbl, then write it
/rk3399_rockchip-uboot/tools/
H A Dmkimage.c43 int *order; in show_valid_options() local
49 order = calloc(count, sizeof(*order)); in show_valid_options()
50 if (!order) in show_valid_options()
55 order[item] = item; in show_valid_options()
57 qsort(order, count, sizeof(int), h_compare_category_name); in show_valid_options()
62 item = order[i]; in show_valid_options()
68 free(order); in show_valid_options()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Drk3506-evb-tb.dts11 u-boot,spl-boot-order = &spi_nand, &spi_nor, &mmc;
H A Drv1106b-evb2-spi-nand.dts16 u-boot,spl-boot-order = &spi_nand;
H A Drk3328-u-boot.dtsi14 u-boot,spl-boot-order = &sdmmc, &emmc;
/rk3399_rockchip-uboot/doc/device-tree-bindings/ram/
H A Dst,stm32-fmc.txt9 - st,sdram-control : parameters for sdram configuration, in this order:
18 - st,sdram-timing: timings for sdram, in this order:
/rk3399_rockchip-uboot/board/sunxi/
H A DREADME.nand10 In order to mitigate that, various strategies have been found to be
20 In order to accomodate that, we create a tool that will generate an
27 In order to flash your U-Boot image onto a board, assuming that the
/rk3399_rockchip-uboot/arch/xtensa/include/asm/
H A Dbyteorder.h80 # error processor byte order undefined!
/rk3399_rockchip-uboot/doc/device-tree-bindings/mailbox/
H A Dnvidia,tegra186-hsp.txt22 property. May contain the following entries, in any order:
29 in a matching order.
/rk3399_rockchip-uboot/board/renesas/alt/
H A DKconfig19 DIP switch of board in order to use this function.
/rk3399_rockchip-uboot/drivers/input/
H A Dinput.c335 static int sort_array_by_ordering(int *dest, int count, int *order, in sort_array_by_ordering() argument
349 if (array_search(temp, count, order[i]) != -1) in sort_array_by_ordering()
350 dest[dest_count++] = order[i]; in sort_array_by_ordering()
356 if (array_search(order, ocount, temp[i]) == -1) in sort_array_by_ordering()
/rk3399_rockchip-uboot/doc/device-tree-bindings/clock/
H A Drockchip,rk3288-dmc.txt53 -rockchip,pctl-timing: parameters for the SDRAM setup, in this order:
88 -rockchip,phy-timing: PHY timing information in this order:
94 will be set up the same. The parameters are in this order:
103 - rockchip,sdram-params: SDRAM base parameters, in this order:
/rk3399_rockchip-uboot/board/freescale/mx6sabreauto/
H A DREADME6 In order to build it:
29 In order to build it:
/rk3399_rockchip-uboot/board/pb1x00/
H A DREADME59 Original "laptop" byte order:
62 Dbau1000 byte order will then be:
/rk3399_rockchip-uboot/board/dbau1x00/
H A DREADME59 Original "laptop" byte order:
62 Dbau1000 byte order will then be:
/rk3399_rockchip-uboot/
H A D.gitignore17 *.order
/rk3399_rockchip-uboot/board/bachmann/ot1200/
H A DREADME19 In order to support different display resoltuions/sizes the OT1200 devices
/rk3399_rockchip-uboot/board/freescale/m5373evb/
H A DREADME33 - include/asm-m68k/byteorder.h Byte order functions
269 …ntries: 128 (order: 7, 512 bytes) Dentry cache hash table entries: 4096 (order: 2, 16384 bytes) In…
278 …tries: 1024 (order: 0, 4096 bytes) TCP established hash table entries: 1024 (order: 1, 8192 bytes)…

1234567