Searched refs:UCLASS_SPI (Results 1 – 25 of 48) sorted by relevance
12
| /openbmc/u-boot/test/log/ |
| H A D | log_test.c | 35 log_uc_cat(UCLASS_MMC), log_uc_cat(UCLASS_SPI), in log_test() 51 log_uc_cat(UCLASS_MMC), log_uc_cat(UCLASS_SPI), LOGC_END in log_test() 57 log_run(UCLASS_SPI, "file"); in log_test() 72 log_run(UCLASS_SPI, "file"); in log_test() 83 log_run(UCLASS_SPI, "file"); in log_test() 94 log_run(UCLASS_SPI, "file2"); in log_test() 105 log_run(UCLASS_SPI, "file2"); in log_test() 117 log_run(UCLASS_SPI, "file2"); in log_test() 128 log_run(UCLASS_SPI, "file"); in log_test() 146 log_run(UCLASS_SPI, "file"); in log_test() [all …]
|
| /openbmc/u-boot/drivers/spi/ |
| H A D | spi-uclass.c | 89 if (bus->uclass->uc_drv->id != UCLASS_SPI) in dm_spi_xfer() 99 if (bus->uclass->uc_drv->id != UCLASS_SPI) in dm_spi_nor_ctrl_wlock() 109 if (bus->uclass->uc_drv->id != UCLASS_SPI) in dm_spi_nor_ctrl_wunlock() 235 ret = uclass_find_device_by_seq(UCLASS_SPI, busnum, false, &bus); in spi_cs_is_valid() 283 ret = uclass_find_device_by_seq(UCLASS_SPI, busnum, false, &bus); in spi_find_bus_and_cs() 309 ret = uclass_first_device_err(UCLASS_SPI, &bus); in spi_get_bus_and_cs() 311 ret = uclass_get_device_by_seq(UCLASS_SPI, busnum, &bus); in spi_get_bus_and_cs() 465 .id = UCLASS_SPI,
|
| H A D | sandbox_spi.c | 11 #define LOG_CATEGORY UCLASS_SPI 139 .id = UCLASS_SPI,
|
| H A D | mpc8xx_spi.c | 212 .id = UCLASS_SPI,
|
| H A D | mscc_bb_spi.c | 231 .id = UCLASS_SPI,
|
| H A D | altera_spi.c | 200 .id = UCLASS_SPI,
|
| H A D | soft_spi.c | 251 .id = UCLASS_SPI,
|
| H A D | mvebu_a3700_spi.c | 293 .id = UCLASS_SPI,
|
| H A D | ath79_spi.c | 222 .id = UCLASS_SPI,
|
| H A D | meson_spifc.c | 315 .id = UCLASS_SPI,
|
| H A D | mt7621_spi.c | 307 .id = UCLASS_SPI,
|
| H A D | pl022_spi.c | 316 .id = UCLASS_SPI,
|
| H A D | cadence_qspi.c | 338 .id = UCLASS_SPI,
|
| H A D | sh_qspi.c | 352 .id = UCLASS_SPI,
|
| H A D | kirkwood_spi.c | 427 .id = UCLASS_SPI,
|
| H A D | tegra210_qspi.c | 411 .id = UCLASS_SPI,
|
| H A D | tegra114_spi.c | 389 .id = UCLASS_SPI,
|
| H A D | bcm63xx_hsspi.c | 401 .id = UCLASS_SPI,
|
| H A D | zynq_spi.c | 348 .id = UCLASS_SPI,
|
| H A D | tegra20_slink.c | 368 .id = UCLASS_SPI,
|
| H A D | tegra20_sflash.c | 349 .id = UCLASS_SPI,
|
| H A D | mtk_qspi.c | 352 .id = UCLASS_SPI,
|
| H A D | xilinx_spi.c | 364 .id = UCLASS_SPI,
|
| /openbmc/u-boot/test/dm/ |
| H A D | spi.c | 28 ut_asserteq(-ENODEV, uclass_find_device_by_seq(UCLASS_SPI, busnum, in dm_test_spi_find() 35 ut_asserteq(0, uclass_get_device_by_seq(UCLASS_SPI, busnum, &bus)); in dm_test_spi_find()
|
| /openbmc/u-boot/include/dm/ |
| H A D | uclass-id.h | 90 UCLASS_SPI, /* SPI bus */ enumerator
|
12