Searched refs:pmsync2 (Results 1 – 1 of 1) sorted by relevance
339 u32 pch_power, pch_power_ext, pmsync, pmsync2; in configure_pch_power_sharing() local350 pmsync2 = readl(RCB_REG(PMSYNC_CONFIG2)); in configure_pch_power_sharing()373 pmsync2 &= ~0x1f; in configure_pch_power_sharing()374 pmsync2 |= pch_power & 0x1f; in configure_pch_power_sharing()379 pmsync2 &= ~(0x1f << (i * 8)); in configure_pch_power_sharing()380 pmsync2 |= (level & 0x1f) << (i * 8); in configure_pch_power_sharing()382 writel(pmsync2, RCB_REG(PMSYNC_CONFIG2)); in configure_pch_power_sharing()