Lines Matching refs:before
618 /* Only initialize PFDRs if the QMan was not initialized before */
647 u32 before, after;
651 before = qm_ccsr_in(REG_REV3_QCSP_LIO_CFG(idx));
653 before = qm_ccsr_in(REG_QCSP_LIO_CFG(idx));
655 liodn_offset = before & LIO_CFG_LIODN_MASK;
659 after = (before & (~LIO_CFG_LIODN_MASK)) | liodn_offset;
670 u32 before, after;
673 before = qm_ccsr_in(REG_REV3_QCSP_IO_CFG(idx));
676 after = (before & (~IO_CFG_SDEST_MASK)) | (cpu_idx << 16);
679 before = qm_ccsr_in(REG_QCSP_IO_CFG(idx));
680 after = (before & (~IO_CFG_SDEST_MASK)) | (cpu_idx << 16);