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.
1269 int page, void *buf, void *ctrl_dat, u32 buf_size,
1302 cadence_nand_cdma_desc_prepare(cdns_ctrl, chip_nr, page,
1373 static int cadence_nand_erase(struct nand_chip *chip, u32 page)
1382 page, 0, 0,
1397 static int cadence_nand_read_bbm(struct nand_chip *chip, int page, u8 *buf)
1414 page, cdns_ctrl->buf, NULL,
1429 int page)
1470 page, (void *)buf, oob,
1475 dev_err(cdns_ctrl->dev, "write page failed\n");
1494 page, cdns_ctrl->buf, NULL,
1500 static int cadence_nand_write_oob(struct nand_chip *chip, int page)
1507 return cadence_nand_write_page(chip, cdns_ctrl->buf, 1, page);
1512 int page)
1533 * Fill the buffer with 0xff first except the full page transfer.
1605 page, cdns_ctrl->buf, NULL,
1612 int page)
1614 return cadence_nand_write_page_raw(chip, NULL, true, page);
1618 u8 *buf, int oob_required, int page)
1650 page, buf, oob,
1659 page, cdns_ctrl->buf,
1685 dev_err(cdns_ctrl->dev, "read page failed\n");
1690 if (cadence_nand_read_bbm(chip, page, chip->oob_poi))
1697 static int cadence_nand_read_oob(struct nand_chip *chip, int page)
1701 return cadence_nand_read_page(chip, cdns_ctrl->buf, 1, page);
1705 u8 *buf, int oob_required, int page)
1728 page, cdns_ctrl->buf, NULL,
1738 dev_err(cdns_ctrl->dev, "read raw page failed\n");
1807 int page)
1809 return cadence_nand_read_page_raw(chip, NULL, true, page);
2124 u32 page = 0;
2132 page |= (u32)addrs[i] << (8 * i);
2134 return cadence_nand_erase(chip, page);