Searched refs:buf_offset (Results 1 - 5 of 5) sorted by relevance

/u-boot/common/spl/
H A Dspl_ymodem.c42 int res, err, buf_offset; local
58 buf_offset = (info->image_read % BUF_SIZE);
60 buf_offset = BUF_SIZE;
63 memcpy(addr, &buf[buf_offset - res], copy_size);
66 memcpy(addr, &buf[buf_offset - res], res);
/u-boot/drivers/mtd/nand/raw/
H A Dvf610_nfc.c159 uint buf_offset; member in struct:vf610_nfc
362 nfc->buf_offset = max(column, 0);
369 nfc->buf_offset = 0;
428 nfc->buf_offset = 0;
453 uint c = nfc->buf_offset;
461 nfc->buf_offset += len;
469 uint c = nfc->buf_offset;
476 nfc->buf_offset += l;
484 uint c = nfc->buf_offset;
496 c = nfc->buf_offset
[all...]
H A Dmxs_nand.c466 uint32_t buf_offset = geo->block_mark_byte_offset; local
477 src = data_buf[buf_offset] >> bit_offset;
478 src |= data_buf[buf_offset + 1] << (8 - bit_offset);
484 data_buf[buf_offset] &= ~(0xff << bit_offset);
485 data_buf[buf_offset + 1] &= 0xff << bit_offset;
487 data_buf[buf_offset] |= dst << bit_offset;
488 data_buf[buf_offset + 1] |= dst >> (8 - bit_offset);
/u-boot/arch/arm/include/asm/arch-octeontx2/csrs/
H A Dcsrs-npa.h289 u64 buf_offset : 12; member in struct:npa_pool_s::npa_pool_s_s
/u-boot/arch/mips/mach-octeon/include/mach/
H A Dcvmx-fpa-defs.h1308 u64 buf_offset : 15; member in struct:cvmx_fpa_poolx_cfg::cvmx_fpa_poolx_cfg_s

Completed in 98 milliseconds