Searched refs:position (Results 1 - 11 of 11) sorted by relevance

/u-boot/arch/arm/mach-nexell/
H A Dtieoff.c46 u32 position; local
49 position = tieoff_index & 0xffff;
52 regindex = position >> 5;
54 lsb = position & 0x1F;
82 u32 position; local
85 position = tieoff_index & 0xffff;
88 regindex = position / 32;
89 lsb = position % 32;
/u-boot/lib/zstd/common/
H A Dfse_decompress.c136 size_t position = 0; local
143 size_t const uPosition = (position + (u * step)) & tableMask;
146 position = (position + (unroll * step)) & tableMask;
148 assert(position == 0);
153 U32 s, position = 0; local
157 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s;
158 position = (position + step) & tableMask;
159 while (position > highThreshol
[all...]
/u-boot/drivers/crypto/nuvoton/
H A Dnpcm_sha.c87 static void SHA_SetBlock_l(const u8 *data, u32 len, u16 position, u32 *block);
88 static void SHA_ClearBlock_l(u16 len, u16 position, u32 *block);
809 /* position - byte offset into the block at which data */
816 static void SHA_SetBlock_l(const u8 *data, u32 len, u16 position, u32 *block) argument
820 memcpy(dest + position, data, len);
828 /* position - byte offset into the block at which data */
835 static void SHA_ClearBlock_l(u16 len, u16 position, u32 *block) argument
839 memset(dest + position, 0, len);
/u-boot/arch/arm/cpu/armv7/
H 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
H A Dpsci.S192 clz r5, r4 @ find bit position of way size increment
/u-boot/drivers/mtd/
H A Dmtdconcat.c869 uint64_t begin, position; local
889 begin = position = 0;
901 tmp64 = position - begin;
904 begin = position;
909 position += subdev[i]->size;
920 tmp64 = position - begin;
923 begin = position;
930 position +=
939 tmp64 = position - begin;
/u-boot/arch/arm/lib/
H A Dvectors.S251 str lr, [r13] @ save caller lr in position 0 of saved stack
253 str lr, [r13, #4] @ save spsr in position 1 of saved stack
265 str lr, [r0] @ save caller lr in position 0 of saved stack
267 str lr, [r0, #4] @ save spsr in position 1 of saved stack
H A Ddiv64.S64 @ The bit position is stored in ip.
144 @ If no bit position left then we are done.
/u-boot/lib/zstd/decompress/
H A Dzstd_decompress_block.c519 size_t position = 0; local
526 size_t const uPosition = (position + (u * step)) & tableMask;
529 position = (position + (unroll * step)) & tableMask;
531 assert(position == 0);
536 U32 s, position = 0; local
541 tableDecode[position].baseValue = s;
542 position = (position + step) & tableMask;
543 while (position > highThreshol
[all...]
/u-boot/fs/yaffs2/
H A Dyaffsfs.c77 loff_t position; /* current position in file */ member in struct:yaffsfs_FileDes
975 fd->position = 0;
1104 startPos = fd->position;
1165 fd->position = startPos + totalRead;
1227 startPos = fd->position;
1284 fd->position = startPos + totalWritten;
1398 if ((fd->position + offset) >= 0)
1399 pos = (fd->position + offset);
1407 fd->position
[all...]
/u-boot/scripts/
H A Dcheckpatch.pl93 --showfile emit diffed file position, not input file position

Completed in 105 milliseconds