Searched refs:state_get_current (Results 1 – 20 of 20) sorted by relevance
/external/u-boot/arch/sandbox/cpu/ |
D | cpu.c | 45 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()
|
D | spl.c | 18 struct sandbox_state *state = state_get_current(); in board_init_f() 52 struct sandbox_state *state = state_get_current(); in spl_board_init()
|
D | start.c | 21 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()
|
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()
|
D | os.c | 516 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()
|
D | sdl.c | 79 struct sandbox_state *state = state_get_current(); in sandbox_sdl_init_display()
|
/external/u-boot/test/dm/ |
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()
|
D | sf.c | 71 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()
|
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()
|
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()
|
D | hwspinlock.c | 17 struct sandbox_state *state = state_get_current(); in dm_test_hwspinlock_base()
|
D | wdt.c | 17 struct sandbox_state *state = state_get_current(); in dm_test_wdt_base()
|
/external/u-boot/drivers/watchdog/ |
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()
|
/external/u-boot/drivers/sysreset/ |
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() 88 struct sandbox_state *state = state_get_current(); in sandbox_sysreset_get_last()
|
/external/u-boot/drivers/hwspinlock/ |
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()
|
/external/u-boot/cmd/ |
D | sb.c | 34 state = state_get_current(); in do_sb_state()
|
/external/u-boot/arch/sandbox/include/asm/ |
D | state.h | 187 struct sandbox_state *state_get_current(void);
|
/external/u-boot/drivers/spi/ |
D | sandbox_spi.c | 56 struct sandbox_state *state = state_get_current(); in sandbox_spi_xfer()
|
/external/u-boot/drivers/serial/ |
D | sandbox.c | 68 struct sandbox_state *state = state_get_current(); in sandbox_serial_probe()
|
/external/u-boot/drivers/mtd/spi/ |
D | sandbox.c | 127 struct sandbox_state *state = state_get_current(); in sandbox_sf_probe()
|