Searched refs:adjreq (Results 1 – 1 of 1) sorted by relevance
249 struct nand_page_io_req adjreq = *req; in spinand_read_from_cache_op() local257 adjreq.dataoffs = 0; in spinand_read_from_cache_op()258 adjreq.databuf.in = spinand->databuf; in spinand_read_from_cache_op()260 nbytes = adjreq.datalen; in spinand_read_from_cache_op()265 adjreq.ooboffs = 0; in spinand_read_from_cache_op()266 adjreq.oobbuf.in = spinand->oobbuf; in spinand_read_from_cache_op()322 struct nand_page_io_req adjreq = *req; in spinand_write_to_cache_op() local335 adjreq.dataoffs = 0; in spinand_write_to_cache_op()337 adjreq.databuf.out = spinand->databuf; in spinand_write_to_cache_op()338 nbytes = adjreq.datalen; in spinand_write_to_cache_op()[all …]
Completed in 10 milliseconds