Lines Matching refs:totallen
76 int totallen;
83 totallen = sfi_mtimer_num * sizeof(*pentry);
84 memcpy(sfi_mtimer_array, pentry, totallen);
89 for (totallen = 0; totallen < sfi_mtimer_num; totallen++, pentry++) {
91 totallen, (u32)pentry->phys_addr,
148 int totallen;
155 totallen = sfi_mrtc_num * sizeof(*pentry);
156 memcpy(sfi_mrtc_array, pentry, totallen);
161 for (totallen = 0; totallen < sfi_mrtc_num; totallen++, pentry++) {
163 totallen, (u32)pentry->phys_addr, pentry->irq);