Home
last modified time | relevance | path

Searched refs:hdr (Results 1 – 10 of 10) sorted by relevance

/rk3399_ARM-atf/drivers/ti/ti_sci/
H A Dti_sci_protocol.h97 struct ti_sci_msg_hdr hdr; member
117 struct ti_sci_msg_hdr hdr; member
136 struct ti_sci_msg_hdr hdr; member
157 struct ti_sci_msg_hdr hdr; member
194 struct ti_sci_msg_hdr hdr; member
213 struct ti_sci_msg_hdr hdr; member
231 struct ti_sci_msg_hdr hdr; member
255 struct ti_sci_msg_hdr hdr; member
298 struct ti_sci_msg_hdr hdr; member
319 struct ti_sci_msg_hdr hdr; member
[all …]
H A Dti_sci.c63 struct ti_sci_msg_hdr *hdr; in ti_sci_setup_one_xfer() local
68 tx_message_size < sizeof(*hdr)) in ti_sci_setup_one_xfer()
71 hdr = (struct ti_sci_msg_hdr *)tx_buf; in ti_sci_setup_one_xfer()
74 hdr->sec_hdr.checksum = 0; in ti_sci_setup_one_xfer()
75 hdr->seq = ++message_sequence; in ti_sci_setup_one_xfer()
76 hdr->type = msg_type; in ti_sci_setup_one_xfer()
77 hdr->host = TI_SCI_HOST_ID; in ti_sci_setup_one_xfer()
78 hdr->flags = msg_flags; in ti_sci_setup_one_xfer()
81 hdr->flags |= TI_SCI_FLAG_REQ_ACK_ON_PROCESSED; in ti_sci_setup_one_xfer()
104 struct ti_sci_msg_hdr *hdr; in ti_sci_get_response() local
[all …]
/rk3399_ARM-atf/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr_parser.c140 int calc_img_hash(struct csf_hdr *hdr, in calc_img_hash() argument
156 ret = hash_update(algo, ctx, (uint8_t *)hdr, sizeof(struct csf_hdr)); in calc_img_hash()
163 (uint8_t *)((uint8_t *)hdr + hdr->srk_tbl_off), in calc_img_hash()
164 hdr->len_kr.num_srk * sizeof(struct srk_table)); in calc_img_hash()
209 static int32_t get_key(struct csf_hdr *hdr, uint8_t **key, uint32_t *len, in get_key() argument
215 void *esbc = hdr; in get_key()
216 struct srk_table *srktbl = (void *)((uint8_t *)esbc + hdr->srk_tbl_off); in get_key()
224 if ((hdr->len_kr.num_srk == 0) || in get_key()
225 (hdr->len_kr.num_srk > MAX_KEY_ENTRIES)) { in get_key()
234 key_num = hdr->len_kr.srk_sel; in get_key()
[all …]
H A Dinput_bl2_ch260 # Specify the file names of csf header and sg table. (Default :hdr.out) [Optional]
/rk3399_ARM-atf/plat/imx/imx8ulp/upower/
H A Dupower_api.c25 #define UPWR_MSG_HDR(hdr, sg, fn) { \ argument
26 (hdr).domain = (uint32_t)pwr_domain; \
27 (hdr).srvgrp = (sg); \
28 (hdr).function = (fn); }
256 sg = (upwr_sg_t)rxmsg.hdr.srvgrp; in upwr_mu_int_callback()
274 user_callb(sg, rxmsg.hdr.function, in upwr_mu_int_callback()
275 (upwr_resp_t)rxmsg.hdr.errcode, in upwr_mu_int_callback()
276 (size == 2U) ? rxmsg.word2 : rxmsg.hdr.ret); in upwr_mu_int_callback()
286 if (rxmsg.hdr.errcode == UPWR_RESP_SHUTDOWN) { /* shutdown error: */ in upwr_mu_int_callback()
427 if ((upwr_resp_t)msg->hdr.errcode == UPWR_RESP_OK) { in upwr_start_callb()
[all …]
H A Dupower_defs.h57 struct upwr_msg_hdr hdr; member
63 struct upwr_msg_hdr hdr; member
69 struct upwr_msg_hdr hdr; member
75 struct upwr_msg_hdr hdr; member
101 struct upwr_msg_hdr hdr; member
162 struct upwr_msg_hdr hdr; /* message header */ member
320 struct upwr_msg_hdr hdr; /* message header */ member
338 struct upwr_msg_hdr hdr; /* message header */ member
351 struct upwr_msg_hdr hdr; /* message header */ member
360 struct upwr_msg_hdr hdr; member
[all …]
/rk3399_ARM-atf/plat/st/common/
H A Dstm32mp_trusted_boot.c100 boot_api_image_header_t *hdr = (boot_api_image_header_t *)(SRAM3_BASE + SRAM3_SIZE - in get_rotpk_hash() local
102 boot_extension_header_t *ext_header = (boot_extension_header_t *)hdr->ext_header; in get_rotpk_hash()
109 if (hdr->header_version != BOOT_API_HEADER_VERSION) { in get_rotpk_hash()
/rk3399_ARM-atf/plat/imx/common/include/
H A Dele_api.h13 uint32_t hdr; member
/rk3399_ARM-atf/include/drivers/nxp/auth/csf_hdr_parser/
H A Dcsf_hdr.h152 int calc_img_hash(struct csf_hdr *hdr, void *img_addr, uint32_t img_size,
/rk3399_ARM-atf/plat/imx/imx8m/
H A Dimx_hab.c63 uint64_t hdr; member