Home
last modified time | relevance | path

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

123

/u-boot/arch/arm/mach-nexell/
A Dtieoff.c46 u32 position; in nx_tieoff_set() local
49 position = tieoff_index & 0xffff; in nx_tieoff_set()
52 regindex = position >> 5; in nx_tieoff_set()
54 lsb = position & 0x1F; in nx_tieoff_set()
82 u32 position; in nx_tieoff_get() local
85 position = tieoff_index & 0xffff; in nx_tieoff_get()
88 regindex = position / 32; in nx_tieoff_get()
89 lsb = position % 32; in nx_tieoff_get()
/u-boot/scripts/coccinelle/null/
A Dkmerr.cocci24 position p;
34 position p1 != withtest.p;
36 position any withtest.p;
49 position p1 != withtest.p;
50 position p2;
52 position any withtest.p;
A Dbadzero.cocci55 position p;
152 position p1;
153 position p2;
218 position p;
/u-boot/lib/zstd/
A Dfse_decompress.c109 U32 s, position = 0; in FSE_buildDTable_wksp() local
113 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_wksp()
114 position = (position + step) & tableMask; in FSE_buildDTable_wksp()
115 while (position > highThreshold) in FSE_buildDTable_wksp()
116 position = (position + step) & tableMask; /* lowprob area */ in FSE_buildDTable_wksp()
119 if (position != 0) in FSE_buildDTable_wksp()
/u-boot/scripts/coccinelle/iterators/
A Dlist_entry_update.cocci21 position p1,p2;
28 position r.p1,r.p2;
40 position r.p1,r.p2;
A Ditnull.cocci67 position p1,p2;
/u-boot/board/grinn/chiliboard/
A DREADME24 where 0 means bottom position and 1 means top position (from the
/u-boot/board/grinn/liteboard/
A DREADME24 where 0 means bottom position and 1 means top position (from the
/u-boot/doc/board/freescale/
A Dimxrt1020-evk.rst35 where 0 means bottom position and 1 means top position (from the
A Dimxrt1050-evk.rst35 where 0 means bottom position and 1 means top position (from the
A Dmx6ullevk.rst36 Where 0 means bottom position and 1 means top position (from the switch label
A Dmx6ul_14x14_evk.rst39 where 0 means bottom position and 1 means top position (from the
/u-boot/board/variscite/dart_6ul/
A DREADME20 Boot switch position: SW1 -> 0
34 Boot switch position: SW1 -> 0
/u-boot/board/myir/mys_6ulx/
A DREADME20 Boot switch position: SW1 -> 0
45 Boot switch position: SW1 -> 1
/u-boot/doc/board/tbs/
A Dtbs2910.rst35 When set to the "UPDATE" position, the SoC will use the "Boot From Fuses"
39 When set in the "BOOT" position, the SoC will use the "Internal boot"
47 Switching a position to ON sets the corresponding
54 Switch position Register
82 Switching a position to ON sets the corresponding
89 Switch position Register
/u-boot/drivers/mtd/
A Dmtdconcat.c879 uint64_t begin, position; in mtd_concat_create() local
899 begin = position = 0; in mtd_concat_create()
911 tmp64 = position - begin; in mtd_concat_create()
914 begin = position; in mtd_concat_create()
919 position += subdev[i]->size; in mtd_concat_create()
930 tmp64 = position - begin; in mtd_concat_create()
933 begin = position; in mtd_concat_create()
940 position += in mtd_concat_create()
949 tmp64 = position - begin; in mtd_concat_create()
/u-boot/board/warp7/
A DREADME25 position
61 Put warp7 board into normal boot mode (put the switch 2 in the lower position)
/u-boot/arch/arm/cpu/armv7/
A Dcache_v7_asm.S28 mov r3, r0, lsr #23 @ move LoC into position
46 clz r5, r4 @ find bit position of way size increment
99 mov r3, r0, lsr #23 @ move LoC into position
116 clz r5, r4 @ find bit position of way size increment
/u-boot/board/freescale/mpc8315erdb/
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.)
/u-boot/board/freescale/mpc8313erdb/
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.)
/u-boot/scripts/coccinelle/free/
A Difnullfree.cocci39 position p;
/u-boot/arch/arm/lib/
A Dvectors.S227 str lr, [r13] @ save caller lr in position 0 of saved stack
229 str lr, [r13, #4] @ save spsr in position 1 of saved stack
A Ddiv64.S64 @ The bit position is stored in ip.
144 @ If no bit position left then we are done.
/u-boot/scripts/coccinelle/misc/
A Dbadty.cocci56 position p;
/u-boot/scripts/coccinelle/api/alloc/
A Dalloc_cast.cocci77 position p;

Completed in 14 milliseconds

123