Searched refs:subpagesize (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/linux/mtd/ |
| H A D | onenand.h | 120 int subpagesize; member
|
| H A D | rawnand.h | 905 int subpagesize; member
|
| /OK3568_Linux_fs/kernel/include/linux/mtd/ |
| H A D | onenand.h | 133 int subpagesize; member
|
| H A D | rawnand.h | 1246 unsigned int subpagesize; member
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/ |
| H A D | onenand_samsung.c | 894 this->subpagesize = mtd->writesize; in s3c_onenand_probe() 926 this->subpagesize = mtd->writesize; in s3c_onenand_probe()
|
| H A D | onenand_base.c | 1669 #define NOTALIGNED(x) ((x & (this->subpagesize - 1)) != 0) 3926 this->subpagesize = mtd->writesize >> mtd->subpage_sft; in onenand_scan()
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/ |
| H A D | mtdcore.c | 292 unsigned int subpagesize = mtd->writesize >> mtd->subpage_sft; in mtd_subpagesize_show() local 294 return snprintf(buf, PAGE_SIZE, "%u\n", subpagesize); in mtd_subpagesize_show() 297 static DEVICE_ATTR(subpagesize, S_IRUGO, mtd_subpagesize_show, NULL);
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/onenand/ |
| H A D | samsung.c | 494 this->subpagesize = mtd->writesize; in s3c_onenand_unlock_all()
|
| H A D | onenand_base.c | 1357 #define NOTALIGNED(x) ((x & (this->subpagesize - 1)) != 0) 2770 this->subpagesize = mtd->writesize >> mtd->subpage_sft; in onenand_scan()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/ |
| H A D | mtdcore.c | 179 unsigned int subpagesize = mtd->writesize >> mtd->subpage_sft; in mtd_subpagesize_show() local 181 return snprintf(buf, PAGE_SIZE, "%u\n", subpagesize); in mtd_subpagesize_show() 183 static DEVICE_ATTR(subpagesize, S_IRUGO, mtd_subpagesize_show, NULL);
|
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 665 int subpages = mtd->writesize / nand_chip->subpagesize; 679 mtd->writesize / nand_chip->subpagesize
|
| H A D | nand_base.c | 3181 #define NOTALIGNED(x) ((x & (chip->subpagesize - 1)) != 0) 5241 chip->subpagesize = mtd->writesize >> mtd->subpage_sft; in nand_scan_tail()
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | nand.c | 303 printf(" subpagesize %8d b\n", chip->subpagesize); in nand_print_and_set_info()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 3945 #define NOTALIGNED(x) ((x & (chip->subpagesize - 1)) != 0) 5801 chip->subpagesize = mtd->writesize >> mtd->subpage_sft; in nand_scan_tail()
|