Home
last modified time | relevance | path

Searched refs:lp (Results 1 – 25 of 37) sorted by relevance

12

/u-boot/drivers/net/
A Dpcnet.c259 addr = pcnet_virt_to_mem(lp, lp->rx_buf[i]); in pcnet_init_common()
353 lp->name, lp->cur_tx, status); in pcnet_send_common()
386 entry = &lp->uc->rx_ring[lp->cur_rx]; in pcnet_recv_common()
396 printf("%s: Rx%d", lp->name, lp->cur_rx); in pcnet_recv_common()
414 lp->name, lp->cur_rx, pkt_len); in pcnet_recv_common()
418 *bufp = lp->rx_buf[lp->cur_rx]; in pcnet_recv_common()
432 entry = &lp->uc->rx_ring[lp->cur_rx]; in pcnet_free_pkt_common()
530 lp = malloc_cache_aligned(sizeof(*lp)); in pcnet_initialize()
535 (unsigned long)lp + sizeof(*lp)); in pcnet_initialize()
548 lp->name, devbusfn, lp->iobase); in pcnet_initialize()
[all …]
/u-boot/arch/arm/mach-imx/imx8/
A Dsnvs_security_sc.c83 } lp; member
91 .lp = {
118 .lp = {
146 .lp = {
174 .lp = {
351 cnf->lp.lock, in apply_snvs_config()
352 cnf->lp.secvio_ctl, in apply_snvs_config()
354 cnf->lp.tamper_det_cfg, in apply_snvs_config()
363 cnf->lp.act_tamper_ctl, in apply_snvs_config()
416 &cnf->lp.secvio_ctl); in apply_snvs_config()
[all …]
/u-boot/fs/ubifs/
A Dgc.c473 if (lp->free + lp->dirty == c->leb_size) { in ubifs_garbage_collect_leb()
519 lnum, lp->free, lp->dirty); in ubifs_garbage_collect_leb()
555 lnum, lp->free, lp->dirty); in ubifs_garbage_collect_leb()
709 lp.lnum, lp.free, lp.dirty, lp.free + lp.dirty, in ubifs_garbage_collect()
736 ret = lp.lnum; in ubifs_garbage_collect()
845 if (IS_ERR(lp)) { in ubifs_gc_start_commit()
849 if (!lp) in ubifs_gc_start_commit()
856 lp = ubifs_change_lp(c, lp, c->leb_size, 0, lp->flags, 0); in ubifs_gc_start_commit()
857 if (IS_ERR(lp)) { in ubifs_gc_start_commit()
876 if (!lp) in ubifs_gc_start_commit()
[all …]
A Dlprops.c671 lp = ubifs_change_lp(c, lp, free, dirty, flags, idx_gc_cnt); in ubifs_change_one_lp()
672 if (IS_ERR(lp)) in ubifs_change_one_lp()
710 lp = ubifs_change_lp(c, lp, free, lp->dirty + dirty, flags, 0); in ubifs_update_one_lp()
711 if (IS_ERR(lp)) in ubifs_update_one_lp()
986 lp->lnum); in dbg_check_heap()
1081 lp != heap->arr[lp->hpos]) { in scan_check_cb()
1101 if (lp->free + lp->dirty == c->leb_size && in scan_check_cb()
1160 if (lp->free + lp->dirty == c->leb_size && in scan_check_cb()
1177 if (is_idx && lp->free + lp->dirty == free + dirty && in scan_check_cb()
1194 if (lp->free != free || lp->dirty != dirty) in scan_check_cb()
[all …]
A Dreplay.c100 if (IS_ERR(lp)) { in set_bud_lprops()
101 err = PTR_ERR(lp); in set_bud_lprops()
105 dirty = lp->dirty; in set_bud_lprops()
127 lp->free, lp->dirty); in set_bud_lprops()
129 lp->free, lp->dirty); in set_bud_lprops()
140 b->bud->lnum, lp->free, lp->dirty, b->free, in set_bud_lprops()
143 lp = ubifs_change_lp(c, lp, b->free, dirty + b->dirty, in set_bud_lprops()
145 if (IS_ERR(lp)) { in set_bud_lprops()
146 err = PTR_ERR(lp); in set_bud_lprops()
980 free = lp->free; in take_ihead()
[all …]
A Ddebug.c660 spc = lp->free + lp->dirty; in ubifs_dump_lprop()
666 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
668 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop()
669 lp->flags); in ubifs_dump_lprop()
672 lp->lnum, lp->free, lp->dirty, c->leb_size - spc, spc, in ubifs_dump_lprop()
676 if (lp->flags & LPROPS_INDEX) in ubifs_dump_lprop()
721 if (bud->lnum == lp->lnum) { in ubifs_dump_lprop()
740 if (lp->lnum == c->gc_lnum) in ubifs_dump_lprop()
748 struct ubifs_lprops lp; in ubifs_dump_lprops() local
762 ubifs_dump_lprop(c, &lp); in ubifs_dump_lprops()
[all …]
A Drecovery.c1173 struct ubifs_lprops lp; in ubifs_rcvry_gc_commit() local
1182 err = ubifs_find_dirty_leb(c, &lp, wbuf->offs, 2); in ubifs_rcvry_gc_commit()
1191 ubifs_assert(!(lp.flags & LPROPS_INDEX)); in ubifs_rcvry_gc_commit()
1192 ubifs_assert(lp.free + lp.dirty >= wbuf->offs); in ubifs_rcvry_gc_commit()
1203 dbg_rcvry("GC'ing LEB %d", lp.lnum); in ubifs_rcvry_gc_commit()
1205 err = ubifs_garbage_collect_leb(c, &lp); in ubifs_rcvry_gc_commit()
1228 dbg_rcvry("allocated LEB %d for GC", lp.lnum); in ubifs_rcvry_gc_commit()
A Ddebug.h314 const struct ubifs_lprops *lp);
A Dubifs.h2277 int ubifs_garbage_collect_leb(struct ubifs_info *c, struct ubifs_lprops *lp);
2326 const struct ubifs_lprops *lp,
2341 int ubifs_read_one_lp(struct ubifs_info *c, int lnum, struct ubifs_lprops *lp);
/u-boot/arch/nds32/cpu/n1213/ae3xx/
A Dlowlevel_init.S84 move $r11, $lp
94 move $lp, $r11
100 move $r10, $lp
109 move $r11, $lp
122 move $lp, $r11
/u-boot/arch/nds32/cpu/n1213/ag101/
A Dlowlevel_init.S90 move $r11, $lp
163 move $lp, $r11
171 move $r10, $lp
182 move $r11, $lp
186 move $r0, $lp
260 move $lp, $r11
287 move $lp, $r11
/u-boot/drivers/video/exynos/
A Dexynos_mipi_dsi_lowlevel.h74 unsigned int lp);
76 unsigned int lp);
A Dexynos_mipi_dsi_lowlevel.c484 unsigned int lp) in exynos_mipi_dsi_set_cpu_transfer_mode() argument
492 if (lp) in exynos_mipi_dsi_set_cpu_transfer_mode()
499 unsigned int lp) in exynos_mipi_dsi_set_lcdc_transfer_mode() argument
507 if (lp) in exynos_mipi_dsi_set_lcdc_transfer_mode()
/u-boot/arch/nds32/include/asm/
A Dptrace.h45 NDS32_REG lp; /* r30 */ member
/u-boot/arch/nds32/lib/
A Dinterrupts.c79 regs->ipc, regs->sp, regs->lp, regs->gp, regs->fp); in show_regs()
/u-boot/arch/nds32/cpu/n1213/
A Dstart.S298 move $lp, $r0 /* offset of board_init_r() */
299 add $lp, $lp, $r9 /* real address of board_init_r() */
306 move $r15, $lp /* store function address into $r15 */
311 jr $lp /* jump to board_init_r() */
/u-boot/arch/arm/dts/
A Dstm32h743.dtsi54 compatible = "st,stm32-pwm-lp";
381 compatible = "st,stm32-pwm-lp";
408 compatible = "st,stm32-pwm-lp";
430 compatible = "st,stm32-pwm-lp";
446 compatible = "st,stm32-pwm-lp";
A Dimx7ulp.dtsi191 snvs_rtc: snvs-rtc-lp{
192 compatible = "fsl,sec-v4.0-mon-rtc-lp";
A Dstm32mp151.dtsi390 compatible = "st,stm32-pwm-lp";
1198 compatible = "st,stm32-pwm-lp";
1227 compatible = "st,stm32-pwm-lp";
1249 compatible = "st,stm32-pwm-lp";
1265 compatible = "st,stm32-pwm-lp";
A Dste-dbx5x0.dtsi1104 clock-names = "hs", "lp";
1112 clock-names = "hs", "lp";
1121 clock-names = "lp";
A Dimx8mp.dtsi346 snvs_rtc: snvs-rtc-lp {
347 compatible = "fsl,sec-v4.0-mon-rtc-lp";
A Dtegra114.dtsi100 clock-names = "dsi", "lp", "parent";
116 clock-names = "dsi", "lp", "parent";
/u-boot/lib/lzma/
A DLzmaDec.h26 unsigned lc, lp, pb; member
A Dlzma.txt203 -lp{N}: set number of literal pos bits - [0, 4], default: 0
204 lp switch is intended for periodical data when period is
206 periodical data you can use lp=2. Often it's better to set lc0,
207 if you change lp switch.
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.
A DLzmaDec.c113 #define LzmaProps_GetNumProbs(p) ((UInt32)LZMA_BASE_SIZE + (LZMA_LIT_SIZE << ((p)->lc + (p)->lp)))
141 unsigned lpMask = ((unsigned)1 << (p->prop.lp)) - 1; in LzmaDec_DecodeReal()
538 ((((p->processedPos) & ((1 << (p->prop.lp)) - 1)) << p->prop.lc) + in LzmaDec_TryDummy()
735 UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp)); in LzmaDec_InitStateReal()
945 p->lp = d % 5; in LzmaProps_Decode()

Completed in 1338 milliseconds

12