Searched refs:usbf_ep_reg_writel (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/usb/gadget/udc/ |
H A D | renesas_usbf.c | 476 static inline void usbf_ep_reg_writel(struct usbf_ep *ep, uint offset, u32 val) in usbf_ep_reg_writel() function 493 usbf_ep_reg_writel(ep, offset, tmp); in usbf_ep_reg_bitset() 502 usbf_ep_reg_writel(ep, offset, tmp); in usbf_ep_reg_bitclr() 513 usbf_ep_reg_writel(ep, offset, tmp); in usbf_ep_reg_clrset() 605 usbf_ep_reg_writel(ep0, USBF_REG_EP0_WRITE, last); in usbf_ep0_pio_in() 609 usbf_ep_reg_writel(ep0, USBF_REG_EP0_CONTROL, ctrl | USBF_EP0_DEND); in usbf_ep0_pio_in() 730 usbf_ep_reg_writel(epn, USBF_REG_EPN_WRITE, tmp); in usbf_epn_send_residue() 857 usbf_ep_reg_writel(epn, USBF_REG_EPN_LEN_DCNT, USBF_EPN_SET_DMACNT(npkt)); in usbf_epn_dma_in() 873 usbf_ep_reg_writel(epn, USBF_REG_EPN_STATUS, ~(u32)USBF_EPN_IN_END_INT); in usbf_epn_dma_in() 875 usbf_ep_reg_writel(epn, USBF_REG_EPN_DMA_CTRL, in usbf_epn_dma_in() [all …]
|