Home
last modified time | relevance | path

Searched refs:ta (Results 1 – 4 of 4) sorted by relevance

/u-boot/drivers/tee/
A Dsandbox.c435 if (!state->ta || state->session != session) in sandbox_tee_close_session()
439 state->ta = NULL; in sandbox_tee_close_session()
463 const struct ta_entry *ta; in sandbox_tee_open_session() local
465 if (state->ta) { in sandbox_tee_open_session()
470 ta = find_ta_entry(arg->uuid); in sandbox_tee_open_session()
471 if (!ta) { in sandbox_tee_open_session()
479 arg->ret = ta->open_session(dev, num_params, params); in sandbox_tee_open_session()
483 state->ta = (void *)ta; in sandbox_tee_open_session()
498 struct ta_entry *ta = state->ta; in sandbox_tee_invoke_func() local
505 if (!ta) { in sandbox_tee_invoke_func()
[all …]
/u-boot/include/
A Dsandboxtee.h24 void *ta; member
/u-boot/arch/m68k/include/asm/coldfire/
A Data.h20 u8 ta; /* 0x05 */ member
/u-boot/board/freescale/m5253demo/
A Dm5253demo.c122 out_8(&ata->ta, CALC_TIMING(piotms[2][8])); in ide_set_reset()

Completed in 11 milliseconds