Searched refs:UDC_EPCTL_ADDR (Results  1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/usb/gadget/udc/ | 
| D | pch_udc.c | 27 #define UDC_EPCTL_ADDR		0x00	/* Endpoint control */  macro 624 		pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_F);  in pch_udc_ep_set_stall() 625 		pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S);  in pch_udc_ep_set_stall() 627 		pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S);  in pch_udc_ep_set_stall() 638 	pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S);  in pch_udc_ep_clear_stall() 640 	pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_CNAK);  in pch_udc_ep_clear_stall() 652 				UDC_EPCTL_ET_MASK), UDC_EPCTL_ADDR);  in pch_udc_ep_set_trfr_type() 713 	pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_P);  in pch_udc_ep_set_pd() 722 	pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_RRDY);  in pch_udc_ep_set_rrdy() 731 	pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_RRDY);  in pch_udc_ep_clear_rrdy() [all …] 
 | 
| D | amd5536udc.h | 212 #define UDC_EPCTL_ADDR				0x0  macro
  |