Home
last modified time | relevance | path

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

/u-boot/drivers/watchdog/
A 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()
/u-boot/arch/sandbox/cpu/
A Dstate.c344 struct sandbox_state *state_get_current(void) in state_get_current() function
352 struct sandbox_state *state = state_get_current(); in state_set_skip_delays()
359 struct sandbox_state *state = state_get_current(); in state_get_skip_delays()
387 struct sandbox_state *state = state_get_current(); in autoboot_keyed()
394 struct sandbox_state *state = state_get_current(); in autoboot_set_keyed()
404 struct sandbox_state *state = state_get_current(); in state_get_rel_filename()
426 struct sandbox_state *state = state_get_current(); in state_load_other_fdt()
452 struct sandbox_state *state = state_get_current(); in sandbox_set_eth_enable()
459 struct sandbox_state *state = state_get_current(); in sandbox_eth_enabled()
466 struct sandbox_state *state = state_get_current(); in sandbox_sf_set_enable_bootdevs()
[all …]
A Dcpu.c49 struct sandbox_state *state = state_get_current(); in __udelay()
110 state = state_get_current(); in phys_to_virt()
130 struct sandbox_state *state = state_get_current(); in find_tag()
212 struct sandbox_state *state = state_get_current(); in map_to_sysmem()
235 struct sandbox_state *state = state_get_current(); in sandbox_read()
256 struct sandbox_state *state = state_get_current(); in sandbox_write()
279 struct sandbox_state *state = state_get_current(); in sandbox_set_enable_memio()
324 struct sandbox_state *state = state_get_current(); in board_fdt_blob_setup()
A Dspl.c38 struct sandbox_state *state = state_get_current(); in board_init_f()
88 struct sandbox_state *state = state_get_current(); in load_from_image()
127 struct sandbox_state *state = state_get_current(); in spl_board_init()
A Dcache.c18 struct sandbox_state *state = state_get_current(); in invalidate_icache_all()
A Dstart.c61 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check()
139 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init()
516 state = state_get_current(); in sandbox_main()
A Dos.c700 struct sandbox_state *state = state_get_current(); in os_write_ram_buf()
716 struct sandbox_state *state = state_get_current(); in os_read_ram_buf()
813 struct sandbox_state *state = state_get_current(); in os_jump_to_file()
885 struct sandbox_state *state = state_get_current(); in os_find_u_boot()
941 struct sandbox_state *state = state_get_current(); in os_spl_to_uboot()
A Dsdl.c126 struct sandbox_state *state = state_get_current(); in sandbox_sdl_init_display()
/u-boot/drivers/hwspinlock/
A Dsandbox_hwspinlock.c13 struct sandbox_state *state = state_get_current(); in sandbox_lock()
28 struct sandbox_state *state = state_get_current(); in sandbox_unlock()
/u-boot/drivers/sysreset/
A 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()
90 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_get_last()
/u-boot/test/dm/
A Dspi.c23 struct sandbox_state *state = state_get_current(); in dm_test_spi_find()
61 sandbox_sf_unbind_emul(state_get_current(), busnum, cs); in dm_test_spi_find()
88 sandbox_sf_unbind_emul(state_get_current(), busnum, cs); in dm_test_spi_find()
89 sandbox_sf_unbind_emul(state_get_current(), busnum, cs_b); in dm_test_spi_find()
198 sandbox_sf_unbind_emul(state_get_current(), busnum, cs); in dm_test_spi_xfer()
A Dsf.c72 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash()
100 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash_func()
A Dsysreset.c18 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_base()
73 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_walk()
A Dhwspinlock.c18 struct sandbox_state *state = state_get_current(); in dm_test_hwspinlock_base()
A Dwdt.c22 struct sandbox_state *state = state_get_current(); in dm_test_wdt_base()
114 struct sandbox_state *state = state_get_current(); in dm_test_wdt_watchdog_reset()
/u-boot/cmd/
A Dsb.c36 state = state_get_current(); in do_sb_state()
/u-boot/arch/sandbox/include/asm/
A Dstate.h197 struct sandbox_state *state_get_current(void);
/u-boot/include/test/
A Dtest.h162 state_reset_for_test(state_get_current()); in arch_reset_for_test()
/u-boot/drivers/video/
A Dsandbox_sdl.c31 struct sandbox_state *state = state_get_current(); in sandbox_sdl_probe()
/u-boot/drivers/spi/
A Dsandbox_spi.c69 struct sandbox_state *state = state_get_current(); in sandbox_spi_xfer()
/u-boot/test/
A Dut.c190 struct sandbox_state *state = state_get_current(); in ut_silence_console()
/u-boot/drivers/serial/
A Dsandbox.c58 struct sandbox_state *state = state_get_current(); in sandbox_serial_probe()
/u-boot/drivers/mtd/spi/
A Dsandbox.c126 struct sandbox_state *state = state_get_current(); in sandbox_sf_probe()

Completed in 40 milliseconds