Searched refs:le64_to_cpu (Results 1 - 25 of 40) sorted by relevance

12

/u-boot/arch/arm/lib/
H A Dimage.c58 image_size = le64_to_cpu(ih->image_size);
59 text_offset = le64_to_cpu(ih->text_offset);
70 if (!force_reloc && (le64_to_cpu(ih->flags) & BIT(3)))
/u-boot/disk/
H A Dpart_efi.c100 if (le64_to_cpu(gpt_h->signature) != GPT_HEADER_SIGNATURE_UBOOT) {
103 le64_to_cpu(gpt_h->signature),
127 if (le64_to_cpu(gpt_h->my_lba) != lba) {
129 le64_to_cpu(gpt_h->my_lba), lba);
137 if (le64_to_cpu(gpt_h->first_usable_lba) > lastlba) {
139 le64_to_cpu(gpt_h->first_usable_lba), lastlba);
142 if (le64_to_cpu(gpt_h->last_usable_lba) > lastlba) {
144 le64_to_cpu(gpt_h->last_usable_lba), lastlba);
149 LBAF "\n", le64_to_cpu(gpt_h->first_usable_lba),
150 le64_to_cpu(gpt_
[all...]
/u-boot/fs/erofs/
H A Dsuper.c99 sbi.packed_nid = le64_to_cpu(dsb->packed_nid);
100 sbi.inos = le64_to_cpu(dsb->inos);
103 sbi.build_time = le64_to_cpu(dsb->build_time);
H A Dnamei.c71 vi->i_mtime = le64_to_cpu(die->i_mtime);
72 vi->i_mtime_nsec = le64_to_cpu(die->i_mtime_nsec);
73 vi->i_size = le64_to_cpu(die->i_size);
218 nd->nid = le64_to_cpu(de->nid);
/u-boot/fs/ubifs/
H A Dmaster.c274 c->max_sqnum = le64_to_cpu(c->mst_node->ch.sqnum);
275 c->highest_inum = le64_to_cpu(c->mst_node->highest_inum);
276 c->cmt_no = le64_to_cpu(c->mst_node->cmt_no);
284 c->bi.old_idx_sz = le64_to_cpu(c->mst_node->index_size);
297 c->lst.total_free = le64_to_cpu(c->mst_node->total_free);
298 c->lst.total_dirty = le64_to_cpu(c->mst_node->total_dirty);
299 c->lst.total_used = le64_to_cpu(c->mst_node->total_used);
300 c->lst.total_dead = le64_to_cpu(c->mst_node->total_dead);
301 c->lst.total_dark = le64_to_cpu(c->mst_node->total_dark);
H A Ddebug.c232 (unsigned long long)le64_to_cpu(ch->sqnum));
353 (unsigned long long)le64_to_cpu(sup->max_bud_bytes));
363 (unsigned long long)le64_to_cpu(sup->rp_size));
376 (unsigned long long)le64_to_cpu(mst->highest_inum));
378 (unsigned long long)le64_to_cpu(mst->cmt_no));
388 (unsigned long long)le64_to_cpu(mst->index_size));
402 (unsigned long long)le64_to_cpu(mst->total_free));
404 (unsigned long long)le64_to_cpu(mst->total_dirty));
406 (unsigned long long)le64_to_cpu(mst->total_used));
408 (unsigned long long)le64_to_cpu(ms
[all...]
H A Dreplay.c455 le64_to_cpu(dent->inum) > MAX_INUM) {
598 loff_t new_size = le64_to_cpu(ino->size);
631 !le64_to_cpu(dent->inum), &used);
637 loff_t old_size = le64_to_cpu(trun->old_size);
638 loff_t new_size = le64_to_cpu(trun->new_size);
863 if (le64_to_cpu(node->cmt_no) != c->cmt_no) {
866 (unsigned long long)le64_to_cpu(node->cmt_no),
871 c->cs_sqnum = le64_to_cpu(node->ch.sqnum);
H A Dubifs.c336 dent->name, (unsigned long long)le64_to_cpu(dent->inum),
339 ubifs_assert(le64_to_cpu(dent->ch.sqnum) > ubifs_inode(dir)->creat_sqnum);
344 le64_to_cpu(dent->inum), dent->type);
420 dent->name, (unsigned long long)le64_to_cpu(dent->inum),
423 ubifs_assert(le64_to_cpu(dent->ch.sqnum) > ubifs_inode(dir)->creat_sqnum);
429 *inum = le64_to_cpu(dent->inum);
686 ubifs_assert(le64_to_cpu(dn->ch.sqnum) > ubifs_inode(inode)->creat_sqnum);
H A Drecovery.c345 c->max_sqnum = le64_to_cpu(mst->ch.sqnum) - 1;
835 if (le64_to_cpu(cs_node->cmt_no) != c->cmt_no) {
837 (unsigned long long)le64_to_cpu(cs_node->cmt_no),
841 *cs_sqnum = le64_to_cpu(cs_node->ch.sqnum);
1440 i_size = le64_to_cpu(ino->size);
1510 e->i_size = le64_to_cpu(ino->size);
H A Dorphan.c572 cmt_no = le64_to_cpu(orph->cmt_no) & LLONG_MAX;
605 inum = le64_to_cpu(orph->inos[i]);
617 if (le64_to_cpu(orph->cmt_no) & (1ULL << 63)) {
861 inum = le64_to_cpu(orph->inos[i]);
H A Dscan.c199 snod->sqnum = le64_to_cpu(ch->sqnum);
/u-boot/include/linux/byteorder/
H A Dgeneric.h87 #define le64_to_cpu __le64_to_cpu macro
156 *var = cpu_to_le64(le64_to_cpu(*var) + val);
/u-boot/arch/mips/include/asm/mach-generic/
H A Dmangle-port.h33 # define ioswabq(a, x) le64_to_cpu(x)
/u-boot/arch/mips/mach-octeon/include/
H A Dmangle-port.h53 # define ioswabq(a, x) (__should_swizzle_bits(a) ? le64_to_cpu(x) : x)
/u-boot/board/atmel/common/
H A Dmac-spi-nor.c87 eui_table[i] = le64_to_cpu(p[i]);
/u-boot/tools/
H A Drelocate-rela.c161 text_base = le64_to_cpu(header.e_entry);
162 section_header_base = le64_to_cpu(header.e_shoff);
193 sh_size = le64_to_cpu(sh_table[sh_index].sh_size);
208 sh_offset = le64_to_cpu(sh_table[sh_index].sh_offset);
235 sh_addr = le64_to_cpu(sh_table[i].sh_addr);
236 sh_offset = le64_to_cpu(sh_table[i].sh_offset);
237 sh_size = le64_to_cpu(sh_table[i].sh_size);
483 swrela.r_offset = le64_to_cpu(rela.r_offset);
484 swrela.r_info = le64_to_cpu(rela.r_info);
485 swrela.r_addend = le64_to_cpu(rel
[all...]
H A Dzynqmpbif.c556 shdr = (void *)(elf + le64_to_cpu(ehdr->e_shoff));
559 for (i = 0; i < le64_to_cpu(ehdr->e_shnum); i++, shdr++) {
565 if (le64_to_cpu(shdr->sh_addr) < min_addr)
566 min_addr = le64_to_cpu(shdr->sh_addr);
567 if ((le64_to_cpu(shdr->sh_addr) + le64_to_cpu(shdr->sh_size)) >
569 max_addr = le64_to_cpu(shdr->sh_addr) +
570 le64_to_cpu(shdr->sh_size);
579 shdr = (void *)(elf + le64_to_cpu(ehdr->e_shoff));
580 for (i = 0; i < le64_to_cpu(ehd
[all...]
H A Dzynqmpimage.c221 (unsigned long long)le64_to_cpu(ph->load_address));
224 (unsigned long long)le64_to_cpu(ph->entry_point));
/u-boot/include/
H A Dcompiler.h103 # define le64_to_cpu(x) (x) macro
116 # define le64_to_cpu(x) uswap_64(x) macro
H A Dzfs_common.h50 : le64_to_cpu(x))
/u-boot/drivers/net/fsl-mc/dpio/
H A Ddpio.c231 attr->qbman_portal_ce_offset = le64_to_cpu(rsp_params->qbman_portal_ce_offset);
232 attr->qbman_portal_ci_offset = le64_to_cpu(rsp_params->qbman_portal_ci_offset);
/u-boot/include/asm-generic/
H A Dunaligned.h32 return le64_to_cpu(__get_unaligned_t(__le64, p));
/u-boot/drivers/net/fsl-mc/
H A Ddpni.c492 state->options = le64_to_cpu(rsp_params->options);
493 state->supported = le64_to_cpu(rsp_params->supported);
494 state->advertising = le64_to_cpu(rsp_params->advertising);
666 queue->flc.value = le64_to_cpu(rsp_params->flc);
667 queue->user_context = le64_to_cpu(rsp_params->user_context);
760 stat->raw.counter[i] = le64_to_cpu(rsp_params->counter[i]);
H A Ddpmac.c209 *counter = le64_to_cpu(dpmac_rsp->counter);
/u-boot/fs/btrfs/
H A Dconv-funcs.h94 __u64: le64_to_cpu, \

Completed in 423 milliseconds

12