Searched refs:UDC_EPCTL_S (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/usb/gadget/udc/
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);
624 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S);
635 pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S);
1033 while ((pch_udc_read_ep_control(ep) & UDC_EPCTL_S) && --count)
H A Dsnps_udc_core.c1334 tmp |= AMD_BIT(UDC_EPCTL_S);
1354 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S);
1762 if (!(tmp & AMD_BIT(UDC_EPCTL_S))) {
1772 tmp |= AMD_BIT(UDC_EPCTL_S);
2557 tmp |= AMD_BIT(UDC_EPCTL_S);
2675 tmp |= AMD_BIT(UDC_EPCTL_S);
2791 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S);
2850 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S);
H A Damd5536udc.h229 #define UDC_EPCTL_S 0 macro

Completed in 245 milliseconds