Lines Matching full:byte

367    Hardware ECC generator providing 3 bytes ECC per 256 byte.
371 Hardware ECC generator providing 3 bytes ECC per 512 byte.
375 Hardware ECC generator providing 6 bytes ECC per 512 byte.
379 Hardware ECC generator providing 8 bytes ECC per 512 byte.
645 The eccpos array holds the byte offsets in the spare area where the
693 256 byte pagesize
699 0x00 ECC byte 0 Error correction code byte 0
700 0x01 ECC byte 1 Error correction code byte 1
701 0x02 ECC byte 2 Error correction code byte 2
704 0x05 Bad block marker If any bit in this byte is zero, then this
707 byte is reserved
712 512 byte pagesize
719 0x00 ECC byte 0 Error correction code byte 0 of the lower
720 256 Byte data in this page
721 0x01 ECC byte 1 Error correction code byte 1 of the lower
723 0x02 ECC byte 2 Error correction code byte 2 of the lower
725 0x03 ECC byte 3 Error correction code byte 0 of the upper
728 0x05 Bad block marker If any bit in this byte is zero, then this
731 byte is reserved
732 0x06 ECC byte 4 Error correction code byte 1 of the upper
734 0x07 ECC byte 5 Error correction code byte 2 of the upper
739 2048 byte pagesize
745 0x00 Bad block marker If any bit in this byte is zero, then this block
747 block. In the remaining pages this byte is
751 0x28 ECC byte 0 Error correction code byte 0 of the first
752 256 Byte data in this page
753 0x29 ECC byte 1 Error correction code byte 1 of the first
755 0x2A ECC byte 2 Error correction code byte 2 of the first
757 0x2B ECC byte 3 Error correction code byte 0 of the second
759 0x2C ECC byte 4 Error correction code byte 1 of the second
761 0x2D ECC byte 5 Error correction code byte 2 of the second
763 0x2E ECC byte 6 Error correction code byte 0 of the third
765 0x2F ECC byte 7 Error correction code byte 1 of the third
767 0x30 ECC byte 8 Error correction code byte 2 of the third
769 0x31 ECC byte 9 Error correction code byte 0 of the fourth
771 0x32 ECC byte 10 Error correction code byte 1 of the fourth
773 0x33 ECC byte 11 Error correction code byte 2 of the fourth
775 0x34 ECC byte 12 Error correction code byte 0 of the fifth
777 0x35 ECC byte 13 Error correction code byte 1 of the fifth
779 0x36 ECC byte 14 Error correction code byte 2 of the fifth
781 0x37 ECC byte 15 Error correction code byte 0 of the sixth
783 0x38 ECC byte 16 Error correction code byte 1 of the sixth
785 0x39 ECC byte 17 Error correction code byte 2 of the sixth
787 0x3A ECC byte 18 Error correction code byte 0 of the seventh
789 0x3B ECC byte 19 Error correction code byte 1 of the seventh
791 0x3C ECC byte 20 Error correction code byte 2 of the seventh
793 0x3D ECC byte 21 Error correction code byte 0 of the eighth
795 0x3E ECC byte 22 Error correction code byte 1 of the eighth
797 0x3F ECC byte 23 Error correction code byte 2 of the eighth
886 /* Software ECC 3 byte ECC per 256 Byte data */
888 /* Hardware ECC 3 byte ECC per 256 Byte data */
890 /* Hardware ECC 3 byte ECC per 512 Byte data */
892 /* Hardware ECC 6 byte ECC per 512 Byte data */
894 /* Hardware ECC 8 byte ECC per 512 Byte data */