Home
last modified time | relevance | path

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

/rk3399_ARM-atf/lib/romlib/
H A Dromlib_generator.py143 for item in index_file_parser.items:
144 if item["type"] == "function":
145 patch = "\tpatch" if item["patch"] else ""
147 item["library_name"] + "\t" + item["function_name"] + patch + "\n")
181 for item in index_file_parser.items:
182 template_name = "jmptbl_entry_" + item["type"] + bti + ".S"
183 output_file.write(self.build_template(template_name, item, True))
196 fns = [item["function_name"] for item in index_file_parser.items
197 if not item["patch"] and item["type"] != "reserved"]
228 item = index_file_parser.items[item_index]
[all …]
/rk3399_ARM-atf/plat/imx/imx8ulp/xrdc/
H A Dxrdc_core.c189 uint32_t item = type | XRDC_ID(id); in xrdc_check_pd() local
203 if (item == list[i]) { in xrdc_check_pd()