Lines Matching defs:be
12 * This library is distributed in the hope that it will be useful,
23 * o Disable timers when nothing needs to be done, or remove timer usage
202 uint32_t be;
210 uint32_t be;
563 ptr = td->be & ~0xfffu;
640 iso_td.flags, iso_td.bp, iso_td.next, iso_td.be,
687 if (!iso_td.bp || !iso_td.be) {
688 printf("usb-ohci: ISO_TD bp 0x%.8x be 0x%.8x\n", iso_td.bp, iso_td.be);
713 start_addr = (iso_td.be & OHCI_PAGE_MASK) |
723 end_addr = (iso_td.be & OHCI_PAGE_MASK) |
728 end_addr = iso_td.be;
894 if (td.cbp && td.be) {
895 if ((td.cbp & 0xfffff000) != (td.be & 0xfffff000)) {
896 len = (td.be & 0xfff) + 0x1001 - (td.cbp & 0xfff);
898 len = (td.be - td.cbp) + 1;
908 dprintf(" TD @ 0x%.8x %u bytes %s r=%d cbp=0x%.8x be=0x%.8x\n",
909 addr, len, str, flag_r, td.cbp, td.be);
932 This should be sufficient as long as devices respond in a
982 td.cbp |= td.be & ~0xfff;