Searched refs:adjreq (Results 1 – 1 of 1) sorted by relevance
244 struct nand_page_io_req adjreq = *req; in spinand_read_from_cache_op() local252 adjreq.dataoffs = 0; in spinand_read_from_cache_op()253 adjreq.databuf.in = spinand->databuf; in spinand_read_from_cache_op()255 nbytes = adjreq.datalen; in spinand_read_from_cache_op()260 adjreq.ooboffs = 0; in spinand_read_from_cache_op()261 adjreq.oobbuf.in = spinand->oobbuf; in spinand_read_from_cache_op()317 struct nand_page_io_req adjreq = *req; in spinand_write_to_cache_op() local330 adjreq.dataoffs = 0; in spinand_write_to_cache_op()332 adjreq.databuf.out = spinand->databuf; in spinand_write_to_cache_op()333 nbytes = adjreq.datalen; in spinand_write_to_cache_op()[all …]