Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Damd5536udc.h229 #define UDC_EPCTL_S 0 macro
H A Dpch_udc.c54 #define UDC_EPCTL_S (1 << 0) macro
622 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_set_stall()
624 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_set_stall()
635 pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_clear_stall()
1033 while ((pch_udc_read_ep_control(ep) & UDC_EPCTL_S) && --count) in pch_udc_wait_ep_stall()