Searched refs:spi_flash_probe_bus_cs (Results 1 – 5 of 5) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/spi/ |
| H A D | sf-uclass.c | 50 if (spi_flash_probe_bus_cs(bus, cs, max_hz, spi_mode, &dev)) in spi_flash_probe() 61 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs, in spi_flash_probe_bus_cs() function
|
| /rk3399_rockchip-uboot/include/ |
| H A D | spi_flash.h | 105 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs,
|
| /rk3399_rockchip-uboot/env/ |
| H A D | sf.c | 60 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in setup_flash_device()
|
| /rk3399_rockchip-uboot/drivers/net/fm/ |
| H A D | fm.c | 376 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | sf.c | 129 ret = spi_flash_probe_bus_cs(bus, cs, speed, mode, &new); in do_spi_flash_probe()
|