Home
last modified time | relevance | path

Searched refs:position (Results 1 – 25 of 34) sorted by relevance

12

/rk3399_rockchip-uboot/board/grinn/chiliboard/
H A DREADME24 where 0 means bottom position and 1 means top position (from the
/rk3399_rockchip-uboot/board/grinn/liteboard/
H A DREADME24 where 0 means bottom position and 1 means top position (from the
/rk3399_rockchip-uboot/board/freescale/mx6ul_14x14_evk/
H A DREADME25 where 0 means bottom position and 1 means top position (from the
/rk3399_rockchip-uboot/doc/
H A DREADME.LED_display16 DISPLAY_HOME -- set the position to the beginning of display
21 current position. Returns the displayed character on success or -1 in
H A DREADME.NDS3224 - PC relative jump and PC read instructions for efficient position independent
H A DREADME.sha129 a) cp the new Image on a position in RAM (here 0x300000)
/rk3399_rockchip-uboot/board/freescale/mx6ullevk/
H A DREADME25 Where 0 means bottom position and 1 means top position (from the switch label
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtdconcat.c877 uint64_t begin, position; in mtd_concat_create() local
897 begin = position = 0; in mtd_concat_create()
909 tmp64 = position - begin; in mtd_concat_create()
912 begin = position; in mtd_concat_create()
917 position += subdev[i]->size; in mtd_concat_create()
928 tmp64 = position - begin; in mtd_concat_create()
931 begin = position; in mtd_concat_create()
938 position += in mtd_concat_create()
947 tmp64 = position - begin; in mtd_concat_create()
/rk3399_rockchip-uboot/board/warp7/
H A DREADME25 position
61 Put warp7 board into normal boot mode (put the switch 2 in the lower position)
/rk3399_rockchip-uboot/arch/arm/cpu/armv7/
H A Dcache_v7_asm.S30 mov r3, r0, lsr #23 @ move LoC into position
48 clz r5, r4 @ find bit position of way size increment
104 mov r3, r0, lsr #23 @ move LoC into position
121 clz r5, r4 @ find bit position of way size increment
H A Dpsci.S213 clz r5, r4 @ find bit position of way size increment
/rk3399_rockchip-uboot/board/freescale/mpc8315erdb/
H A DREADME16 (where the '*' indicates the position of the tab of the switch.)
26 (where the '*' indicates the position of the tab of the switch.)
/rk3399_rockchip-uboot/board/freescale/mpc8313erdb/
H A DREADME16 (where the '*' indicates the position of the tab of the switch.)
26 (where the '*' indicates the position of the tab of the switch.)
/rk3399_rockchip-uboot/arch/arm/lib/
H A Dvectors.S237 str lr, [r13] @ save caller lr in position 0 of saved stack
239 str lr, [r13, #4] @ save spsr in position 1 of saved stack
H A Ddiv64.S65 @ The bit position is stored in ip.
145 @ If no bit position left then we are done.
/rk3399_rockchip-uboot/tools/binman/
H A DREADME241 specify the start position of an entry using the 'pos' property.
250 This sets the position of an entry within the image. The first byte
251 of the image is normally at position 0. If 'pos' is not provided,
256 This sets the alignment of the entry. The entry position is adjusted
364 8MB ROM, the position of the first entry would be 0xfff80000 with
400 provide the position and size for other entries. The default implementation
403 3. PackEntries() - calls Entry.Pack() which figures out the position and
404 size of an entry. The 'current' image position is passed in, and the function
405 returns the position immediately after the entry being packed. The default
419 stage the position and size of entries should not be adjusted.
[all …]
/rk3399_rockchip-uboot/scripts/
H A Dfit-unpack.sh63 OFFS=`fdtget -ti ${ITB} ${NODE} data-position`
/rk3399_rockchip-uboot/board/buffalo/lsxl/
H A DREADME79 The power-on switch is a software switch. If it is not in ON position when
81 and stop the fan. Then it loops until the switch is in ON position again,
/rk3399_rockchip-uboot/doc/device-tree-bindings/
H A Dchosen.txt59 A special specifier "same-as-spl" can be used at any position in the
/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyaffsfs.c76 loff_t position; /* current position in file */ member
974 fd->position = 0; in yaffs_open_sharing()
1103 startPos = fd->position; in yaffsfs_do_read()
1164 fd->position = startPos + totalRead; in yaffsfs_do_read()
1226 startPos = fd->position; in yaffsfs_do_write()
1283 fd->position = startPos + totalWritten; in yaffsfs_do_write()
1397 if ((fd->position + offset) >= 0) in yaffs_lseek()
1398 pos = (fd->position + offset); in yaffs_lseek()
1406 fd->position = pos; in yaffs_lseek()
/rk3399_rockchip-uboot/arch/arm/dts/
H A Dimx6ull-14x14-evk.dts154 position = <2>;
160 position = <0>;
H A Ddra72-evm-common.dtsi406 /* SW5-3 in ON position */
/rk3399_rockchip-uboot/doc/uImage.FIT/
H A Dsource_file_format.txt289 The 'data-offset' property can be substituted with 'data-position', which
290 defines an absolute position or address as the offset. This is helpful when
292 mkimage to enable 'data-position'.
/rk3399_rockchip-uboot/board/boundary/nitrogen6x/
H A DREADME.mx6qsabrelite34 the board). Make sure SW1 switch is at position "00", so that it can boot
/rk3399_rockchip-uboot/doc/driver-model/
H A Dpci-info.txt123 This means that there is a 'sandbox,swap-case' driver at that bus position.

12