Searched refs:state_get_current (Results 1 – 20 of 20) sorted by relevance
/openbmc/u-boot/test/dm/ |
H A 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()
|
H A D | sf.c | 61 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash() 89 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash_func()
|
H A D | sysreset.c | 17 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_base() 70 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_walk()
|
H A 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()
|
H A D | hwspinlock.c | 17 struct sandbox_state *state = state_get_current(); in dm_test_hwspinlock_base()
|
H A D | wdt.c | 17 struct sandbox_state *state = state_get_current(); in dm_test_wdt_base()
|
/openbmc/u-boot/drivers/watchdog/ |
H A 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()
|
/openbmc/u-boot/arch/sandbox/cpu/ |
H A D | cpu.c | 44 struct sandbox_state *state = state_get_current(); in __udelay() 105 state = state_get_current(); in phys_to_virt() 125 struct sandbox_state *state = state_get_current(); in find_tag() 207 struct sandbox_state *state = state_get_current(); in map_to_sysmem() 243 struct sandbox_state *state = state_get_current(); in sandbox_read_fdt_from_file()
|
H A D | spl.c | 17 struct sandbox_state *state = state_get_current(); in board_init_f() 51 struct sandbox_state *state = state_get_current(); in spl_board_init()
|
H A 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() 335 state = state_get_current(); in main()
|
H A 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()
|
H A D | os.c | 512 struct sandbox_state *state = state_get_current(); in os_write_ram_buf() 528 struct sandbox_state *state = state_get_current(); in os_read_ram_buf() 626 struct sandbox_state *state = state_get_current(); in os_jump_to_file() 692 struct sandbox_state *state = state_get_current(); in os_find_u_boot()
|
H A D | sdl.c | 79 struct sandbox_state *state = state_get_current(); in sandbox_sdl_init_display()
|
/openbmc/u-boot/drivers/sysreset/ |
H A D | sysreset_sandbox.c | 17 struct sandbox_state *state = state_get_current(); in sandbox_warm_sysreset_request() 46 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_request() 87 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_get_last()
|
/openbmc/u-boot/drivers/hwspinlock/ |
H A D | sandbox_hwspinlock.c | 13 struct sandbox_state *state = state_get_current(); in sandbox_lock() 28 struct sandbox_state *state = state_get_current(); in sandbox_unlock()
|
/openbmc/u-boot/cmd/ |
H A D | sb.c | 34 state = state_get_current(); in do_sb_state()
|
/openbmc/u-boot/arch/sandbox/include/asm/ |
H A D | state.h | 186 struct sandbox_state *state_get_current(void);
|
/openbmc/u-boot/drivers/spi/ |
H A D | sandbox_spi.c | 56 struct sandbox_state *state = state_get_current(); in sandbox_spi_xfer()
|
/openbmc/u-boot/drivers/serial/ |
H A D | sandbox.c | 68 struct sandbox_state *state = state_get_current(); in sandbox_serial_probe()
|
/openbmc/u-boot/drivers/mtd/spi/ |
H A D | sandbox.c | 127 struct sandbox_state *state = state_get_current(); in sandbox_sf_probe()
|