Lines Matching full:parity
317 * encode_rs8 - Calculate the parity for data values (8bit data width)
321 * @par: parity data, must be initialized by caller (usually all 0)
324 * The parity uses a uint16_t data type to enable
341 * @par: received parity data field
347 * @invmsk: invert data mask (will be xored on data, not on parity!)
350 * The syndrome and parity uses a uint16_t data type to enable
352 * syndrome result and the received parity before calling this code.
359 * errors. The count includes errors in the parity.
372 * encode_rs16 - Calculate the parity for data values (16bit data width)
376 * @par: parity data, must be initialized by caller (usually all 0)
377 * @invmsk: invert data mask (will be xored on data, not on parity!)
394 * @par: received parity data field
400 * @invmsk: invert data mask (will be xored on data, not on parity!)
410 * errors. The count includes errors in the parity.