Home
last modified time | relevance | path

Searched refs:spi_flash_probe_bus_cs (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf-uclass.c50 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 Dspi_flash.h105 int spi_flash_probe_bus_cs(unsigned int busnum, unsigned int cs,
/rk3399_rockchip-uboot/env/
H A Dsf.c60 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 Dfm.c376 ret = spi_flash_probe_bus_cs(CONFIG_ENV_SPI_BUS, CONFIG_ENV_SPI_CS, in fm_init_common()
/rk3399_rockchip-uboot/cmd/
H A Dsf.c129 ret = spi_flash_probe_bus_cs(bus, cs, speed, mode, &new); in do_spi_flash_probe()