Home
last modified time | relevance | path

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

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