Searched refs:dic (Results 1 - 9 of 9) sorted by relevance

/u-boot/fs/erofs/
H A Dnamei.c17 struct erofs_inode_compact *dic; local
21 ret = erofs_dev_read(0, buf, inode_loc, sizeof(*dic));
25 dic = (struct erofs_inode_compact *)buf;
26 ifmt = le16_to_cpu(dic->i_format);
38 ret = erofs_dev_read(0, buf + sizeof(*dic),
39 inode_loc + sizeof(*dic),
40 sizeof(*die) - sizeof(*dic));
80 vi->xattr_isize = erofs_xattr_ibody_size(dic->i_xattr_icount);
81 vi->i_mode = le16_to_cpu(dic->i_mode);
87 vi->u.i_blkaddr = le32_to_cpu(dic
[all...]
/u-boot/lib/lzma/
H A DLzmaDec.h50 Byte *dic; member in struct:__anon1233
67 #define LzmaDec_Construct(p) { (p)->dic = 0; (p)->probs = 0; }
151 use data from CLzmaDec::dic and update CLzmaDec::dicPos
159 The decoding to internal dictionary buffer (CLzmaDec::dic).
H A DLzmaDec.c143 Byte *dic = p->dic; local
174 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc))));
185 unsigned matchByte = p->dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)];
201 dic[dicPos++] = (Byte)symbol;
228 dic[dicPos] = dic[(dicPos - rep0) + ((dicPos < rep0) ? dicBufSize : 0)];
400 Byte *dest = dic + dicPos;
414 dic[dicPos++] = dic[po
447 Byte *dic = p->dic; local
[all...]
/u-boot/drivers/ddr/marvell/a38x/
H A Dmv_ddr_topology.c354 unsigned int dic = tm->edata.mem_edata.dic; local
356 if (dic >= MV_DDR_DIC_RZQ_LAST) {
357 printf("error: %s: unsupported dic parameter found\n", __func__);
358 dic = PARAM_UNDEFINED;
361 return dic;
H A Dddr_topology_def.h79 enum mv_ddr_dic_evalue dic; member in struct:mv_ddr_mem_edata
H A Dmv_ddr4_mpr_pda_if.c47 u32 dic = 0; local
74 * dic to be taken fro the algorithm definition -
99 /* dic, 0x1904[2:1] */
101 val = g_rtt_nom | (0x0 << 11) | (0x0 << 3) | (dic << 1) | 0x1;
/u-boot/drivers/ddr/fsl/
H A Dctrl_regs.c1367 unsigned int dic = 0; /* Output driver impedance, 40ohm */ local
1400 dic = 1; /* output driver impedance 240/7 ohm */
1415 | ((dic & 0x3) << 1) /* DIC field is split */
1538 unsigned int dic = 0; /* Output driver impedance, 40ohm */ local
1571 dic = 1; /* output driver impedance 240/7 ohm */
1586 | ((dic & 0x2) << 4) /* DIC field is split */
1589 | ((dic & 0x1) << 1) /* DIC field is split */
/u-boot/arch/mips/mach-octeon/include/mach/
H A Docteon_ddr.h382 u8 dic; member in struct:dimm_odt_config
H A Dcvmx-lmcx-defs.h727 uint64_t dic:2; member in struct:cvmx_lmcx_ctl::cvmx_lmcx_ctl_s
749 uint64_t dic:2; member in struct:cvmx_lmcx_ctl::cvmx_lmcx_ctl_cn30xx
771 uint64_t dic:2; member in struct:cvmx_lmcx_ctl::cvmx_lmcx_ctl_cn38xx
794 uint64_t dic:2; member in struct:cvmx_lmcx_ctl::cvmx_lmcx_ctl_cn50xx
815 uint64_t dic:2; member in struct:cvmx_lmcx_ctl::cvmx_lmcx_ctl_cn52xx
839 uint64_t dic:2; member in struct:cvmx_lmcx_ctl::cvmx_lmcx_ctl_cn58xx

Completed in 263 milliseconds