Searched refs:oobsize (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/drivers/mtd/nand/ |
D | nand.c | 367 for (i = 0; i < mtd->oobsize; i++) in nand_write_page() 463 for (i = 0; i < mtd->oobsize; i++) in nand_write_page() 504 for (i = 0; i < mtd->oobsize; i++) { in nand_write_page() 521 for (i = 0; i < mtd->oobsize; i++) in nand_write_page() 660 for (j = 0; j < mtd->oobsize; j++) in nand_read_ecc() 675 oob += mtd->oobsize; in nand_read_ecc() 766 if ((col++ & (mtd->oobsize - 1)) == (mtd->oobsize - 1)) in nand_read_oob() 847 oob += mtd->oobsize; in nand_write_ecc() 896 if ((column + len) > mtd->oobsize) { in nand_write_oob() 924 for (i = len + column; i < mtd->oobsize; i++) in nand_write_oob() [all …]
|
D | spia.c | 148 this->data_buf = kmalloc (sizeof(u_char) * (spia_mtd->oobblock + spia_mtd->oobsize), GFP_KERNEL); in spia_init() 156 this->data_cache = kmalloc (sizeof(u_char) * (spia_mtd->oobblock + spia_mtd->oobsize), GFP_KERNEL); in spia_init()
|
D | edb7312.c | 184 …this->data_buf = kmalloc (sizeof(u_char) * (ep7312_mtd->oobblock + ep7312_mtd->oobsize), GFP_KERNE… in ep7312_init() 193 …this->data_cache = kmalloc (sizeof(u_char) * (ep7312_mtd->oobblock + ep7312_mtd->oobsize), GFP_KER… in ep7312_init()
|
D | autcpu12.c | 193 …this->data_buf = kmalloc (sizeof(u_char) * (autcpu12_mtd->oobblock + autcpu12_mtd->oobsize), GFP_K… in autcpu12_init() 201 …this->data_cache = kmalloc (sizeof(u_char) * (autcpu12_mtd->oobblock + autcpu12_mtd->oobsize), GFP… in autcpu12_init()
|
/linux-2.4.37.9/drivers/mtd/ |
D | mtdconcat.c | 479 concat->mtd.oobsize = subdev[0]->oobsize; in mtd_concat_create() 509 concat->mtd.oobsize != subdev[i]->oobsize || in mtd_concat_create()
|
D | mtdpart.c | 318 slave->mtd.oobsize = master->oobsize; in add_mtd_partitions()
|
D | nftlmount.c | 272 if (MTD_READOOB(nftl->mtd, address, nftl->mtd->oobsize, in check_free_sectors() 275 if (memcmpb(buf, 0xff, nftl->mtd->oobsize) != 0) in check_free_sectors()
|
/linux-2.4.37.9/include/linux/mtd/ |
D | mtd.h | 75 u_int32_t oobsize; // Amount of OOB data per block (e.g. 16) member 149 u_int32_t oobsize; // Amount of OOB data per block (e.g. 16) member
|
/linux-2.4.37.9/drivers/mtd/devices/ |
D | doc2001.c | 368 mtd->oobsize = 16; in DoCMil_init()
|
D | doc2000.c | 559 mtd->oobsize = 16; in DoC2k_init()
|