Home
last modified time | relevance | path

Searched refs:pch_power (Results 1 – 1 of 1) sorted by relevance

/u-boot/arch/x86/cpu/broadwell/
A Dcpu_full.c275 u32 pch_power, pch_power_ext, pmsync, pmsync2; in configure_pch_power_sharing() local
279 pch_power = pcode_mailbox_read(MAILBOX_BIOS_CMD_READ_PCH_POWER); in configure_pch_power_sharing()
282 debug("PCH Power: PCODE Levels 0x%08x 0x%08x\n", pch_power, in configure_pch_power_sharing()
295 u32 level = pch_power & 0x3f; in configure_pch_power_sharing()
297 pch_power >>= 6; in configure_pch_power_sharing()
311 pmsync2 |= pch_power & 0x1f; in configure_pch_power_sharing()

Completed in 3 milliseconds