Searched defs:musb_hw_ep (Results 1 – 1 of 1) sorted by relevance
215 struct musb_hw_ep { struct216 struct musb *musb;217 void __iomem *fifo;218 void __iomem *regs;221 void __iomem *conf;225 u8 epnum;228 bool is_shared_fifo;229 bool tx_double_buffered;230 bool rx_double_buffered;231 u16 max_packet_sz_tx;[all …]