Searched refs:UCLASS_SPI (Results 1 – 25 of 40) sorted by relevance
12
| /OK3568_Linux_fs/u-boot/test/log/ |
| H A D | log_test.c | 36 log_uc_cat(UCLASS_MMC), log_uc_cat(UCLASS_SPI), in log_test() 52 log_uc_cat(UCLASS_MMC), log_uc_cat(UCLASS_SPI), LOGC_END in log_test() 58 log_run(UCLASS_SPI, "file"); in log_test() 73 log_run(UCLASS_SPI, "file"); in log_test() 84 log_run(UCLASS_SPI, "file"); in log_test() 95 log_run(UCLASS_SPI, "file2"); in log_test() 106 log_run(UCLASS_SPI, "file2"); in log_test() 118 log_run(UCLASS_SPI, "file2"); in log_test() 129 log_run(UCLASS_SPI, "file"); in log_test() 147 log_run(UCLASS_SPI, "file"); in log_test() [all …]
|
| /OK3568_Linux_fs/u-boot/drivers/spi/ |
| H A D | spi-uclass.c | 96 if (bus->uclass->uc_drv->id != UCLASS_SPI) in dm_spi_xfer() 110 if (bus->uclass->uc_drv->id != UCLASS_SPI) in dm_spi_get_mmap() 281 ret = uclass_find_device_by_seq(UCLASS_SPI, busnum, false, &bus); in spi_cs_is_valid() 310 ret = uclass_find_device_by_seq(UCLASS_SPI, busnum, false, &bus); in spi_find_bus_and_cs() 338 ret = uclass_first_device_err(UCLASS_SPI, &bus); in spi_get_bus_and_cs() 340 ret = uclass_get_device_by_seq(UCLASS_SPI, busnum, &bus); in spi_get_bus_and_cs() 504 .id = UCLASS_SPI,
|
| H A D | sandbox_spi.c | 11 #define LOG_CATEGORY UCLASS_SPI 152 .id = UCLASS_SPI,
|
| H A D | altera_spi.c | 203 .id = UCLASS_SPI,
|
| H A D | mvebu_a3700_spi.c | 291 .id = UCLASS_SPI,
|
| H A D | soft_spi.c | 260 .id = UCLASS_SPI,
|
| H A D | ath79_spi.c | 223 .id = UCLASS_SPI,
|
| H A D | xilinx_spi.c | 297 .id = UCLASS_SPI,
|
| H A D | cadence_qspi.c | 348 .id = UCLASS_SPI,
|
| H A D | kirkwood_spi.c | 418 .id = UCLASS_SPI,
|
| H A D | tegra114_spi.c | 392 .id = UCLASS_SPI,
|
| H A D | tegra210_qspi.c | 412 .id = UCLASS_SPI,
|
| H A D | bcm63xx_hsspi.c | 408 .id = UCLASS_SPI,
|
| H A D | zynq_spi.c | 349 .id = UCLASS_SPI,
|
| H A D | tegra20_sflash.c | 350 .id = UCLASS_SPI,
|
| H A D | bcm63xx_spi.c | 427 .id = UCLASS_SPI,
|
| H A D | tegra20_slink.c | 369 .id = UCLASS_SPI,
|
| H A D | atmel_spi.c | 511 .id = UCLASS_SPI,
|
| H A D | pic32_spi.c | 443 .id = UCLASS_SPI,
|
| H A D | exynos_spi.c | 424 .id = UCLASS_SPI,
|
| H A D | atcspi200_spi.c | 406 .id = UCLASS_SPI,
|
| H A D | bcmstb_spi.c | 432 .id = UCLASS_SPI,
|
| /OK3568_Linux_fs/u-boot/test/dm/ |
| H A D | spi.c | 29 ut_asserteq(-ENODEV, uclass_find_device_by_seq(UCLASS_SPI, busnum, in dm_test_spi_find() 36 ut_asserteq(0, uclass_get_device_by_seq(UCLASS_SPI, busnum, &bus)); in dm_test_spi_find()
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-id.h | 83 UCLASS_SPI, /* SPI bus */ enumerator
|
| /OK3568_Linux_fs/u-boot/arch/x86/lib/fsp/ |
| H A D | fsp_common.c | 72 if (!uclass_first_device_err(UCLASS_SPI, &dev)) in board_final_cleanup()
|
12