Searched refs:msg_port_setbits (Results 1 – 2 of 2) sorted by relevance
/u-boot/arch/x86/cpu/quark/ |
A D | quark.c | 203 msg_port_setbits(MSG_PORT_RMU, TS_MODE, 1 << 15); in quark_thermal_early_init() 206 msg_port_setbits(MSG_PORT_RMU, RMU_CTRL, (1 << 5) | (1 << 6)); in quark_thermal_early_init() 211 msg_port_setbits(MSG_PORT_HOST_BRIDGE, HMISC2, in quark_enable_legacy_seg() 381 msg_port_setbits(MSG_PORT_HOST_BRIDGE, HM_BOUND, HM_BOUND_LOCK); in board_final_init()
|
/u-boot/arch/x86/include/asm/arch-quark/ |
A D | msg_port.h | 115 #define msg_port_setbits(port, reg, set) \ macro
|
Completed in 3 milliseconds