Searched refs:host1 (Results 1 – 4 of 4) sorted by relevance
56 struct rt_mmcsd_host *host1; variable602 if (!host1) in imxrt_mci_init()619 strncpy(host1->name, "sd", sizeof(host1->name)-1); in imxrt_mci_init()620 host1->ops = &ops; in imxrt_mci_init()621 host1->freq_min = 375000; in imxrt_mci_init()627 host1->max_dma_segs = 2; in imxrt_mci_init()628 host1->max_blk_size = 512; in imxrt_mci_init()631 mmcsd1->host = host1; in imxrt_mci_init()638 mmcsd_change(host1); in imxrt_mci_init()692 mmcsd_free_host(host1); in imxrt_mci_init()[all …]
28 static struct rt_mmcsd_host *host1; variable471 rthw_sdio_irq_process(host1); in SDMMC1_IRQHandler()493 host1 = sdio_host_create(&sdio_des1); in rt_hw_sdio_init()495 if (host1 == RT_NULL) in rt_hw_sdio_init()534 mmcsd_change(host1); in sdcard_change()
31 static struct rt_mmcsd_host *host1; variable667 rthw_sdio_irq_process(host1); in SDMMC1_IRQHandler()694 host1 = sdio_host_create(&sdio_des1); in rt_hw_sdio_init()696 if (host1 == RT_NULL) in rt_hw_sdio_init()728 mmcsd_change(host1); in stm32_mmcsd_change()
32 static struct rt_mmcsd_host *host1; variable524 rthw_sdio_irq_process(host1); in SDMMC1_IRQHandler()573 host1 = sdio_host_create(&sdio_des1); in rt_hw_sdio_init()574 if (host1 == RT_NULL) in rt_hw_sdio_init()
Completed in 14 milliseconds