Searched refs:HTE (Results 1 - 2 of 2) sorted by relevance

/u-boot/arch/x86/cpu/quark/
H A Dhte.c17 * Enable HTE to detect all possible errors for the given training parameters
22 msg_port_write(HTE, 0x000200a2, 0xffffffff);
23 msg_port_write(HTE, 0x000200a3, 0x000000ff);
24 msg_port_write(HTE, 0x000200a4, 0x00000000);
28 * Go and read the HTE register in order to find any error
30 * @return: The errors detected in the HTE status register
34 return msg_port_read(HTE, 0x000200a7);
38 * Wait until HTE finishes
46 do {} while ((msg_port_read(HTE, 0x00020012) & (1 << 30)) != 0);
48 tmp = msg_port_read(HTE,
[all...]
H A Dmrc_util.h49 #define HTE 0x11 macro

Completed in 36 milliseconds