Home | History | Annotate | Download | only in include

Lines Matching refs:p_dst

1226 #define BTM_SEC_COPY_TRUSTED_DEVICE(p_src, p_dst)              \
1230 ((uint32_t*)(p_dst))[trst] = ((uint32_t*)(p_src))[trst]; \
1234 #define BTM_SEC_CLR_TRUSTED_DEVICE(p_dst) \
1238 ((uint32_t*)(p_dst))[trst] = 0; \