Searched refs:cont_read (Results 1 – 3 of 3) sorted by relevance
27 bool cont_read; member 84 if (!priv->cont_read) in macronix_get_eccsr() 136 priv->cont_read = enable; in macronix_set_cont_read()
1231 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...]
1117 * @supported_op.cont_read: The controller supports sequential cache reads.1125 unsigned int cont_read: 1; member 1278 * @cont_read: Sequential page read internals1279 * @cont_read.ongoing: Whether a continuous read is ongoing or not1280 * @cont_read.first_page: Start of the continuous read operation1281 * @cont_read.pause_page: End of the current sequential cache read operation1282 * @cont_read.last_page: End of the continuous read operation1340 } cont_read; member