Home
last modified time | relevance | path

Searched defs:dwc_otg_td (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/usb/controller/
H A Ddwc_otg.h56 struct dwc_otg_td { struct
57 struct dwc_otg_td *obj_next; argument
58 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 …]