odd_parity
err = !odd_parity(p[0]) || !odd_parity(p[1]);
err = !odd_parity(p[1]) || !odd_parity(p[2]);
u8 odd_parity;
if (spicfg->odd_parity)