Searched refs:rthost (Results 1 – 2 of 2) sorted by relevance
145 mmcsd_req_complete(&host->rthost); in mmc_request_done()151 mmc->rthost.ops = &rt_mmcsd_ops; in mmc_add_host()152 mmc->rthost.flags = mmc->caps; in mmc_add_host()153 mmc->rthost.freq_max = mmc->f_max; in mmc_add_host()154 mmc->rthost.freq_min = 400000; in mmc_add_host()155 mmc->rthost.max_dma_segs = mmc->max_segs; in mmc_add_host()156 mmc->rthost.max_seg_size = mmc->max_seg_size; in mmc_add_host()157 mmc->rthost.max_blk_size = mmc->max_blk_size; in mmc_add_host()158 mmc->rthost.max_blk_count = mmc->max_blk_count; in mmc_add_host()162 mmcsd_change(&mmc->rthost); in mmc_add_host()[all …]
247 struct rt_mmcsd_host rthost; member
Completed in 19 milliseconds