Home
last modified time | relevance | path

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

/u-boot/fs/ubifs/
A Drecovery.c503 int lnum = sleb->lnum, endpt = start; in fix_unclean_leb() local
511 endpt = snod->offs + snod->len; in fix_unclean_leb()
519 lnum, start, sleb->endpt); in fix_unclean_leb()
524 ucleb->endpt = endpt; in fix_unclean_leb()
532 lnum, start, sleb->endpt); in fix_unclean_leb()
533 if (endpt == 0) { in fix_unclean_leb()
538 int len = ALIGN(endpt, c->min_io_size); in fix_unclean_leb()
547 if (len > endpt) { in fix_unclean_leb()
548 int pad_len = len - ALIGN(endpt, 8); in fix_unclean_leb()
1055 len = ALIGN(ucleb->endpt, c->min_io_size); in clean_an_unclean_leb()
[all …]
A Dreplay.c670 ubifs_assert(sleb->endpt - offs >= used); in replay_bud()
671 ubifs_assert(sleb->endpt % c->min_io_size == 0); in replay_bud()
673 b->dirty = sleb->endpt - offs - used; in replay_bud()
674 b->free = c->leb_size - sleb->endpt; in replay_bud()
942 if (sleb->endpt || c->lhead_offs >= c->leb_size) { in replay_log_leb()
944 c->lhead_offs = sleb->endpt; in replay_log_leb()
947 err = !sleb->endpt; in replay_log_leb()
A Dscan.c176 sleb->endpt = ALIGN(offs, c->min_io_size); in ubifs_end_scan()
A Dorphan.c681 if (sleb->endpt) { in kill_orphans()
683 c->ohead_offs = sleb->endpt; in kill_orphans()
A Dlprops.c1150 free = c->leb_size - sleb->endpt; in scan_check_cb()
1151 dirty = sleb->endpt - used; in scan_check_cb()
A Dubifs.h920 int endpt; member
1032 int endpt; member
A Ddebug.c842 sleb->nodes_cnt, sleb->endpt); in ubifs_dump_leb()
/u-boot/drivers/usb/host/
A Dehci-hcd.c360 uint32_t endpt, maxpacket, token, usbsts, qhtoken; in ehci_submit_async() local
458 endpt = QH_ENDPT1_RL(8) | QH_ENDPT1_C(c) | in ehci_submit_async()
466 endpt |= QH_ENDPT1_EPS(ehci_encode_speed(dev->speed)); in ehci_submit_async()
468 endpt |= QH_ENDPT1_EPS(ehci_encode_speed(QH_FULL_SPEED)); in ehci_submit_async()
470 qh->qh_endpt1 = cpu_to_hc32(endpt); in ehci_submit_async()
471 endpt = QH_ENDPT2_MULT(1) | QH_ENDPT2_UFCMASK(0) | QH_ENDPT2_UFSMASK(0); in ehci_submit_async()
472 qh->qh_endpt2 = cpu_to_hc32(endpt); in ehci_submit_async()
/u-boot/common/
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()

Completed in 32 milliseconds