Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dedid.h507 unsigned char dtd_count; member
509 GET_BIT(((_x).dtd_count), 7)
511 GET_BIT(((_x).dtd_count), 6)
513 GET_BIT(((_x).dtd_count), 5)
515 GET_BIT(((_x).dtd_count), 4)
517 GET_BITS(((_x).dtd_count), 3, 0)
/rk3399_rockchip-uboot/drivers/usb/gadget/
H A Dci_udc.h89 uint32_t dtd_count; member
H A Dci_udc.c445 ci_req->dtd_count = 0; in ci_ep_submit_next_request()
471 ci_req->dtd_count++; in ci_ep_submit_next_request()
617 for (j = 0; j < ci_req->dtd_count; j++) { in handle_ep_complete()
624 if (j != ci_req->dtd_count - 1) in handle_ep_complete()