HomeSort by: relevance | last modified time | path
    Searched defs:aff (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/fdt/
pmu_fdt.c 193 const u_int *aff; local in function:pmu_fdt_intr_distribute
200 aff = fdtbus_get_prop(phandle, "interrupt-affinity", &len);
203 cpunode = fdtbus_get_phandle_from_native(be32toh(aff[index]));
pmu_fdt.c 193 const u_int *aff; local in function:pmu_fdt_intr_distribute
200 aff = fdtbus_get_prop(phandle, "interrupt-affinity", &len);
203 cpunode = fdtbus_get_phandle_from_native(be32toh(aff[index]));

Completed in 22 milliseconds