| /u-boot/arch/arm/mach-imx/imx8/ |
| A D | ahab.c | 174 static void display_life_cycle(u16 lc) in display_life_cycle() argument 176 printf("Lifecycle: 0x%04X, ", lc); in display_life_cycle() 177 switch (lc) { in display_life_cycle() 263 u16 lc; in do_ahab_status() local 265 err = sc_seco_chip_info(-1, &lc, NULL, NULL, NULL); in do_ahab_status() 271 display_life_cycle(lc); in do_ahab_status() 309 u16 lc; in do_ahab_close() local 314 err = sc_seco_chip_info(-1, &lc, NULL, NULL, NULL); in do_ahab_close() 320 if (lc != 0x20) { in do_ahab_close() 322 display_life_cycle(lc); in do_ahab_close()
|
| /u-boot/arch/arm/mach-imx/ |
| A D | ele_ahab.c | 418 printf("Lifecycle: 0x%08X, ", lc); in display_life_cycle() 419 switch (lc) { in display_life_cycle() 474 u32 lc; in do_ahab_close() local 479 lc = readl(FSB_BASE_ADDR + 0x41c); in do_ahab_close() 480 lc &= 0x3ff; in do_ahab_close() 482 if (lc != 0x8) { in do_ahab_close() 484 display_life_cycle(lc); in do_ahab_close() 540 u32 lc, i; in do_ahab_status() local 545 lc = readl(FSB_BASE_ADDR + 0x41c); in do_ahab_status() 546 lc &= 0x3ff; in do_ahab_status() [all …]
|
| /u-boot/lib/zlib/ |
| A D | trees.c | 1027 int ZLIB_INTERNAL _tr_tally (s, dist, lc) in _tr_tally() argument 1034 s->sym_buf[s->sym_next++] = lc; 1037 s->dyn_ltree[lc].Freq++; 1043 (ush)lc <= (ush)(MAX_MATCH-MIN_MATCH) && 1046 s->dyn_ltree[_length_code[lc]+LITERALS+1].Freq++; 1061 int lc; /* match length or unmatched char (if dist == 0) */ local 1069 lc = s->sym_buf[sx++]; 1071 send_code(s, lc, ltree); /* send a literal byte */ 1072 Tracecv(isgraph(lc), (stderr," '%c' ", lc)); 1075 code = _length_code[lc]; [all …]
|
| A D | deflate.h | 289 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
|
| /u-boot/lib/lzma/ |
| A D | LzmaDec.c | 113 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp))) 142 unsigned lc = p->prop.lc; in LzmaDec_DecodeReal() local 172 prob += (LZMA_LIT_SIZE * (((processedPos & lpMask) << lc) + in LzmaDec_DecodeReal() 173 (dic[(dicPos == 0 ? dicBufSize : dicPos) - 1] >> (8 - lc)))); in LzmaDec_DecodeReal() 538 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) + in LzmaDec_TryDummy() 539 (p->dic[(p->dicPos == 0 ? p->dicBufSize : p->dicPos) - 1] >> (8 - p->prop.lc)))); in LzmaDec_TryDummy() 735 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal() 942 p->lc = d % 9; in LzmaProps_Decode()
|
| A D | LzmaDec.h | 26 unsigned lc, lp, pb; member
|
| A D | lzma.txt | 200 -lc{N}: set number of literal context bits - [0, 8], default: 3 201 Sometimes lc=4 gives gain for big files. 304 0 1 Special LZMA properties (lc,lp, pb in encoded form) 330 state_size = (4 + (1.5 << (lc + lp))) KB 331 by default (lc=3, lp=0), state_size = 16 KB.
|
| /u-boot/scripts/ |
| A D | checkpatch.pl | 1988 my ($linenr, $lc) = @_; 6441 my $lc = $stat =~ tr@\n@@; 6442 $lc = $lc + $linenr; 6859 my $lc = $stat =~ tr@\n@@; 6860 $lc = $lc + $linenr; 7011 my $lc = $stat =~ tr@\n@@; 7012 $lc = $lc + $linenr; 7022 my $lc = $stat =~ tr@\n@@; 7023 $lc = $lc + $linenr; 7481 my $lc = $stat =~ tr@\n@@; [all …]
|
| /u-boot/arch/arm/include/asm/mach-imx/ |
| A D | s400_api.h | 125 u32 lc; member
|
| /u-boot/include/firmware/imx/sci/ |
| A D | sci.h | 124 int sc_seco_chip_info(sc_ipc_t ipc, u16 *lc, u16 *monotonic, u32 *uid_l, 330 static inline int sc_seco_chip_info(sc_ipc_t ipc, u16 *lc, u16 *monotonic, u32 *uid_l, u32 *uid_h) in sc_seco_chip_info() argument
|
| /u-boot/ |
| A D | .azure-pipelines.yml | 25 %CD:~0,2%\msys64\usr\bin\bash -lc " " 26 %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu" 27 %CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm -Syuu" 30 …%CD:~0,2%\msys64\usr\bin\bash -lc "pacman --noconfirm --needed -Sy make gcc bison flex diffutils o… 34 %CD:~0,2%\msys64\usr\bin\bash -lc "bash build-tools.sh"
|
| /u-boot/drivers/i2c/ |
| A D | mvtwsi.c | 256 inline uint mvtwsi_error(uint ec, uint lc, uint ls, uint es) in mvtwsi_error() argument 259 | ((lc << 16) & 0x00FF0000) in mvtwsi_error()
|
| /u-boot/doc/develop/ |
| A D | printf.rst | 139 %lc
|
| /u-boot/arch/arm/include/asm/arch-octeontx2/csrs/ |
| A D | csrs-npc.h | 195 u64 lc : 12; member 230 u64 lc : 20; member
|
| /u-boot/drivers/misc/imx8/ |
| A D | scu_api.c | 925 int sc_seco_chip_info(sc_ipc_t ipc, u16 *lc, u16 *monotonic, u32 *uid_l, in sc_seco_chip_info() argument 948 if (lc) in sc_seco_chip_info() 949 *lc = RPC_U16(&msg, 8U); in sc_seco_chip_info()
|
| /u-boot/arch/arm/mach-imx/imx8ulp/ |
| A D | soc.c | 76 gd->arch.lifecycle = info->lc; in set_cpu_info()
|
| /u-boot/arch/arm/mach-imx/imx9/ |
| A D | soc.c | 157 gd->arch.lifecycle = info->lc; in set_cpu_info()
|
| /u-boot/arch/arm/dts/ |
| A D | tegra20-tamonten.dtsi | 221 nvidia,pins = "lc", "ls";
|
| A D | tegra20-paz00.dts | 267 nvidia,pins = "lc", "ls";
|
| A D | tegra20-ventana.dts | 276 nvidia,pins = "lc", "ls";
|
| A D | tegra20-harmony.dts | 271 nvidia,pins = "lc", "ls";
|
| A D | tegra20-seaboard.dts | 289 nvidia,pins = "lc", "ls";
|