Home
last modified time | relevance | path

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

/freebsd/sys/arm64/coresight/
H A Dcoresight_acpi.c65 const union acpi_object *rev, *nr_graphs; in cs_acpi_validate_dsd_graph() local
73 nr_graphs = &graph->Package.Elements[1]; in cs_acpi_validate_dsd_graph()
76 nr_graphs->Type != ACPI_TYPE_INTEGER) in cs_acpi_validate_dsd_graph()
84 n = nr_graphs->Integer.Value; in cs_acpi_validate_dsd_graph()
226 int i, nr_graphs; in cs_get_coresight_graph() local
234 nr_graphs = graph_list->Package.Elements[1].Integer.Value; in cs_get_coresight_graph()
235 for (i = 2; i < nr_graphs + 2; i++) { in cs_get_coresight_graph()