Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/gadget/udc/
Drenesas_usbf.c275 struct usbf_ep { struct
289 void (*bridge_on_dma_end)(struct usbf_ep *ep); argument
312 struct usbf_ep ep[USBF_NUM_ENDPOINTS];
465 static inline u32 usbf_ep_reg_readl(struct usbf_ep *ep, uint offset) in usbf_ep_reg_readl()
470 static inline void usbf_ep_reg_read_rep(struct usbf_ep *ep, uint offset, in usbf_ep_reg_read_rep()
476 static inline void usbf_ep_reg_writel(struct usbf_ep *ep, uint offset, u32 val) in usbf_ep_reg_writel()
481 static inline void usbf_ep_reg_write_rep(struct usbf_ep *ep, uint offset, in usbf_ep_reg_write_rep()
487 static inline void usbf_ep_reg_bitset(struct usbf_ep *ep, uint offset, u32 set) in usbf_ep_reg_bitset()
496 static inline void usbf_ep_reg_bitclr(struct usbf_ep *ep, uint offset, u32 clr) in usbf_ep_reg_bitclr()
505 static inline void usbf_ep_reg_clrset(struct usbf_ep *ep, uint offset, in usbf_ep_reg_clrset()
[all …]