Home
last modified time | relevance | path

Searched refs:DTD_LENGTH_BIT_POS (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/usb/gadget/udc/
Dmv_udc.h293 #define DTD_LENGTH_BIT_POS (16) macro
Dfsl_usb2_udc.h428 #define DTD_LENGTH_BIT_POS 16 macro
Dfsl_udc_core.c817 swap_temp = ((*length << DTD_LENGTH_BIT_POS) | DTD_STATUS_ACTIVE); in fsl_build_dtd()
1073 >> DTD_LENGTH_BIT_POS; in fsl_ep_fifo_status()
1613 >> DTD_LENGTH_BIT_POS; in process_ep_req()
Dmv_udc_core.c149 >> DTD_LENGTH_BIT_POS; in process_ep_req()
387 temp = ((*length << DTD_LENGTH_BIT_POS) | DTD_STATUS_ACTIVE); in build_dtd()