Lines Matching defs:page

30  * block erasing, page reading, page programing.
103 /* Offset value from the beginning of the page. */
105 /* Numbers of sectors to transfer within singlNF device's page. */
316 /* Program page command type of CDMA descriptor. */
318 /* Read page command type of CDMA descriptor. */
344 /* Command descriptor status - page erased. */
364 /* Status of operation - page erased. */
513 * part of oob area of NAND flash memory page.
1261 int page, void *buf, void *ctrl_dat, u32 buf_size,
1294 cadence_nand_cdma_desc_prepare(cdns_ctrl, chip_nr, page,
1365 static int cadence_nand_erase(struct nand_chip *chip, u32 page)
1374 page, 0, 0,
1389 static int cadence_nand_read_bbm(struct nand_chip *chip, int page, u8 *buf)
1406 page, cdns_ctrl->buf, NULL,
1421 int page)
1462 page, (void *)buf, oob,
1467 dev_err(cdns_ctrl->dev, "write page failed\n");
1486 page, cdns_ctrl->buf, NULL,
1492 static int cadence_nand_write_oob(struct nand_chip *chip, int page)
1499 return cadence_nand_write_page(chip, cdns_ctrl->buf, 1, page);
1504 int page)
1525 * Fill the buffer with 0xff first except the full page transfer.
1597 page, cdns_ctrl->buf, NULL,
1604 int page)
1606 return cadence_nand_write_page_raw(chip, NULL, true, page);
1610 u8 *buf, int oob_required, int page)
1642 page, buf, oob,
1651 page, cdns_ctrl->buf,
1677 dev_err(cdns_ctrl->dev, "read page failed\n");
1682 if (cadence_nand_read_bbm(chip, page, chip->oob_poi))
1689 static int cadence_nand_read_oob(struct nand_chip *chip, int page)
1693 return cadence_nand_read_page(chip, cdns_ctrl->buf, 1, page);
1697 u8 *buf, int oob_required, int page)
1720 page, cdns_ctrl->buf, NULL,
1730 dev_err(cdns_ctrl->dev, "read raw page failed\n");
1799 int page)
1801 return cadence_nand_read_page_raw(chip, NULL, true, page);
2081 u32 page = 0;
2089 page |= (u32)addrs[i] << (8 * i);
2091 return cadence_nand_erase(chip, page);