Searched defs:dwc_otg_td (Results 1 – 1 of 1) sorted by relevance
56 struct dwc_otg_td { struct57 struct dwc_otg_td *obj_next; argument58 dwc_otg_cmd_t *func;59 struct usb_page_cache *pc;60 uint32_t tx_bytes;61 uint32_t offset;62 uint32_t remainder;63 uint32_t hcchar; /* HOST CFG */64 uint32_t hcsplt; /* HOST CFG */65 uint16_t max_packet_size; /* packet_size */[all …]