Searched refs:writesize (Results 101 - 115 of 115) sorted by relevance

12345

/linux-master/drivers/mtd/chips/
H A Dcfi_cmdset_0001.c522 mtd->writesize = 1;
757 mtd->writesize = cfi->interleave << prinfo->ProgRegShift;
760 map->name, mtd->writesize,
H A Dcfi_cmdset_0002.c628 mtd->writesize = 1;
/linux-master/drivers/mtd/nand/raw/
H A Domap2.c1546 mtd->writesize + BBM_LEN +
2045 chip->ecc.steps = mtd->writesize / chip->ecc.size;
2065 (mtd->writesize / chip->ecc.size));
H A Dfsmc_nand.c220 if (!section && mtd->writesize <= 512)
H A Dnandsim.c656 ns->geom.pgsz = mtd->writesize;
2229 eccsteps = nsmtd->writesize / 512;
/linux-master/drivers/mtd/spi-nor/
H A Dcore.c2962 params->writesize = 1;
3439 mtd->writesize = nor->params->writesize;
H A Dspansion.c516 nor->params->writesize = 16;
/linux-master/drivers/mtd/devices/
H A Dst_spi_fsm.c2080 fsm->mtd.writesize = 4;
2081 fsm->mtd.writebufsize = fsm->mtd.writesize;
H A Dspear_smi.c891 flash->mtd.writesize = 1;
H A Dmtd_dataflash.c648 device->writesize = pagesize;
H A Ddocg3.c1779 mtd->writebufsize = mtd->writesize = DOC_LAYOUT_PAGE_SIZE;
/linux-master/drivers/mtd/lpddr/
H A Dlpddr_cmds.c66 mtd->writesize = 1 << lpddr->qinfo->BufSizeShift;
/linux-master/drivers/mtd/maps/
H A Dvmu-flash.c540 mtd_cur->writesize = card->blocklen;
/linux-master/drivers/mtd/ubi/
H A Dio.c35 * @ubi->mtd->writesize field. But as an exception, UBI admits use of another
557 if (ubi->nor_flash && ubi->mtd->writesize == 1) {
/linux-master/drivers/spi/
H A Dspi-mtk-snfi.c694 steps = mtd->writesize / step_size;

Completed in 173 milliseconds

12345