Searched refs:max_current_180 (Results 1 – 4 of 4) sorted by relevance
40 props.max_current_180 = 0xFF; in ZTEST()49 zassert_not_equal(props.max_current_180, 0xFF, "props structure not initialized"); in ZTEST()
394 } else if (card->host_props.max_current_180 >= 800 && in sdmmc_set_current_limit()397 } else if (card->host_props.max_current_180 >= 600 && in sdmmc_set_current_limit()400 } else if (card->host_props.max_current_180 >= 400 && in sdmmc_set_current_limit()403 } else if (card->host_props.max_current_180 >= 200 && in sdmmc_set_current_limit()
67 uint32_t max_current_180; member174 props->max_current_180 = cfg->max_current_180; in imx_usdhc_init_host_props()897 .max_current_180 = DT_INST_PROP(n, max_current_180), \
230 uint32_t max_current_180; /*!< Max current (in mA) at 1.8V */ member