Searched defs:musb_hw_ep (Results 1 – 1 of 1) sorted by relevance
191 struct musb_hw_ep { struct192 struct musb *musb;193 void __iomem *fifo;194 void __iomem *regs;197 void __iomem *conf;201 u8 epnum;204 bool is_shared_fifo;205 bool tx_double_buffered;206 bool rx_double_buffered;207 u16 max_packet_sz_tx;[all …]