Lines Matching +full:0 +full:x2b
141 .offset = 0,
197 should return 0, if the device is busy (R/B pin is low) and 1, if the
217 int err = 0;
325 GPIO(BOARD_NAND_NCE) |= 0xff;
326 if (chip >= 0)
344 case 0:
654 terminated by an {0, 0} entry.
667 <spare data page 0><ecc result 0>...<ecc result n>
671 <spare data page n><ecc result 0>...<ecc result n>
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
702 0x03 Autoplace 0
703 0x04 Autoplace 1
704 0x05 Bad block marker If any bit in this byte is zero, then this
708 0x06 Autoplace 2
709 0x07 Autoplace 3
719 0x00 ECC byte 0 Error correction code byte 0 of the lower
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
727 0x04 reserved reserved
728 0x05 Bad block marker If any bit in this byte is zero, then this
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
736 0x08 - 0x0F Autoplace 0 - 7
745 0x00 Bad block marker If any bit in this byte is zero, then this block
749 0x01 Reserved Reserved
750 0x02-0x27 Autoplace 0 - 37
751 0x28 ECC byte 0 Error correction code byte 0 of the first
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
852 #define NAND_BUSWIDTH_16 0x00000002
854 #define NAND_NO_PADDING 0x00000004
856 #define NAND_CACHEPRG 0x00000008
858 #define NAND_COPYBACK 0x00000010
861 #define NAND_IS_AND 0x00000020
864 #define NAND_4PAGE_ARRAY 0x00000040
876 #define NAND_HWECC_SYNDROME 0x00020000
885 #define NAND_ECC_NONE 0
931 #define NAND_BBT_NRBITS_MSK 0x0000000F
932 #define NAND_BBT_1BIT 0x00000001
933 #define NAND_BBT_2BIT 0x00000002
934 #define NAND_BBT_4BIT 0x00000004
935 #define NAND_BBT_8BIT 0x00000008
937 #define NAND_BBT_LASTBLOCK 0x00000010
939 #define NAND_BBT_ABSPAGE 0x00000020
941 #define NAND_BBT_PERCHIP 0x00000080
943 #define NAND_BBT_VERSION 0x00000100
945 #define NAND_BBT_CREATE 0x00000200
947 #define NAND_BBT_WRITE 0x00001000
949 #define NAND_BBT_SAVECONTENT 0x00002000