Home
last modified time | relevance | path

Searched refs:state_get_current (Results 1 – 20 of 20) sorted by relevance

/external/u-boot/arch/sandbox/cpu/
Dcpu.c45 struct sandbox_state *state = state_get_current(); in __udelay()
106 state = state_get_current(); in phys_to_virt()
126 struct sandbox_state *state = state_get_current(); in find_tag()
208 struct sandbox_state *state = state_get_current(); in map_to_sysmem()
231 struct sandbox_state *state = state_get_current(); in sandbox_read()
252 struct sandbox_state *state = state_get_current(); in sandbox_write()
275 struct sandbox_state *state = state_get_current(); in sandbox_set_enable_memio()
295 struct sandbox_state *state = state_get_current(); in sandbox_read_fdt_from_file()
Dspl.c18 struct sandbox_state *state = state_get_current(); in board_init_f()
52 struct sandbox_state *state = state_get_current(); in spl_board_init()
Dstart.c21 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check()
85 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init()
363 state = state_get_current(); in main()
Dstate.c334 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()
Dos.c516 struct sandbox_state *state = state_get_current(); in os_write_ram_buf()
532 struct sandbox_state *state = state_get_current(); in os_read_ram_buf()
630 struct sandbox_state *state = state_get_current(); in os_jump_to_file()
696 struct sandbox_state *state = state_get_current(); in os_find_u_boot()
Dsdl.c79 struct sandbox_state *state = state_get_current(); in sandbox_sdl_init_display()
/external/u-boot/test/dm/
Dspi.c21 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()
Dsf.c71 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash()
99 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash_func()
Dsysreset.c17 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()
Dtest-main.c31 state_reset_for_test(state_get_current()); in dm_test_init()
81 struct sandbox_state *state = state_get_current(); in dm_do_test()
Dhwspinlock.c17 struct sandbox_state *state = state_get_current(); in dm_test_hwspinlock_base()
Dwdt.c17 struct sandbox_state *state = state_get_current(); in dm_test_wdt_base()
/external/u-boot/drivers/watchdog/
Dsandbox_wdt.c13 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/
Dsysreset_sandbox.c17 struct sandbox_state *state = state_get_current(); in sandbox_warm_sysreset_request()
46 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_request()
88 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_get_last()
/external/u-boot/drivers/hwspinlock/
Dsandbox_hwspinlock.c13 struct sandbox_state *state = state_get_current(); in sandbox_lock()
28 struct sandbox_state *state = state_get_current(); in sandbox_unlock()
/external/u-boot/cmd/
Dsb.c34 state = state_get_current(); in do_sb_state()
/external/u-boot/arch/sandbox/include/asm/
Dstate.h187 struct sandbox_state *state_get_current(void);
/external/u-boot/drivers/spi/
Dsandbox_spi.c56 struct sandbox_state *state = state_get_current(); in sandbox_spi_xfer()
/external/u-boot/drivers/serial/
Dsandbox.c68 struct sandbox_state *state = state_get_current(); in sandbox_serial_probe()
/external/u-boot/drivers/mtd/spi/
Dsandbox.c127 struct sandbox_state *state = state_get_current(); in sandbox_sf_probe()