Home
last modified time | relevance | path

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

/external/u-boot/arch/x86/cpu/quark/
Dquark.c199 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()
207 msg_port_setbits(MSG_PORT_HOST_BRIDGE, HMISC2, in quark_enable_legacy_seg()
383 msg_port_setbits(MSG_PORT_HOST_BRIDGE, HM_BOUND, HM_BOUND_LOCK); in board_final_cleanup()
/external/u-boot/arch/x86/include/asm/arch-quark/
Dmsg_port.h115 #define msg_port_setbits(port, reg, set) \ macro