Home
last modified time | relevance | path

Searched refs:endpt (Results 1 – 9 of 9) sorted by relevance

/rk3399_rockchip-uboot/fs/ubifs/
H A Drecovery.c501 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local
509 endpt = snod->offs + snod->len; in fix_unclean_leb()
517 lnum, start, sleb->endpt); in fix_unclean_leb()
522 ucleb->endpt = endpt; in fix_unclean_leb()
530 lnum, start, sleb->endpt); in fix_unclean_leb()
531 if (endpt == 0) { in fix_unclean_leb()
536 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb()
545 if (len > endpt) { in fix_unclean_leb()
546 int pad_len = len - ALIGN(endpt, 8); in fix_unclean_leb()
994 int err, lnum = ucleb->lnum, offs = 0, len = ucleb->endpt, quiet = 1; in clean_an_unclean_leb()
[all …]
H A Dreplay.c669 ubifs_assert(sleb->endpt - offs >= used); in replay_bud()
670 ubifs_assert(sleb->endpt % c->min_io_size == 0); in replay_bud()
672 b->dirty = sleb->endpt - offs - used; in replay_bud()
673 b->free = c->leb_size - sleb->endpt; in replay_bud()
941 if (sleb->endpt || c->lhead_offs >= c->leb_size) { in replay_log_leb()
943 c->lhead_offs = sleb->endpt; in replay_log_leb()
946 err = !sleb->endpt; in replay_log_leb()
H A Dscan.c175 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
H A Dorphan.c680 if (sleb->endpt) { in kill_orphans()
682 c->ohead_offs = sleb->endpt; in kill_orphans()
H A Dlprops.c1149 free = c->leb_size - sleb->endpt; in scan_check_cb()
1150 dirty = sleb->endpt - used; in scan_check_cb()
H A Dubifs.h921 int endpt; member
1033 int endpt; member
H A Ddebug.c841 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
/rk3399_rockchip-uboot/drivers/usb/host/
H A Dehci-hcd.c311 uint32_t endpt, maxpacket, token, usbsts, qhtoken; in ehci_submit_async() local
410 endpt = QH_ENDPT1_RL(8) | QH_ENDPT1_C(c) | in ehci_submit_async()
416 qh->qh_endpt1 = cpu_to_hc32(endpt); in ehci_submit_async()
417 endpt = QH_ENDPT2_MULT(1) | QH_ENDPT2_UFCMASK(0) | QH_ENDPT2_UFSMASK(0); in ehci_submit_async()
418 qh->qh_endpt2 = cpu_to_hc32(endpt); in ehci_submit_async()
/rk3399_rockchip-uboot/common/
H A Dusb_storage.c699 static int usb_stor_BBB_clear_endpt_stall(struct us_data *us, __u8 endpt) in usb_stor_BBB_clear_endpt_stall() argument
704 endpt, NULL, 0, USB_CNTL_TIMEOUT * 5); in usb_stor_BBB_clear_endpt_stall()