Lines Matching defs:variant_data
320 struct variant_data { struct
321 unsigned int clkreg;
322 unsigned int clkreg_enable;
323 unsigned int clkreg_8bit_bus_enable;
324 unsigned int clkreg_neg_edge_enable;
325 unsigned int cmdreg_cpsm_enable;
326 unsigned int cmdreg_lrsp_crc;
327 unsigned int cmdreg_srsp_crc;
328 unsigned int cmdreg_srsp;
329 unsigned int cmdreg_stop;
330 unsigned int datalength_bits;
331 unsigned int fifosize;
332 unsigned int fifohalfsize;
333 unsigned int data_cmd_enable;
334 unsigned int datactrl_mask_ddrmode;
335 unsigned int datactrl_mask_sdio;
336 unsigned int datactrl_blocksz;
337 u8 datactrl_any_blocksz:1;
338 u8 dma_power_of_2:1;
339 u8 datactrl_first:1;
340 u8 datacnt_useless:1;
341 u8 st_sdio:1;
342 u8 st_clkdiv:1;
343 u8 stm32_clkdiv:1;
344 u32 pwrreg_powerup;
345 u32 f_max;
346 u8 signal_direction:1;
347 u8 pwrreg_clkgate:1;
348 u8 busy_detect:1;
349 u8 busy_timeout:1;
350 u32 busy_dpsm_flag;
351 u32 busy_detect_flag;
352 u32 busy_detect_mask;
353 u8 pwrreg_nopower:1;
354 u8 explicit_mclk_control:1;
355 u8 qcom_fifo:1;
356 u8 qcom_dml:1;
357 u8 reversed_irq_handling:1;
358 u8 mmcimask1:1;
359 unsigned int irq_pio_mask;
360 u32 start_err;
361 u32 opendrain;
362 u8 dma_lli:1;
363 u32 stm32_idmabsize_mask;
364 void (*init)(struct mmci_host *host);