Home
last modified time | relevance | path

Searched refs:__SW_BOOT_PCIE (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/configs/
H A Dp1_p2_rdb_pc.h40 #define __SW_BOOT_PCIE 0x6c macro
67 #define __SW_BOOT_PCIE 0x74 macro
86 #define __SW_BOOT_PCIE 0x6c macro
130 #define __SW_BOOT_PCIE 0xa8 macro
801 #ifdef __SW_BOOT_PCIE
803 pciboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_PCIE 1; \
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dp1_p2_rdb_pc.c256 #ifdef __SW_BOOT_PCIE in checkboard()
257 } else if ((val & (~__SW_BOOT_MASK)) == __SW_BOOT_PCIE) { in checkboard()