Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/hob/
H A Dhob.c134 struct efi_hob_resource_descriptor *rd_hop; in create_resource_descriptor_hob() local
136 rd_hop = _create_hob(hob_table, EFI_HOB_TYPE_RESOURCE_DESCRIPTOR, in create_resource_descriptor_hob()
139 if (rd_hop == NULL) { in create_resource_descriptor_hob()
144 rd_hop->resource_type = resource_type; in create_resource_descriptor_hob()
145 rd_hop->resource_attribute = resource_attribute; in create_resource_descriptor_hob()
146 rd_hop->physical_start = phy_addr_start; in create_resource_descriptor_hob()
147 rd_hop->resource_length = resource_length; in create_resource_descriptor_hob()
148 memset(&rd_hop->owner, 0, sizeof(struct efi_guid)); in create_resource_descriptor_hob()