Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/optee_clientApi/
H A DREADME42 cb7d8f9 rk322x: tee with ta: update optee version to v2.11
43 4f9488e rk3128x: tee with ta: update optee version to v2.11
44 6d6473c rk312x: tee with ta: update optee version to v2.01
45 c0b025b rk3288: tee with ta: update optee version to v2.01
66 a515160d optee: v1 rebuild ca/ta to support new OP-TEE MSG
68 a515160d optee: v1 rebuild ca/ta to support new OP-TEE MSG
H A DOpteeClientLoadTa.c43 int search_ta(void *uuid_octets, void *ta, size_t *ta_size) in search_ta() argument
147 if (item->ta_len <= *ta_size && ta) in search_ta()
148 memcpy(ta, userta + item->ta_offset, item->ta_len); in search_ta()
/rk3399_rockchip-uboot/include/optee_include/
H A Dtee_client_api.h521 TEEC_Result TEEC_RegisterTA(const void *ta, const size_t size);
529 void TEEC_UnregisterTA(const void *ta);
H A DOpteeClientLoadTa.h31 int search_ta(void *uuid_octets, void *ta, size_t *ta_size);
/rk3399_rockchip-uboot/arch/m68k/include/asm/coldfire/
H A Data.h21 u8 ta; /* 0x05 */ member
/rk3399_rockchip-uboot/board/freescale/m5253evbe/
H A Dm5253evbe.c117 out_8(&ata->ta, CALC_TIMING(piotms[2][8])); in ide_set_reset()
/rk3399_rockchip-uboot/board/freescale/m5253demo/
H A Dm5253demo.c124 out_8(&ata->ta, CALC_TIMING(piotms[2][8])); in ide_set_reset()
/rk3399_rockchip-uboot/board/freescale/m54455evb/
H A Dm54455evb.c141 out_8(&ata->ta, CALC_TIMING(piotms[2][8])); in ide_set_reset()