'\" t .\" Title: struct nand_buffers .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: July 2017 .\" Manual: Structures .\" Source: Kernel Hackers Manual 4.11.6 .\" Language: English .\" .TH "STRUCT NAND_BUFFERS" "9" "July 2017" "Kernel Hackers Manual 4\&.11\&" "Structures" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_nand_buffers \- buffer structure for read/write .SH "SYNOPSIS" .sp .nf struct nand_buffers { uint8_t * ecccalc; uint8_t * ecccode; uint8_t * databuf; }; .fi .SH "MEMBERS" .PP uint8_t * ecccalc .RS 4 buffer pointer for calculated ECC, size is oobsize\&. .RE .PP uint8_t * ecccode .RS 4 buffer pointer for ECC read from flash, size is oobsize\&. .RE .PP uint8_t * databuf .RS 4 buffer pointer for data, size is (page size + oobsize)\&. .RE .SH "DESCRIPTION" .PP Do not change the order of buffers\&. databuf and oobrbuf must be in consecutive order\&. .SH "AUTHOR" .PP \fBThomas Gleixner\fR <\&tglx@linutronix.de\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br