Searched refs:adjreq (Results 1 – 1 of 1) sorted by relevance
233 struct nand_page_io_req adjreq = *req; in spinand_read_from_cache_op() local240 adjreq.datalen = nanddev_page_size(nand); in spinand_read_from_cache_op()241 adjreq.dataoffs = 0; in spinand_read_from_cache_op()242 adjreq.databuf.in = spinand->databuf; in spinand_read_from_cache_op()244 nbytes = adjreq.datalen; in spinand_read_from_cache_op()248 adjreq.ooblen = nanddev_per_page_oobsize(nand); in spinand_read_from_cache_op()249 adjreq.ooboffs = 0; in spinand_read_from_cache_op()250 adjreq.oobbuf.in = spinand->oobbuf; in spinand_read_from_cache_op()258 spinand_cache_op_adjust_colum(spinand, &adjreq, &column); in spinand_read_from_cache_op()306 struct nand_page_io_req adjreq = *req; in spinand_write_to_cache_op() local[all …]