Home
last modified time | relevance | path

Searched refs:flash_sel (Results 1 – 4 of 4) sorted by relevance

/openbmc/u-boot/board/xes/xpedite520x/
H A Dxpedite520x.c24 int flash_sel; in flash_cs_fixup() local
31 flash_sel = !((pca953x_get_val(CONFIG_SYS_I2C_PCA953X_ADDR0) & in flash_cs_fixup()
33 printf("Flash: Executed from flash%d\n", flash_sel ? 2 : 1); in flash_cs_fixup()
35 if (flash_sel) { in flash_cs_fixup()
/openbmc/u-boot/board/xes/xpedite537x/
H A Dxpedite537x.c22 int flash_sel; in flash_cs_fixup() local
29 flash_sel = !((pca953x_get_val(CONFIG_SYS_I2C_PCA953X_ADDR0) & in flash_cs_fixup()
31 printf("Flash: Executed from flash%d\n", flash_sel ? 2 : 1); in flash_cs_fixup()
33 if (flash_sel) { in flash_cs_fixup()
/openbmc/u-boot/board/xes/xpedite550x/
H A Dxpedite550x.c22 int flash_sel; in flash_cs_fixup() local
29 flash_sel = !((pca953x_get_val(CONFIG_SYS_I2C_PCA953X_ADDR0) & in flash_cs_fixup()
31 printf("Flash: Executed from flash%d\n", flash_sel ? 2 : 1); in flash_cs_fixup()
33 if (flash_sel) { in flash_cs_fixup()
/openbmc/u-boot/board/xes/xpedite517x/
H A Dxpedite517x.c27 int flash_sel; in flash_cs_fixup() local
34 flash_sel = !((pca953x_get_val(CONFIG_SYS_I2C_PCA953X_ADDR0) & in flash_cs_fixup()
36 printf("Flash: Executed from flash%d\n", flash_sel ? 2 : 1); in flash_cs_fixup()
38 if (flash_sel) { in flash_cs_fixup()