Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/coresight/
H A Dcoresight_acpi.c216 int nlinks; in cs_acpi_validate_coresight_graph() local
218 nlinks = cs_graph->Package.Elements[2].Integer.Value; in cs_acpi_validate_coresight_graph()
219 if (cs_graph->Package.Count != (nlinks + 3)) in cs_acpi_validate_coresight_graph()
304 int nlinks; in coresight_acpi_get_ports() local
314 nlinks = graph->Package.Elements[2].Integer.Value; in coresight_acpi_get_ports()
315 if (!nlinks) in coresight_acpi_get_ports()
318 for (i = 0; i < nlinks; i++) { in coresight_acpi_get_ports()