Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/quark/
H A Dquark.c121 msg_port_alt_setbits(MSG_PORT_SOC_UNIT, PCIE_CFG, in quark_pcie_early_init()
173 msg_port_alt_clrsetbits(MSG_PORT_SOC_UNIT, TS_CFG1, in quark_thermal_early_init()
175 msg_port_alt_clrsetbits(MSG_PORT_SOC_UNIT, TS_CFG1, in quark_thermal_early_init()
178 msg_port_alt_setbits(MSG_PORT_SOC_UNIT, TS_CFG1, 1 << 14); in quark_thermal_early_init()
179 msg_port_alt_clrbits(MSG_PORT_SOC_UNIT, TS_CFG1, 1 << 17); in quark_thermal_early_init()
180 msg_port_alt_clrbits(MSG_PORT_SOC_UNIT, TS_CFG1, 1 << 18); in quark_thermal_early_init()
182 msg_port_alt_clrsetbits(MSG_PORT_SOC_UNIT, TS_CFG3, 0xff, 0x17); in quark_thermal_early_init()
183 msg_port_alt_clrsetbits(MSG_PORT_SOC_UNIT, TS_CFG3, in quark_thermal_early_init()
185 msg_port_alt_clrbits(MSG_PORT_SOC_UNIT, TS_CFG3, 0xff000000); in quark_thermal_early_init()
186 msg_port_alt_clrsetbits(MSG_PORT_SOC_UNIT, TS_CFG4, in quark_thermal_early_init()
[all …]
/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dquark.h16 #define MSG_PORT_SOC_UNIT 0x31 macro