Searched refs:UDC_EPCTL_S (Results 1 – 3 of 3) sorted by relevance
222 #define UDC_EPCTL_S 0 macro
1335 tmp |= AMD_BIT(UDC_EPCTL_S); in udc_set_halt()1355 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S); in udc_set_halt()1749 if (!(tmp & AMD_BIT(UDC_EPCTL_S))) { in udc_handle_halt_state()2552 tmp |= AMD_BIT(UDC_EPCTL_S); in udc_control_out_isr()2670 tmp |= AMD_BIT(UDC_EPCTL_S); in udc_control_in_isr()2786 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S); in udc_dev_isr()2845 tmp = tmp & AMD_CLEAR_BIT(UDC_EPCTL_S); in udc_dev_isr()
59 #define UDC_EPCTL_S (1 << 0) macro636 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_set_stall()638 pch_udc_ep_bit_set(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_set_stall()649 pch_udc_ep_bit_clr(ep, UDC_EPCTL_ADDR, UDC_EPCTL_S); in pch_udc_ep_clear_stall()1045 while ((pch_udc_read_ep_control(ep) & UDC_EPCTL_S) && --count) in pch_udc_wait_ep_stall()