Searched defs:musb_hw_ep (Results 1 – 1 of 1) sorted by relevance
224 struct musb_hw_ep { struct225 struct musb *musb;226 void __iomem *fifo;227 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 …]