Searched refs:UDC_EPCTL_S (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | amd5536udc.h | 229 #define UDC_EPCTL_S 0 macro
|
H A D | snps_udc_core.c | 1338 tmp |= AMD_BIT(UDC_EPCTL_S); in udc_set_halt() 1358 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S); in udc_set_halt() 1786 if (!(tmp & AMD_BIT(UDC_EPCTL_S))) { in udc_handle_halt_state() 1796 tmp |= AMD_BIT(UDC_EPCTL_S); in udc_handle_halt_state() 2582 tmp |= AMD_BIT(UDC_EPCTL_S); 2700 tmp |= AMD_BIT(UDC_EPCTL_S); in udc_control_in_isr() 2816 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S); 2875 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S);
|
H A D | pch_udc.c | 55 #define UDC_EPCTL_S (1 << 0) macro 627 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_set_stall() 629 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_set_stall() 640 pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_clear_stall() 1038 while ((pch_udc_read_ep_control(ep) & UDC_EPCTL_S) && --count) in pch_udc_wait_ep_stall()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | amd5536udc.h | 229 #define UDC_EPCTL_S 0 macro
|
H A D | snps_udc_core.c | 1334 tmp |= AMD_BIT(UDC_EPCTL_S); in udc_set_halt() 1354 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S); in udc_set_halt() 1762 if (!(tmp & AMD_BIT(UDC_EPCTL_S))) { in udc_handle_halt_state() 1772 tmp |= AMD_BIT(UDC_EPCTL_S); in udc_handle_halt_state() 2557 tmp |= AMD_BIT(UDC_EPCTL_S); 2675 tmp |= AMD_BIT(UDC_EPCTL_S); in udc_control_in_isr() 2791 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S); 2850 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S);
|
H A D | pch_udc.c | 54 #define UDC_EPCTL_S (1 << 0) macro 623 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); 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() 636 pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_clear_stall() 1034 while ((pch_udc_read_ep_control(ep) & UDC_EPCTL_S) && --count) in pch_udc_wait_ep_stall()
|
Completed in 18 milliseconds