Searched refs:spi_find_bus_and_cs (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | spi.c | 50 ut_asserteq(-ENODEV, spi_find_bus_and_cs(busnum, cs, &bus, &dev)); in dm_test_spi_find() 60 ut_asserteq(-ENODEV, spi_find_bus_and_cs(busnum, cs, &bus, &dev)); in dm_test_spi_find() 71 ut_assertok(spi_find_bus_and_cs(busnum, cs, &bus, &dev)); in dm_test_spi_find()
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-uclass.su | |
| H A D | spi-uclass.c | 304 int spi_find_bus_and_cs(int busnum, int cs, struct udevice **busp, in spi_find_bus_and_cs() function
|
| /OK3568_Linux_fs/u-boot/spl/drivers/spi/ |
| H A D | spi-uclass.su | |
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | spi.h | 542 int spi_find_bus_and_cs(int busnum, int cs, struct udevice **busp,
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | sf.c | 124 ret = spi_find_bus_and_cs(bus, cs, &bus_dev, &new); in do_spi_flash_probe()
|
| /OK3568_Linux_fs/u-boot/spl/ |
| H A D | u-boot-spl.map | |
| /OK3568_Linux_fs/u-boot/ |
| H A D | u-boot.map | |