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

  /src/sys/arch/arm/fdt/
gicv3_fdt.c 205 u_int redistributor_regions, redistributor_stride; local in function:gicv3_fdt_map_registers
212 if (of_getprop_uint32(phandle, "#redistributor-regions", &redistributor_regions))
213 redistributor_regions = 1;
232 for (reg_off = 1, max_redist = 0, n = 0; n < redistributor_regions; n++, reg_off++) {
240 for (reg_off = 1, redist = 0, n = 0; n < redistributor_regions; n++, reg_off++) {

Completed in 11 milliseconds