Searched refs:nlay (Results 1 – 1 of 1) sorted by relevance
268 struct nand_ecclayout_user nlay; in mtd_ioctl() local275 if (umove_or_printaddr(tcp, arg, &nlay)) in mtd_ioctl()278 tprintf("{eccbytes=%#" PRIx32 ", eccpos={", nlay.eccbytes); in mtd_ioctl()279 for (i = 0; i < ARRAY_SIZE(nlay.eccpos); ++i) { in mtd_ioctl()282 tprintf("%#" PRIx32, nlay.eccpos[i]); in mtd_ioctl()284 tprintf("}, oobavail=%#" PRIx32 ", oobfree={", nlay.oobavail); in mtd_ioctl()285 for (i = 0; i < ARRAY_SIZE(nlay.oobfree); ++i) { in mtd_ioctl()289 nlay.oobfree[i].offset, nlay.oobfree[i].length); in mtd_ioctl()