Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/x86/cpu/quark/
H A Dquark.c91 msg_port_write(MSG_PORT_RMU, PBLK_BA, in quark_setup_bars()
95 msg_port_write(MSG_PORT_RMU, SPI_DMA_BA, in quark_setup_bars()
190 msg_port_clrsetbits(MSG_PORT_RMU, TS_TRIP, 0xff, 155); in quark_thermal_early_init()
193 msg_port_clrsetbits(MSG_PORT_RMU, TS_TRIP, 0xff0000, 50 << 16); in quark_thermal_early_init()
199 msg_port_setbits(MSG_PORT_RMU, TS_MODE, 1 << 15); in quark_thermal_early_init()
202 msg_port_setbits(MSG_PORT_RMU, RMU_CTRL, (1 << 5) | (1 << 6)); in quark_thermal_early_init()
/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dquark.h12 #define MSG_PORT_RMU 0x04 macro