GICR_SIZE
*count += howmany(gicr->Length, GICR_SIZE);
for (off = 0; off < gicr->Length; off += GICR_SIZE) {
if (bus_space_subregion(sc->sc_gic.sc_bst, bsh, off, GICR_SIZE, &sc->sc_gic.sc_bsh_r[redist]) != 0) {
off += GICR_SIZE;
if (bus_space_map(sc->sc_gic.sc_bst, gicc->GicrBaseAddress, GICR_SIZE, 0, &sc->sc_gic.sc_bsh_r[redist]) != 0) {
gicc->GicrBaseAddress, GICR_SIZE);