Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c487 static inline void usbf_ep_reg_bitset(struct usbf_ep *ep, uint offset, u32 set) in usbf_ep_reg_bitset() function
555 usbf_ep_reg_bitset(ep0, USBF_REG_EP0_CONTROL, set); in usbf_ep0_send_null()
709 usbf_ep_reg_bitset(ep0, USBF_REG_EP0_CONTROL, USBF_EP0_BCLR); in usbf_ep0_fifo_flush()
721 usbf_ep_reg_bitset(epn, USBF_REG_EPN_CONTROL, USBF_EPN_DEND); in usbf_epn_send_null()
797 usbf_ep_reg_bitset(epn, USBF_REG_EPN_INT_ENA, USBF_EPN_IN_END_EN); in usbf_epn_enable_in_end_int()
859 usbf_ep_reg_bitset(epn, USBF_REG_EPN_CONTROL, USBF_EPN_AUTO); in usbf_epn_dma_in()
877 usbf_ep_reg_bitset(epn, USBF_REG_EPN_DMA_CTRL, in usbf_epn_dma_in()
926 usbf_ep_reg_bitset(epn, USBF_REG_EPN_CONTROL, in usbf_epn_dma_in()
1059 usbf_ep_reg_bitset(epn, USBF_REG_EPN_INT_ENA, USBF_EPN_OUT_END_EN); in usbf_epn_enable_out_end_int()
1095 usbf_ep_reg_bitset(epn, USBF_REG_EPN_DMA_CTRL, in usbf_epn_dma_out_send_dma()
[all …]