Searched refs:dt_match_instance_by_compatible (Results 1 – 5 of 5) sorted by relevance
37 int dt_match_instance_by_compatible(const char *compatible, uintptr_t address);
310 node = dt_match_instance_by_compatible(DT_UART_COMPAT, instance); in fdt_get_uart_clock_freq()
201 node = dt_match_instance_by_compatible(DT_SDMMC2_COMPAT, sdmmc_base); in sdmmc_is_low_voltage()
208 int dt_match_instance_by_compatible(const char *compatible, uintptr_t address) in dt_match_instance_by_compatible() function
677 sdmmc_node = dt_match_instance_by_compatible(DT_SDMMC2_COMPAT, in stm32_sdmmc2_dt_get_config()