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() local251 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[all …]