Home
last modified time | relevance | path

Searched refs:UDC_EPSTS_OUT_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/
H A Damd5536udc.h242 #define UDC_EPSTS_OUT_MASK 0x00000030 macro
H A Dpch_udc.c77 #define UDC_EPSTS_OUT_MASK 0x00000030 macro
2235 if (((epsts & UDC_EPSTS_OUT_MASK) >> UDC_EPSTS_OUT_SHIFT) == in pch_udc_svc_data_out()
2321 if (((stat & UDC_EPSTS_OUT_MASK) >> UDC_EPSTS_OUT_SHIFT) == in pch_udc_svc_control_out()
2368 } else if ((((stat & UDC_EPSTS_OUT_MASK) >> UDC_EPSTS_OUT_SHIFT) == in pch_udc_svc_control_out()