Home | History | Annotate | Download | only in hw

Lines Matching refs:usb_buf

118     uint8_t usb_buf[8192];
739 ohci_copy_iso_td(ohci, start_addr, end_addr, ohci->usb_buf, len, 0);
753 ohci->usb_packet.data = ohci->usb_buf;
775 ohci_copy_iso_td(ohci, start_addr, end_addr, ohci->usb_buf, ret, 1);
902 ohci_copy_td(ohci, &td, ohci->usb_buf, len, 0);
914 printf(" %.2x", ohci->usb_buf[i]);
943 ohci->usb_packet.data = ohci->usb_buf;
961 ohci_copy_td(ohci, &td, ohci->usb_buf, ret, 1);
965 printf(" %.2x", ohci->usb_buf[i]);