Lines Matching +full:write +full:- +full:protected
12 The In-Band Error Correction Code (IBECC) improves reliability by providing
15 not support the out-of-band ECC.
18 and used to store ECC syndrome data. IBECC converts read / write transactions
23 IBECC functionality. ECC errors are injected on the write path and cause ECC
35 * OPERATION_MODE = 0x1 sets functional mode to all requests not be protected and
58 * Correctable Error (CE) - error is detected and corrected by IBECC module.
60 * Uncorrectable Error (UE) - error is detected by IBECC module and not
63 The IBECC driver provides error type for the higher-level application to
65 syndrome is not used in the IBECC driver but provided to higher-level
75 higher-level synchronization primitives. So, you cannot share anything that is
76 "protected" by a lock with an NMI, because the protection does not work. The