Home
last modified time | relevance | path

Searched refs:dtd_count (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dedid.h251 unsigned char dtd_count; member
253 GET_BIT(((_x).dtd_count), 7)
255 GET_BIT(((_x).dtd_count), 6)
257 GET_BIT(((_x).dtd_count), 5)
259 GET_BIT(((_x).dtd_count), 4)
261 GET_BITS(((_x).dtd_count), 3, 0)
/openbmc/u-boot/drivers/usb/gadget/
H A Dci_udc.h89 uint32_t dtd_count; member
H A Dci_udc.c448 ci_req->dtd_count = 0; in ci_ep_submit_next_request()
474 ci_req->dtd_count++; in ci_ep_submit_next_request()
620 for (j = 0; j < ci_req->dtd_count; j++) { in handle_ep_complete()
627 if (j != ci_req->dtd_count - 1) in handle_ep_complete()