Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_acpi.c68 const union acpi_object *rev, *nr_graphs; in cs_acpi_validate_dsd_graph() local
76 nr_graphs = &graph->Package.Elements[1]; in cs_acpi_validate_dsd_graph()
79 nr_graphs->Type != ACPI_TYPE_INTEGER) in cs_acpi_validate_dsd_graph()
87 n = nr_graphs->Integer.Value; in cs_acpi_validate_dsd_graph()
229 int i, nr_graphs; in cs_get_coresight_graph() local
237 nr_graphs = graph_list->Package.Elements[1].Integer.Value; in cs_get_coresight_graph()
238 for (i = 2; i < nr_graphs + 2; i++) { in cs_get_coresight_graph()