|
@@ -335,17 +335,12 @@ struct nand_buffers {
|
|
|
* @erase_cmd: [INTERN] erase command write function, selectable due to AND support
|
|
|
* @scan_bbt: [REPLACEABLE] function to scan bad block table
|
|
|
* @chip_delay: [BOARDSPECIFIC] chip dependent delay for transfering data from array to read regs (tR)
|
|
|
- * @wq: [INTERN] wait queue to sleep on if a NAND operation is in progress
|
|
|
* @state: [INTERN] the current state of the NAND device
|
|
|
* @oob_poi: poison value buffer
|
|
|
* @page_shift: [INTERN] number of address bits in a page (column address bits)
|
|
|
* @phys_erase_shift: [INTERN] number of address bits in a physical eraseblock
|
|
|
* @bbt_erase_shift: [INTERN] number of address bits in a bbt entry
|
|
|
* @chip_shift: [INTERN] number of address bits in one chip
|
|
|
- * @datbuf: [INTERN] internal buffer for one page + oob
|
|
|
- * @oobbuf: [INTERN] oob buffer for one eraseblock
|
|
|
- * @oobdirty: [INTERN] indicates that oob_buf must be reinitialized
|
|
|
- * @data_poi: [INTERN] pointer to a data buffer
|
|
|
* @options: [BOARDSPECIFIC] various chip options. They can partly be set to inform nand_scan about
|
|
|
* special functionality. See the defines for further explanation
|
|
|
* @badblockpos: [INTERN] position of the bad block marker in the oob area
|