Searched refs:DTD_STATUS_ACTIVE (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/usb/gadget/udc/
H A Dfsl_udc_core.c817 swap_temp = ((*length << DTD_LENGTH_BIT_POS) | DTD_STATUS_ACTIVE);
1643 & DTD_STATUS_ACTIVE) {
H A Dfsl_usb2_udc.h421 #define DTD_STATUS_ACTIVE 0x00000080 macro
H A Dmv_udc_core.c139 if (curr_dtd->size_ioc_sts & DTD_STATUS_ACTIVE) {
322 dqh->size_ioc_int_sts &= ~(DTD_STATUS_ACTIVE | DTD_STATUS_HALTED);
387 temp = ((*length << DTD_LENGTH_BIT_POS) | DTD_STATUS_ACTIVE);
759 dqh->size_ioc_int_sts &= ~(DTD_STATUS_ACTIVE | DTD_STATUS_HALTED);
H A Dmv_udc.h285 #define DTD_STATUS_ACTIVE (0x00000080) macro

Completed in 349 milliseconds