Searched refs:hamming (Results 1 - 3 of 3) sorted by relevance

/drivers/media/platform/vivid/
H A Dvivid-vbi-gen.c223 static const u8 hamming[16] = { variable
233 packet[0] = hamming[1 + ((line & 1) << 3)];
234 packet[1] = hamming[line >> 1];
238 packet[2] = hamming[frame % 10];
239 packet[3] = hamming[frame / 10];
240 packet[4] = hamming[0];
241 packet[5] = hamming[0];
242 packet[6] = hamming[0];
243 packet[7] = hamming[0];
244 packet[8] = hamming[
[all...]
/drivers/mtd/nand/
H A Ddocg4.c221 * Byte 7 is hamming ecc for first 7 oob bytes only.
952 /* oob byte 7 is hamming code */
953 uint8_t hamming = readb(docptr + DOC_HAMMINGPARITY); local
954 hamming = readb(docptr + DOC_HAMMINGPARITY); /* 2nd read */
955 writew(hamming, docptr + DOCG4_OOB_6_7);
1005 /* note that bytes 7..14 are hw generated hamming/ecc and overwritten */
/drivers/mtd/devices/
H A Ddocg3.c58 * + 1 hamming byte)
598 * This function programs the ECC hardware to compute the hamming code on the
1263 u8 hwecc[DOC_ECC_BCH_SIZE], hamming; local
1287 hamming = doc_register_readb(docg3, DOC_HAMMINGPARITY);
1290 &hamming);

Completed in 105 milliseconds