Home
last modified time | relevance | path

Searched refs:UCLASS_SPI_FLASH (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/arch/arm/mach-rockchip/
H A Dspl-boot-order.c64 } 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 Drk3288-board-spl.c62 case UCLASS_SPI_FLASH: in spl_boot_device()
H A Drk3188-board-spl.c61 case UCLASS_SPI_FLASH: in spl_boot_device()
/openbmc/u-boot/include/dm/
H A Duclass-id.h91 UCLASS_SPI_FLASH, /* SPI flash */ enumerator
/openbmc/u-boot/test/dm/
H A Dsf.c30 ut_assertok(uclass_first_device_err(UCLASS_SPI_FLASH, &dev)); in dm_test_spi_flash()
/openbmc/u-boot/drivers/mtd/spi/
H A Dsf-uclass.c117 .id = UCLASS_SPI_FLASH,
H A Dsf_probe.c192 .id = UCLASS_SPI_FLASH,
H A Dsf_dataflash.c686 .id = UCLASS_SPI_FLASH,
H A Dsandbox.c11 #define LOG_CATEGORY UCLASS_SPI_FLASH
/openbmc/u-boot/arch/x86/lib/
H A Dmrccache.c220 ret = uclass_get_device_by_of_offset(UCLASS_SPI_FLASH, node, in mrccache_get_region()