Searched refs:subpagesize (Results 1 - 8 of 8) sorted by relevance

/u-boot/include/linux/mtd/
H A Donenand.h120 int subpagesize; member in struct:onenand_chip
H A Drawnand.h869 * @subpagesize: [INTERN] holds the subpagesize
948 int subpagesize; member in struct:nand_chip
/u-boot/drivers/mtd/
H A Dmtdcore.c291 unsigned int subpagesize = mtd->writesize >> mtd->subpage_sft; local
293 return snprintf(buf, PAGE_SIZE, "%u\n", subpagesize);
296 static DEVICE_ATTR(subpagesize, S_IRUGO, mtd_subpagesize_show, NULL);
/u-boot/drivers/mtd/onenand/
H A Dsamsung.c494 this->subpagesize = mtd->writesize;
H A Donenand_base.c1361 #define NOTALIGNED(x) ((x & (this->subpagesize - 1)) != 0)
2772 this->subpagesize = mtd->writesize >> mtd->subpage_sft;
/u-boot/drivers/mtd/nand/raw/
H A Dmxc_nand.c667 int subpages = mtd->writesize / nand_chip->subpagesize;
681 mtd->writesize / nand_chip->subpagesize
H A Dnand_base.c3171 #define NOTALIGNED(x) ((x & (chip->subpagesize - 1)) != 0)
5143 chip->subpagesize = mtd->writesize >> mtd->subpage_sft;
/u-boot/cmd/
H A Dnand.c426 printf(" subpagesize %8d b\n", chip->subpagesize);

Completed in 137 milliseconds