Home
last modified time | relevance | path

Searched defs:musb_hw_ep (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/usb/musb-new/
H A Dmusb_core.h232 struct musb_hw_ep { struct
233 struct musb *musb;
234 void __iomem *fifo;
235 void __iomem *regs;
239 void __iomem *conf;
243 u8 epnum;
246 bool is_shared_fifo;
247 bool tx_double_buffered;
248 bool rx_double_buffered;
249 u16 max_packet_sz_tx;
[all …]
/OK3568_Linux_fs/kernel/drivers/usb/musb/
H A Dmusb_core.h200 struct musb_hw_ep { struct
201 struct musb *musb;
202 void __iomem *fifo;
203 void __iomem *regs;
206 void __iomem *conf;
210 u8 epnum;
213 bool is_shared_fifo;
214 bool tx_double_buffered;
215 bool rx_double_buffered;
216 u16 max_packet_sz_tx;
[all …]