Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Ddwc3-apple.c89 struct dwc3_apple { struct
104 #define to_dwc3_apple(d) container_of((d), struct dwc3_apple, dwc) argument
130 static inline void dwc3_apple_writel(struct dwc3_apple *appledwc, u32 offset, u32 value) in dwc3_apple_writel()
135 static inline u32 dwc3_apple_readl(struct dwc3_apple *appledwc, u32 offset) in dwc3_apple_readl()
140 static inline void dwc3_apple_mask(struct dwc3_apple *appledwc, u32 offset, u32 mask, u32 value) in dwc3_apple_mask()
150 static void dwc3_apple_setup_cio(struct dwc3_apple *appledwc) in dwc3_apple_setup_cio()
165 static void dwc3_apple_set_ptrcap(struct dwc3_apple *appledwc, u32 mode) in dwc3_apple_set_ptrcap()
171 static int dwc3_apple_core_probe(struct dwc3_apple *appledwc) in dwc3_apple_core_probe()
194 static int dwc3_apple_core_init(struct dwc3_apple *appledwc) in dwc3_apple_core_init()
221 static int dwc3_apple_init(struct dwc3_apple *appledwc, enum dwc3_apple_state state) in dwc3_apple_init()
[all …]