Home
last modified time | relevance | path

Searched refs:BOOT_DEVICE_SPI (Results 1 – 25 of 28) sorted by relevance

12

/OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/boot-device/
H A Dboot-device-pxs2.c41 {BOOT_DEVICE_SPI, "SPI (3Byte CS0)"},
42 {BOOT_DEVICE_SPI, "SPI (4Byte CS0)"},
43 {BOOT_DEVICE_SPI, "SPI (3Byte CS1)"},
44 {BOOT_DEVICE_SPI, "SPI (4Byte CS1)"},
45 {BOOT_DEVICE_SPI, "SPI (4Byte CS0)"},
46 {BOOT_DEVICE_SPI, "SPI (3Byte CS0)"},
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-am33xx/
H A Dspl.h20 #define BOOT_DEVICE_SPI 0x15 macro
46 #define BOOT_DEVICE_SPI 0x0B macro
59 #define BOOT_DEVICE_SPI 0x0A macro
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/
H A Dboot.c22 BOOT_DEVICE_SPI,
23 BOOT_DEVICE_SPI,
/OK3568_Linux_fs/u-boot/arch/arm/mach-at91/
H A Dspl.c57 return BOOT_DEVICE_SPI; in spl_boot_device()
79 return BOOT_DEVICE_SPI; in spl_boot_device()
/OK3568_Linux_fs/u-boot/arch/microblaze/include/asm/
H A Dspl.h14 #define BOOT_DEVICE_SPI 3 macro
/OK3568_Linux_fs/u-boot/include/configs/
H A Dchromebook_link.h26 #define BOOT_DEVICE_SPI 10 macro
H A Dqemu-x86.h43 #define BOOT_DEVICE_SPI 10 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-ls102xa/
H A Dspl.h18 #define BOOT_DEVICE_SPI 10 macro
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-omap5/
H A Dspl.h19 #define BOOT_DEVICE_SPI 0x0A macro
/OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/
H A Dspl.c348 case BOOT_DEVICE_SPI: in board_boot_order()
352 spl_boot_list[1] = BOOT_DEVICE_SPI; in board_boot_order()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/
H A Dspl.h26 BOOT_DEVICE_SPI, enumerator
/OK3568_Linux_fs/u-boot/arch/arm/mach-davinci/
H A Dspl.c71 return BOOT_DEVICE_SPI; in spl_boot_device()
/OK3568_Linux_fs/u-boot/arch/arm/mach-zynq/
H A Dspl.c45 mode = BOOT_DEVICE_SPI; in spl_boot_device()
/OK3568_Linux_fs/u-boot/board/phytec/pfla02/
H A Dpfla02.c562 if (spl_boot_device() == BOOT_DEVICE_SPI) in board_mmc_init()
580 case BOOT_DEVICE_SPI: in board_boot_order()
584 spl_boot_list[1] = BOOT_DEVICE_SPI; in board_boot_order()
/OK3568_Linux_fs/u-boot/arch/arm/mach-mvebu/
H A Dspl.c48 return BOOT_DEVICE_SPI; in get_boot_device()
/OK3568_Linux_fs/u-boot/arch/arm/mach-zynqmp/
H A Dspl.c107 return BOOT_DEVICE_SPI; in spl_boot_device()
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/
H A Dspl.c65 return BOOT_DEVICE_SPI; in spl_boot_device()
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dspl-boot-order.c82 return BOOT_DEVICE_SPI; in spl_node_to_boot_device()
/OK3568_Linux_fs/u-boot/board/phytec/pcm058/
H A Dpcm058.c522 case BOOT_DEVICE_SPI: in board_boot_order()
526 spl_boot_list[1] = BOOT_DEVICE_SPI; in board_boot_order()
/OK3568_Linux_fs/u-boot/common/spl/
H A Dspl_spi.c148 SPL_LOAD_IMAGE_METHOD("SPI", 1, BOOT_DEVICE_SPI, spl_spi_load_image);
/OK3568_Linux_fs/u-boot/arch/arm/mach-socfpga/
H A Dspl.c62 return BOOT_DEVICE_SPI; in spl_boot_device()
/OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/
H A Dboot-common.c67 boot_device = BOOT_DEVICE_SPI; in save_omap_boot_params()
/OK3568_Linux_fs/u-boot/board/ti/ks2_evm/
H A Dboard.c133 return BOOT_DEVICE_SPI; in spl_boot_device()
/OK3568_Linux_fs/u-boot/arch/arm/mach-sunxi/
H A Dspl_spi_sunxi.c312 SPL_LOAD_IMAGE_METHOD("sunxi SPI", 0, BOOT_DEVICE_SPI, spl_spi_load_image);
H A Dboard.c251 return BOOT_DEVICE_SPI; in spl_boot_device()

12