Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/broadwell/
Dcpu.c339 u32 pch_power, pch_power_ext, pmsync, pmsync2; in configure_pch_power_sharing() local
343 pch_power = pcode_mailbox_read(MAILBOX_BIOS_CMD_READ_PCH_POWER); in configure_pch_power_sharing()
346 debug("PCH Power: PCODE Levels 0x%08x 0x%08x\n", pch_power, in configure_pch_power_sharing()
359 u32 level = pch_power & 0x3f; in configure_pch_power_sharing()
360 pch_power >>= 6; in configure_pch_power_sharing()
374 pmsync2 |= pch_power & 0x1f; in configure_pch_power_sharing()