Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/udc/
H A Drenesas_usbf.c274 struct usbf_ep { struct
288 void (*bridge_on_dma_end)(struct usbf_ep *ep); argument
311 struct usbf_ep ep[USBF_NUM_ENDPOINTS];
464 static inline u32 usbf_ep_reg_readl(struct usbf_ep *ep, uint offset) in usbf_ep_reg_readl()
469 static inline void usbf_ep_reg_read_rep(struct usbf_ep *ep, uint offset, in usbf_ep_reg_read_rep()
475 static inline void usbf_ep_reg_writel(struct usbf_ep *ep, uint offset, u32 val) in usbf_ep_reg_writel()
480 static inline void usbf_ep_reg_write_rep(struct usbf_ep *ep, uint offset, in usbf_ep_reg_write_rep()
486 static inline void usbf_ep_reg_bitset(struct usbf_ep *ep, uint offset, u32 set) in usbf_ep_reg_bitset()
495 static inline void usbf_ep_reg_bitclr(struct usbf_ep *ep, uint offset, u32 clr) in usbf_ep_reg_bitclr()
504 static inline void usbf_ep_reg_clrset(struct usbf_ep *ep, uint offset, in usbf_ep_reg_clrset()
[all …]