Searched defs:musb_hdrc_config (Results 1 – 2 of 2) sorted by relevance
68 struct musb_hdrc_config { struct73 unsigned multipoint:1; /* multipoint device */77 unsigned big_endian:1; /* true if CPU uses big-endian */80 unsigned high_iso_tx:1; /* Tx ep required for HB iso */81 unsigned high_iso_rx:1; /* Rx ep required for HD iso */82 unsigned dma:1 __deprecated; /* supports DMA */85 u8 num_eps; /* number of endpoints _with_ ep0 */86 u8 dma_channels __deprecated; /* number of dma channels */87 u8 dyn_fifo_size; /* dynamic size in bytes */91 u8 ram_bits; /* ram address size */[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;