Lines Matching defs:variant_data
309 struct variant_data { struct
310 unsigned int clkreg;
311 unsigned int clkreg_enable;
312 unsigned int clkreg_8bit_bus_enable;
313 unsigned int clkreg_neg_edge_enable;
314 unsigned int cmdreg_cpsm_enable;
315 unsigned int cmdreg_lrsp_crc;
316 unsigned int cmdreg_srsp_crc;
317 unsigned int cmdreg_srsp;
318 unsigned int cmdreg_stop;
319 unsigned int datalength_bits;
320 unsigned int fifosize;
321 unsigned int fifohalfsize;
322 unsigned int data_cmd_enable;
323 unsigned int datactrl_mask_ddrmode;
324 unsigned int datactrl_mask_sdio;
325 unsigned int datactrl_blocksz;
326 u8 datactrl_first:1;
327 u8 datacnt_useless:1;
328 u8 st_sdio:1;
329 u8 st_clkdiv:1;
330 u8 stm32_clkdiv:1;
331 u32 pwrreg_powerup;
332 u32 f_max;
333 u8 signal_direction:1;
334 u8 pwrreg_clkgate:1;
335 u8 busy_detect:1;
336 u32 busy_dpsm_flag;
337 u32 busy_detect_flag;
338 u32 busy_detect_mask;
339 u8 pwrreg_nopower:1;
340 u8 explicit_mclk_control:1;
341 u8 qcom_fifo:1;
342 u8 qcom_dml:1;
343 u8 reversed_irq_handling:1;
344 u8 mmcimask1:1;
345 unsigned int irq_pio_mask;
346 u32 start_err;
347 u32 opendrain;
348 u8 dma_lli:1;
349 u32 stm32_idmabsize_mask;
350 void (*init)(struct mmci_host *host);