gf_len            224 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		geo->gf_len,
gf_len            244 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		if (geo->gf_len == 14)
gf_len            267 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		geo->gf_len = 13;
gf_len            270 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		geo->gf_len = 14;
gf_len            346 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		(geo->gf_len * geo->ecc_strength * geo->ecc_chunk_count) / 8;
gf_len            359 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		(geo->ecc_strength * geo->gf_len * (geo->ecc_chunk_count - 1)
gf_len            392 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 			/ (geo->gf_len * geo->ecc_chunk_count);
gf_len            414 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	geo->gf_len = 13;
gf_len            420 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		geo->gf_len = 14;
gf_len            437 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		(geo->gf_len * geo->ecc_strength * geo->ecc_chunk_count) / 8;
gf_len            502 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		(geo->ecc_strength * geo->gf_len * (geo->ecc_chunk_count - 1)
gf_len           1353 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 			int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len;
gf_len           1435 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	unsigned int gf_len = geo->gf_len;
gf_len           1442 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		BF_BCH_FLASH0LAYOUT0_GF(gf_len, this) |
gf_len           1448 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		BF_BCH_FLASH0LAYOUT1_GF(gf_len, this) |
gf_len           1509 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	ecc_parity_size = geo->gf_len * geo->ecc_strength / 8;
gf_len           1539 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	ecc_parity_size = geo->gf_len * geo->ecc_strength / 8;
gf_len           1548 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		BF_BCH_FLASH0LAYOUT0_GF(geo->gf_len, this) |
gf_len           1553 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		BF_BCH_FLASH0LAYOUT1_GF(geo->gf_len, this) |
gf_len           1727 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len;
gf_len           1814 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 	int eccbits = nfc_geo->ecc_strength * nfc_geo->gf_len;
gf_len           2197 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.c 		((bch_geo->gf_len * bch_geo->ecc_strength) % 8) == 0) {
gf_len             47 drivers/mtd/nand/raw/gpmi-nand/gpmi-nand.h 	unsigned int  gf_len;