Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Dpch_udc.c27 #define UDC_EPCTL_ADDR 0x00 /* Endpoint control */ macro
625 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_F); in pch_udc_ep_set_stall()
626 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_set_stall()
628 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_set_stall()
639 pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_clear_stall()
641 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_CNAK); in pch_udc_ep_clear_stall()
653 UDC_EPCTL_ET_MASK), UDC_EPCTL_ADDR); in pch_udc_ep_set_trfr_type()
714 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_P); in pch_udc_ep_set_pd()
723 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_RRDY); in pch_udc_ep_set_rrdy()
732 pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_RRDY); in pch_udc_ep_clear_rrdy()
[all …]
Damd5536udc.h212 #define UDC_EPCTL_ADDR 0x0 macro