Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/configs/
H A Dp1_p2_rdb_pc.h38 #define __SW_BOOT_SPI 0x1c macro
65 #define __SW_BOOT_SPI 0x34 macro
88 #define __SW_BOOT_SPI 0x1c macro
116 #define __SW_BOOT_SPI 0x08 macro
132 #define __SW_BOOT_SPI 0x08 macro
144 #define __SW_BOOT_SPI 0x28 macro
850 #ifdef __SW_BOOT_SPI
852 spiboot=i2c dev 1; i2c mw 18 1 __SW_BOOT_SPI 1; \
/OK3568_Linux_fs/u-boot/board/freescale/p1_p2_rdb_pc/
H A Dp1_p2_rdb_pc.c249 #ifdef __SW_BOOT_SPI in checkboard()
250 } else if ((val & (~__SW_BOOT_MASK)) == __SW_BOOT_SPI) { in checkboard()