Home
last modified time | relevance | path

Searched refs:cont_read (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mtd/nand/spi/
H A Dmacronix.c27 bool cont_read; member
84 if (!priv->cont_read) in macronix_get_eccsr()
136 priv->cont_read = enable; in macronix_set_cont_read()
/linux/drivers/mtd/nand/raw/
H A Dnand_base.c1231 first_lun = chip->cont_read.first_page / ppl; in rawnand_cap_cont_reads()
1232 last_lun = chip->cont_read.last_page / ppl; in rawnand_cap_cont_reads()
1236 chip->cont_read.pause_page = rawnand_last_page_of_lun(ppl, first_lun); in rawnand_cap_cont_reads()
1238 chip->cont_read.pause_page = chip->cont_read.last_page; in rawnand_cap_cont_reads()
1240 if (chip->cont_read.first_page == chip->cont_read.pause_page) { in rawnand_cap_cont_reads()
1241 chip->cont_read.first_page++; in rawnand_cap_cont_reads()
1242 chip->cont_read.pause_page = min(chip->cont_read in rawnand_cap_cont_reads()
[all...]
/linux/include/linux/mtd/
H A Drawnand.h1117 * @supported_op.cont_read: The controller supports sequential cache reads.
1125 unsigned int cont_read: 1; member
1278 * @cont_read: Sequential page read internals
1279 * @cont_read.ongoing: Whether a continuous read is ongoing or not
1280 * @cont_read.first_page: Start of the continuous read operation
1281 * @cont_read.pause_page: End of the current sequential cache read operation
1282 * @cont_read.last_page: End of the continuous read operation
1340 } cont_read; member