Lines Matching refs:adjreq
244 struct nand_page_io_req adjreq = *req; in spinand_read_from_cache_op() local
251 adjreq.datalen = nanddev_page_size(nand); in spinand_read_from_cache_op()
252 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()
259 adjreq.ooblen = nanddev_per_page_oobsize(nand); 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()
269 spinand_cache_op_adjust_colum(spinand, &adjreq, &column); in spinand_read_from_cache_op()
317 struct nand_page_io_req adjreq = *req; in spinand_write_to_cache_op() local
330 adjreq.dataoffs = 0; in spinand_write_to_cache_op()
331 adjreq.datalen = nanddev_page_size(nand); 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()
347 adjreq.ooblen = nanddev_per_page_oobsize(nand); in spinand_write_to_cache_op()
348 adjreq.ooboffs = 0; in spinand_write_to_cache_op()
356 spinand_cache_op_adjust_colum(spinand, &adjreq, &column); in spinand_write_to_cache_op()