Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/quark/
Dquark.c190 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()
/external/u-boot/arch/x86/include/asm/arch-quark/
Dmsg_port.h117 #define msg_port_clrsetbits(port, reg, clr, set) \ macro