Lines Matching defs:octeontx_mmc_host
119 struct octeontx_mmc_host { struct
120 struct udevice *dev;
121 void *base_addr;
122 struct octeontx_mmc_slot slots[OCTEONTX_MAX_MMC_SLOT + 1];
123 pci_dev_t pdev;
124 u64 sys_freq;
125 union mio_emm_cfg emm_cfg;
126 u64 timing_taps;
127 struct mmc *last_mmc; /** Last mmc used */
128 ofnode node;
129 int cur_slotid;
130 int last_slotid;
131 int max_width;
132 uint per_tap_delay;
133 uint num_slots;
134 uint dma_wait_delay; /* Delay before polling DMA in usecs */
135 bool initialized:1;
136 bool timing_calibrated:1;
137 bool is_asim:1;
138 bool is_emul:1;
139 bool calibrate_glitch:1;
140 bool cond_clock_glitch:1;
141 bool tap_requires_noclk:1;
142 bool hs400_skew_needed:1;