Searched refs:UDC_EPCTL_ADDR (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | pch_udc.c | 30 #define UDC_EPCTL_ADDR 0x00 /* Endpoint control */ macro 639 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_F); in pch_udc_ep_set_stall() 640 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_set_stall() 642 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_set_stall() 653 pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_clear_stall() 655 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_CNAK); in pch_udc_ep_clear_stall() 667 UDC_EPCTL_ET_MASK), UDC_EPCTL_ADDR); in pch_udc_ep_set_trfr_type() 728 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_P); in pch_udc_ep_set_pd() 737 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_RRDY); in pch_udc_ep_set_rrdy() 746 pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_RRDY); in pch_udc_ep_clear_rrdy() [all …]
|
D | amd5536udc.h | 205 #define UDC_EPCTL_ADDR 0x0 macro
|