Searched refs:max_current_180 (Results 1 – 6 of 6) sorted by relevance
65 props.max_current_180 = 0xFF; in ZTEST()74 zassert_not_equal(props.max_current_180, 0xFF, "props structure not initialized"); in ZTEST()
427 } else if (card->host_props.max_current_180 >= 800 && in sdmmc_set_current_limit()430 } else if (card->host_props.max_current_180 >= 600 && in sdmmc_set_current_limit()433 } else if (card->host_props.max_current_180 >= 400 && in sdmmc_set_current_limit()436 } else if (card->host_props.max_current_180 >= 200 && in sdmmc_set_current_limit()
68 uint32_t max_current_180; member236 props->max_current_180 = cfg->max_current_180; in imx_usdhc_init_host_props()1107 .max_current_180 = DT_INST_PROP(n, max_current_180), \
705 .max_current_180 = DT_INST_PROP(index, max_current_180), \
1433 .max_current_180 = DT_INST_PROP(n, max_current_180), \
232 uint32_t max_current_180; /*!< Max current (in mA) at 1.8V */ member