Searched defs:musb_hw_ep (Results 1 – 1 of 1) sorted by relevance
223 struct musb_hw_ep { struct224 struct musb *musb;225 void __iomem *fifo;226 void __iomem *regs;230 void __iomem *conf;234 u8 epnum;237 bool is_shared_fifo;238 bool tx_double_buffered;239 bool rx_double_buffered;240 u16 max_packet_sz_tx;[all …]