onenand.h (bfd7f38614e21f745b6d6845fcc616ebc5e4d36f) onenand.h (c45912d8abc52de796b9059a58faf7c4166eab58)
1/*
2 * linux/include/linux/mtd/onenand.h
3 *
4 * Copyright (C) 2005-2007 Samsung Electronics
5 * Kyungmin Park <kyungmin.park@samsung.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 37 unchanged lines hidden (view full) ---

46 * @param chipsize [INTERN] the size of one chip for multichip arrays
47 * @param device_id [INTERN] device ID
48 * @param verstion_id [INTERN] version ID
49 * @param options [BOARDSPECIFIC] various chip options. They can partly be set to inform onenand_scan about
50 * @param erase_shift [INTERN] number of address bits in a block
51 * @param page_shift [INTERN] number of address bits in a page
52 * @param ppb_shift [INTERN] number of address bits in a pages per block
53 * @param page_mask [INTERN] a page per block mask
1/*
2 * linux/include/linux/mtd/onenand.h
3 *
4 * Copyright (C) 2005-2007 Samsung Electronics
5 * Kyungmin Park <kyungmin.park@samsung.com>
6 *
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License version 2 as

--- 37 unchanged lines hidden (view full) ---

46 * @param chipsize [INTERN] the size of one chip for multichip arrays
47 * @param device_id [INTERN] device ID
48 * @param verstion_id [INTERN] version ID
49 * @param options [BOARDSPECIFIC] various chip options. They can partly be set to inform onenand_scan about
50 * @param erase_shift [INTERN] number of address bits in a block
51 * @param page_shift [INTERN] number of address bits in a page
52 * @param ppb_shift [INTERN] number of address bits in a pages per block
53 * @param page_mask [INTERN] a page per block mask
54 * @param writesize [INTERN] a real page size
54 * @param bufferam_index [INTERN] BufferRAM index
55 * @param bufferam [INTERN] BufferRAM info
56 * @param readw [REPLACEABLE] hardware specific function for read short
57 * @param writew [REPLACEABLE] hardware specific function for write short
58 * @param command [REPLACEABLE] hardware specific function for writing commands to the chip
59 * @param wait [REPLACEABLE] hardware specific function for wait on ready
60 * @param read_bufferram [REPLACEABLE] hardware specific function for BufferRAM Area
61 * @param write_bufferram [REPLACEABLE] hardware specific function for BufferRAM Area

--- 89 unchanged lines hidden ---
55 * @param bufferam_index [INTERN] BufferRAM index
56 * @param bufferam [INTERN] BufferRAM info
57 * @param readw [REPLACEABLE] hardware specific function for read short
58 * @param writew [REPLACEABLE] hardware specific function for write short
59 * @param command [REPLACEABLE] hardware specific function for writing commands to the chip
60 * @param wait [REPLACEABLE] hardware specific function for wait on ready
61 * @param read_bufferram [REPLACEABLE] hardware specific function for BufferRAM Area
62 * @param write_bufferram [REPLACEABLE] hardware specific function for BufferRAM Area

--- 89 unchanged lines hidden ---