Searched defs:musb_hdrc_config (Results 1 – 2 of 2) 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 …]
63 struct musb_hdrc_config { struct64 struct musb_fifo_cfg *fifo_cfg; /* board fifo configuration */65 unsigned fifo_cfg_size; /* size of the fifo configuration */68 unsigned multipoint:1; /* multipoint device */69 unsigned dyn_fifo:1 __deprecated; /* supports dynamic fifo sizing */72 unsigned host_port_deassert_reset_at_resume:1;74 u8 num_eps; /* number of endpoints _with_ ep0 */75 u8 ram_bits; /* ram address size */77 u32 maximum_speed;