Searched refs:state_get_current (Results 1 – 17 of 17) sorted by relevance
/external/u-boot/test/dm/ |
D | spi.c | 21 struct sandbox_state *state = state_get_current(); in dm_test_spi_find() 63 sandbox_sf_unbind_emul(state_get_current(), busnum, cs); in dm_test_spi_find() 89 sandbox_sf_unbind_emul(state_get_current(), busnum, cs); in dm_test_spi_find() 90 sandbox_sf_unbind_emul(state_get_current(), busnum, cs_b); in dm_test_spi_find() 121 sandbox_sf_unbind_emul(state_get_current(), busnum, cs); in dm_test_spi_xfer()
|
D | sysreset.c | 17 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_base() 51 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_walk()
|
D | test-main.c | 31 state_reset_for_test(state_get_current()); in dm_test_init() 81 struct sandbox_state *state = state_get_current(); in dm_do_test()
|
D | sf.c | 38 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash()
|
D | wdt.c | 17 struct sandbox_state *state = state_get_current(); in dm_test_wdt_base()
|
/external/u-boot/drivers/watchdog/ |
D | sandbox_wdt.c | 13 struct sandbox_state *state = state_get_current(); in sandbox_wdt_start() 23 struct sandbox_state *state = state_get_current(); in sandbox_wdt_stop() 32 struct sandbox_state *state = state_get_current(); in sandbox_wdt_reset()
|
/external/u-boot/drivers/sysreset/ |
D | sysreset_sandbox.c | 17 struct sandbox_state *state = state_get_current(); in sandbox_warm_sysreset_request() 34 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_request()
|
/external/u-boot/arch/sandbox/cpu/ |
D | start.c | 20 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check() 84 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init() 299 state = state_get_current(); in main()
|
D | os.c | 438 struct sandbox_state *state = state_get_current(); in os_write_ram_buf() 454 struct sandbox_state *state = state_get_current(); in os_read_ram_buf() 515 struct sandbox_state *state = state_get_current(); in os_jump_to_image() 567 struct sandbox_state *state = state_get_current(); in os_find_u_boot() 603 struct sandbox_state *state = state_get_current(); in os_spl_to_uboot()
|
D | cpu.c | 44 struct sandbox_state *state = state_get_current(); in __udelay() 120 struct sandbox_state *state = state_get_current(); in sandbox_read_fdt_from_file()
|
D | state.c | 334 struct sandbox_state *state_get_current(void) in state_get_current() function 342 struct sandbox_state *state = state_get_current(); in state_set_skip_delays() 349 struct sandbox_state *state = state_get_current(); in state_get_skip_delays()
|
D | spl.c | 17 struct sandbox_state *state = state_get_current(); in board_init_f()
|
D | sdl.c | 63 struct sandbox_state *state = state_get_current(); in sandbox_sdl_init_display()
|
/external/u-boot/arch/sandbox/include/asm/ |
D | state.h | 153 struct sandbox_state *state_get_current(void);
|
/external/u-boot/drivers/mtd/spi/ |
D | sandbox.c | 115 struct sandbox_state *state = state_get_current(); in sandbox_sf_probe() 137 struct sandbox_state *state = state_get_current(); in sandbox_sf_probe() 655 struct sandbox_state *state = state_get_current(); in dm_scan_other()
|
/external/u-boot/drivers/spi/ |
D | sandbox_spi.c | 54 struct sandbox_state *state = state_get_current(); in sandbox_spi_xfer()
|
/external/u-boot/drivers/serial/ |
D | sandbox.c | 65 struct sandbox_state *state = state_get_current(); in sandbox_serial_probe()
|