Home
last modified time | relevance | path

Searched refs:MSG_BYTE_ENABLE (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/arch/x86/cpu/quark/
H A Dcar.S54 or $((MSG_OP_READ << 24) | MSG_BYTE_ENABLE), %eax
84 or $((MSG_OP_WRITE << 24) | MSG_BYTE_ENABLE), %eax
H A Dmsg_port.c15 (((reg) << 8) & 0xff00) | MSG_BYTE_ENABLE)); in msg_port_setup()
/openbmc/u-boot/arch/x86/include/asm/arch-quark/
H A Dmsg_port.h33 #define MSG_BYTE_ENABLE 0xf0 macro