Searched refs:UCLASS_SPI (Results 1 – 25 of 83) sorted by relevance
1234
| /u-boot/drivers/spi/ |
| A D | spi-uclass.c | 6 #define LOG_CATEGORY UCLASS_SPI 101 if (bus->uclass->uc_drv->id != UCLASS_SPI) in dm_spi_xfer() 115 if (bus->uclass->uc_drv->id != UCLASS_SPI) in dm_spi_get_mmap() 313 ret = uclass_find_device_by_seq(UCLASS_SPI, busnum, &bus); in spi_cs_is_valid() 342 ret = uclass_find_device_by_seq(UCLASS_SPI, busnum, &bus); in spi_find_bus_and_cs() 367 ret = uclass_first_device_err(UCLASS_SPI, &bus); in spi_get_bus_and_cs() 369 ret = uclass_get_device_by_seq(UCLASS_SPI, busnum, &bus); in spi_get_bus_and_cs() 426 ret = uclass_first_device_err(UCLASS_SPI, &bus); in _spi_get_bus_and_cs() 428 ret = uclass_get_device_by_seq(UCLASS_SPI, busnum, &bus); in _spi_get_bus_and_cs() 602 .id = UCLASS_SPI,
|
| A D | sandbox_spi.c | 11 #define LOG_CATEGORY UCLASS_SPI 171 .id = UCLASS_SPI,
|
| A D | sh_qspi.c | 9 #define LOG_CATEGORY UCLASS_SPI 355 .id = UCLASS_SPI,
|
| A D | mscc_bb_spi.c | 232 .id = UCLASS_SPI,
|
| A D | altera_spi.c | 200 .id = UCLASS_SPI,
|
| A D | ath79_spi.c | 224 .id = UCLASS_SPI,
|
| A D | npcm_pspi.c | 221 .id = UCLASS_SPI,
|
| A D | stm32_qspi.c | 10 #define LOG_CATEGORY UCLASS_SPI 522 .id = UCLASS_SPI,
|
| A D | mpc8xx_spi.c | 235 .id = UCLASS_SPI,
|
| A D | soft_spi.c | 281 .id = UCLASS_SPI,
|
| A D | gxp_spi.c | 297 .id = UCLASS_SPI,
|
| A D | mt7620_spi.c | 276 .id = UCLASS_SPI,
|
| A D | mvebu_a3700_spi.c | 325 .id = UCLASS_SPI,
|
| A D | kirkwood_spi.c | 352 .id = UCLASS_SPI,
|
| A D | mt7621_spi.c | 304 .id = UCLASS_SPI,
|
| A D | apple_spi.c | 280 .id = UCLASS_SPI,
|
| /u-boot/test/log/ |
| A D | log_test.c | 49 #define log_run_file(file) do_log_run(uts, UCLASS_SPI, file) 50 #define log_run() do_log_run(uts, UCLASS_SPI, "file") 106 log_uc_cat(UCLASS_MMC), log_uc_cat(UCLASS_SPI), in log_test_cat_allow() 119 log_run_cat(UCLASS_SPI); in log_test_cat_allow() 139 log_run_cat(UCLASS_SPI); in log_test_cat_deny_implicit() 330 log_uc_cat(UCLASS_SPI), LOGC_END in log_test_cat_deny() 340 log_run_cat(UCLASS_SPI); in log_test_cat_deny()
|
| A D | log_filter.c | 67 log_uc_cat(UCLASS_SPI))); in log_test_filter()
|
| /u-boot/arch/x86/cpu/apollolake/ |
| A D | fsp_m.c | 57 ret = uclass_find_first_device(UCLASS_SPI, &spi); in fspm_done()
|
| A D | cpu_spl.c | 122 ret = uclass_first_device_err(UCLASS_SPI, &spi); in arch_cpu_init_tpl()
|
| /u-boot/include/dm/ |
| A D | uclass-id.h | 125 UCLASS_SPI, /* SPI bus */ enumerator
|
| /u-boot/test/dm/ |
| A D | pinmux.c | 75 ut_assertok(uclass_get_device_by_name(UCLASS_SPI, "spi@0", &dev)); in dm_test_pinctrl_single()
|
| A D | spi.c | 34 ut_asserteq(0, uclass_get_device_by_seq(UCLASS_SPI, busnum, &bus)); in dm_test_spi_find()
|
| /u-boot/board/phytec/pcm058/ |
| A D | pcm058.c | 281 int ret = uclass_get_device_by_name(UCLASS_SPI, "spi@2008000", &udev); in spl_board_init()
|
| /u-boot/board/cssi/common/ |
| A D | common.c | 93 ret = uclass_get_device(UCLASS_SPI, 0, &eeprom); in read_eeprom()
|
Completed in 58 milliseconds
1234