Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 5 of 5) sorted by relevance

/board/st/stm32mp2/
A Dstm32mp2.c163 unsigned int instance = (boot_mode & TAMP_BOOT_INSTANCE_MASK) - 1; in mmc_get_boot() local
171 if (instance > ARRAY_SIZE(sdmmc_addr)) in mmc_get_boot()
175 snprintf(cmd, sizeof(cmd), "mmc@%x", sdmmc_addr[instance]); in mmc_get_boot()
177 log_err("mmc%d = %s not found in device tree!\n", instance, cmd); in mmc_get_boot()
/board/toradex/common/
A DKconfig67 int "Toradex config block offset, second instance"
70 Specify the byte offset of the 2nd instance of the Toradex config block
72 Set to 0 on modules which have no 2nd instance.
/board/st/stm32mp1/
A Dstm32mp1.c792 unsigned int instance = (boot_mode & TAMP_BOOT_INSTANCE_MASK) - 1; in mmc_get_boot() local
800 if (instance >= ARRAY_SIZE(sdmmc_addr)) in mmc_get_boot()
804 snprintf(cmd, sizeof(cmd), "mmc@%x", sdmmc_addr[instance]); in mmc_get_boot()
806 log_err("mmc%d = %s not found in device tree!\n", instance, cmd); in mmc_get_boot()
/board/work-microwave/work_92105/
A DREADME30 DDR through a JTAG debugger (for instance by
/board/sunxi/
A DREADME.sunxi646 Examples are the Allwinner A64 (used for instance on the Pine64 board) or

Completed in 15 milliseconds