Searched refs:UCLASS_SPI_FLASH (Results 1 – 10 of 10) sorted by relevance
/openbmc/u-boot/arch/arm/mach-rockchip/ |
H A D | spl-boot-order.c | 64 } else if (!uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in spl_node_to_boot_device() 75 if (!uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, &parent)) in spl_node_to_boot_device()
|
H A D | rk3288-board-spl.c | 62 case UCLASS_SPI_FLASH: in spl_boot_device()
|
H A D | rk3188-board-spl.c | 61 case UCLASS_SPI_FLASH: in spl_boot_device()
|
/openbmc/u-boot/include/dm/ |
H A D | uclass-id.h | 91 UCLASS_SPI_FLASH, /* SPI flash */ enumerator
|
/openbmc/u-boot/test/dm/ |
H A D | sf.c | 30 ut_assertok(uclass_first_device_err(UCLASS_SPI_FLASH, &dev)); in dm_test_spi_flash()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sf-uclass.c | 117 .id = UCLASS_SPI_FLASH,
|
H A D | sf_probe.c | 192 .id = UCLASS_SPI_FLASH,
|
H A D | sf_dataflash.c | 686 .id = UCLASS_SPI_FLASH,
|
H A D | sandbox.c | 11 #define LOG_CATEGORY UCLASS_SPI_FLASH
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | mrccache.c | 220 ret = uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in mrccache_get_region()
|