Searched refs:state_get_current (Results 1 – 23 of 23) sorted by relevance
/u-boot/drivers/watchdog/ |
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()
|
/u-boot/arch/sandbox/cpu/ |
A D | cpu.c | 50 struct sandbox_state *state = state_get_current(); in __udelay() 111 state = state_get_current(); in phys_to_virt() 131 struct sandbox_state *state = state_get_current(); in find_tag() 213 struct sandbox_state *state = state_get_current(); in map_to_sysmem() 236 struct sandbox_state *state = state_get_current(); in sandbox_read() 257 struct sandbox_state *state = state_get_current(); in sandbox_write() 280 struct sandbox_state *state = state_get_current(); in sandbox_set_enable_memio() 300 struct sandbox_state *state = state_get_current(); in sandbox_read_fdt_from_file()
|
A D | spl.c | 23 struct sandbox_state *state = state_get_current(); in board_init_f() 57 struct sandbox_state *state = state_get_current(); in spl_board_init()
|
A D | cache.c | 18 struct sandbox_state *state = state_get_current(); in invalidate_icache_all()
|
A D | state.c | 336 struct sandbox_state *state_get_current(void) in state_get_current() function 344 struct sandbox_state *state = state_get_current(); in state_set_skip_delays() 351 struct sandbox_state *state = state_get_current(); in state_get_skip_delays()
|
A D | start.c | 60 struct sandbox_state *state = state_get_current(); in sandbox_early_getopt_check() 136 struct sandbox_state *state = state_get_current(); in sandbox_main_loop_init() 458 state = state_get_current(); in main()
|
A D | os.c | 554 struct sandbox_state *state = state_get_current(); in os_write_ram_buf() 570 struct sandbox_state *state = state_get_current(); in os_read_ram_buf() 668 struct sandbox_state *state = state_get_current(); in os_jump_to_file() 734 struct sandbox_state *state = state_get_current(); in os_find_u_boot() 796 struct sandbox_state *state = state_get_current(); in os_spl_to_uboot()
|
A D | sdl.c | 104 struct sandbox_state *state = state_get_current(); in sandbox_sdl_init_display()
|
/u-boot/drivers/hwspinlock/ |
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()
|
/u-boot/drivers/sysreset/ |
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() 91 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_get_last()
|
/u-boot/test/dm/ |
A D | spi.c | 23 struct sandbox_state *state = state_get_current(); in dm_test_spi_find() 62 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() 201 sandbox_sf_unbind_emul(state_get_current(), busnum, cs); in dm_test_spi_xfer()
|
A D | sf.c | 64 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash() 92 sandbox_sf_unbind_emul(state_get_current(), 0, 0); in dm_test_spi_flash_func()
|
A D | hwspinlock.c | 18 struct sandbox_state *state = state_get_current(); in dm_test_hwspinlock_base()
|
A D | sysreset.c | 18 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 D | wdt.c | 18 struct sandbox_state *state = state_get_current(); in dm_test_wdt_base()
|
A D | test-main.c | 36 state_reset_for_test(state_get_current()); in dm_test_init() 84 struct sandbox_state *state = state_get_current(); in dm_do_test()
|
/u-boot/cmd/ |
A D | sb.c | 36 state = state_get_current(); in do_sb_state()
|
/u-boot/arch/sandbox/include/asm/ |
A D | state.h | 189 struct sandbox_state *state_get_current(void);
|
/u-boot/drivers/video/ |
A D | sandbox_sdl.c | 30 struct sandbox_state *state = state_get_current(); in sandbox_sdl_probe()
|
/u-boot/test/ |
A D | ut.c | 125 struct sandbox_state *state = state_get_current(); in ut_silence_console()
|
/u-boot/drivers/spi/ |
A D | sandbox_spi.c | 73 struct sandbox_state *state = state_get_current(); in sandbox_spi_xfer()
|
/u-boot/drivers/serial/ |
A D | sandbox.c | 46 struct sandbox_state *state = state_get_current(); in sandbox_serial_probe()
|
/u-boot/drivers/mtd/spi/ |
A D | sandbox.c | 126 struct sandbox_state *state = state_get_current(); in sandbox_sf_probe()
|
Completed in 20 milliseconds