Searched defs:musb_hdrc_config (Results 1 – 1 of 1) sorted by relevance
68 struct musb_hdrc_config { struct69 struct musb_fifo_cfg *fifo_cfg; /* board fifo configuration */70 unsigned fifo_cfg_size; /* size of the fifo configuration */73 unsigned multipoint:1; /* multipoint device */74 unsigned dyn_fifo:1 __deprecated; /* supports dynamic fifo sizing */75 unsigned soft_con:1 __deprecated; /* soft connect required */76 unsigned utm_16:1 __deprecated; /* utm data witdh is 16 bits */77 unsigned big_endian:1; /* true if CPU uses big-endian */78 unsigned mult_bulk_tx:1; /* Tx ep required for multbulk pkts */79 unsigned mult_bulk_rx:1; /* Rx ep required for multbulk pkts */[all …]