Searched refs:reset_others (Results 1 – 1 of 1) sorted by relevance
2729 unsigned long reset_others = 0UL; in pfm_reset_regs_masked() local2742 reset_others |= ctx->ctx_pmds[i].reset_pmds[0]; in pfm_reset_regs_masked()2750 for(i = 0; reset_others; i++, reset_others >>= 1) { in pfm_reset_regs_masked()2752 if ((reset_others & 0x1) == 0) continue; in pfm_reset_regs_masked()2765 unsigned long reset_others = 0UL; in pfm_reset_regs() local2785 reset_others |= ctx->ctx_pmds[i].reset_pmds[0]; in pfm_reset_regs()2795 for(i = 0; reset_others; i++, reset_others >>= 1) { in pfm_reset_regs()2797 if ((reset_others & 0x1) == 0) continue; in pfm_reset_regs()