/u-boot/arch/arm/mach-nexell/ |
A D | tieoff.c | 46 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 D | kmerr.cocci | 24 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 D | badzero.cocci | 55 position p; 152 position p1; 153 position p2; 218 position p;
|
/u-boot/lib/zstd/ |
A D | fse_decompress.c | 109 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 D | list_entry_update.cocci | 21 position p1,p2; 28 position r.p1,r.p2; 40 position r.p1,r.p2;
|
A D | itnull.cocci | 67 position p1,p2;
|
/u-boot/board/grinn/chiliboard/ |
A D | README | 24 where 0 means bottom position and 1 means top position (from the
|
/u-boot/board/grinn/liteboard/ |
A D | README | 24 where 0 means bottom position and 1 means top position (from the
|
/u-boot/doc/board/freescale/ |
A D | imxrt1020-evk.rst | 35 where 0 means bottom position and 1 means top position (from the
|
A D | imxrt1050-evk.rst | 35 where 0 means bottom position and 1 means top position (from the
|
A D | mx6ullevk.rst | 36 Where 0 means bottom position and 1 means top position (from the switch label
|
A D | mx6ul_14x14_evk.rst | 39 where 0 means bottom position and 1 means top position (from the
|
/u-boot/board/variscite/dart_6ul/ |
A D | README | 20 Boot switch position: SW1 -> 0 34 Boot switch position: SW1 -> 0
|
/u-boot/board/myir/mys_6ulx/ |
A D | README | 20 Boot switch position: SW1 -> 0 45 Boot switch position: SW1 -> 1
|
/u-boot/doc/board/tbs/ |
A D | tbs2910.rst | 35 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 D | mtdconcat.c | 879 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 D | README | 25 position 61 Put warp7 board into normal boot mode (put the switch 2 in the lower position)
|
/u-boot/arch/arm/cpu/armv7/ |
A D | cache_v7_asm.S | 28 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 D | README | 16 (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 D | README | 16 (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 D | ifnullfree.cocci | 39 position p;
|
/u-boot/arch/arm/lib/ |
A D | vectors.S | 227 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 D | div64.S | 64 @ The bit position is stored in ip. 144 @ If no bit position left then we are done.
|
/u-boot/scripts/coccinelle/misc/ |
A D | badty.cocci | 56 position p;
|
/u-boot/scripts/coccinelle/api/alloc/ |
A D | alloc_cast.cocci | 77 position p;
|