| 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++) {
|