Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/amd/common/
H A Dplat_xfer_list.c14 static struct transfer_list_header *tl_hdr; variable
21 tl_hdr = (struct transfer_list_header *)FW_HANDOFF_BASE; in populate_data_from_xfer_list()
22 tl_ops_holder = transfer_list_check_header(tl_hdr); in populate_data_from_xfer_list()
39 transfer_list_dump(tl_hdr); in transfer_list_populate_ep_info()
40 while ((te = transfer_list_next(tl_hdr, te)) != NULL) { in transfer_list_populate_ep_info()
57 if (transfer_list_set_handoff_args(tl_hdr, bl32) == NULL) { in transfer_list_populate_ep_info()
72 if (transfer_list_rem(tl_hdr, te) == false) { in transfer_list_populate_ep_info()
88 te = transfer_list_find(tl_hdr, TL_TAG_FDT); in transfer_list_retrieve_dt_address()