Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/test/dm/
H A Dspi.c22 struct sandbox_state *state = state_get_current(); in dm_test_spi_find()
64 sandbox_sf_unbind_emul(state_get_current(), busnum, cs); in dm_test_spi_find()
90 sandbox_sf_unbind_emul(state_get_current(), busnum, cs); in dm_test_spi_find()
91 sandbox_sf_unbind_emul(state_get_current(), busnum, cs_b); in dm_test_spi_find()
122 sandbox_sf_unbind_emul(state_get_current(), busnum, cs); in dm_test_spi_xfer()
H A Dsf.c69 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash()
97 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash_func()
H A Dsysreset.c18 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_base()
52 struct sandbox_state *state = state_get_current(); in dm_test_sysreset_walk()
H A Dtest-main.c32 state_reset_for_test(state_get_current()); in dm_test_init()
82 struct sandbox_state *state = state_get_current(); in dm_do_test()
H A Dwdt.c18 struct sandbox_state *state = state_get_current(); in dm_test_wdt_base()
/OK3568_Linux_fs/u-boot/drivers/watchdog/
H A Dsandbox_wdt.c16 struct sandbox_state *state = state_get_current(); in sandbox_wdt_start()
26 struct sandbox_state *state = state_get_current(); in sandbox_wdt_stop()
35 struct sandbox_state *state = state_get_current(); in sandbox_wdt_reset()
/OK3568_Linux_fs/u-boot/drivers/sysreset/
H A Dsysreset_sandbox.c20 struct sandbox_state *state = state_get_current(); in sandbox_warm_sysreset_request()
37 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_request()
/OK3568_Linux_fs/u-boot/arch/sandbox/cpu/
H A Dstart.c20 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()
H A Dcpu.c43 struct sandbox_state *state = state_get_current(); in __udelay()
109 struct sandbox_state *state = state_get_current(); in sandbox_read_fdt_from_file()
H A Dos.c418 struct sandbox_state *state = state_get_current(); in os_write_ram_buf()
434 struct sandbox_state *state = state_get_current(); in os_read_ram_buf()
495 struct sandbox_state *state = state_get_current(); in os_jump_to_image()
547 struct sandbox_state *state = state_get_current(); in os_find_u_boot()
583 struct sandbox_state *state = state_get_current(); in os_spl_to_uboot()
H A 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()
H A Dspl.c17 struct sandbox_state *state = state_get_current(); in board_init_f()
H A Dsdl.c64 struct sandbox_state *state = state_get_current(); in sandbox_sdl_init_display()
/OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/
H A Dstate.h152 struct sandbox_state *state_get_current(void);
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dsandbox_spi.c58 struct sandbox_state *state = state_get_current(); in sandbox_spi_xfer()
/OK3568_Linux_fs/u-boot/drivers/serial/
H A Dsandbox.c66 struct sandbox_state *state = state_get_current(); in sandbox_serial_probe()
/OK3568_Linux_fs/u-boot/drivers/mtd/spi/
H A Dsandbox.c129 struct sandbox_state *state = state_get_current(); in sandbox_sf_probe()