Lines Matching defs:sdio_mmc_card
237 struct sdio_mmc_card { struct
238 struct sdio_func *func;
239 struct mwifiex_adapter *adapter;
241 const char *firmware;
242 const struct mwifiex_sdio_card_reg *reg;
243 u8 max_ports;
244 u8 mp_agg_pkt_limit;
245 u16 tx_buf_size;
246 u32 mp_tx_agg_buf_size;
247 u32 mp_rx_agg_buf_size;
249 u32 mp_rd_bitmap;
250 u32 mp_wr_bitmap;
252 u16 mp_end_port;
253 u32 mp_data_port_mask;
255 u8 curr_rd_port;
256 u8 curr_wr_port;
258 u8 *mp_regs;
259 bool supports_sdio_new_mode;
260 bool has_control_mask;
261 bool can_dump_fw;
262 bool fw_dump_enh;
263 bool can_auto_tdls;
264 bool can_ext_scan;
266 struct mwifiex_sdio_mpa_tx mpa_tx;
267 struct mwifiex_sdio_mpa_rx mpa_rx;
270 const struct sdio_device_id *device_id;