Lines Matching +full:nand +full:- +full:int +full:- +full:base
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * NAND Flash Controller Device Driver
4 * Copyright (c) 2009 - 2010, Intel Corporation and its suppliers.
295 * struct denali_chip_sel - per-CS data of Denali NAND
308 int bank;
320 * struct denali_chip - per-chip data of Denali NAND
322 * @chip: base NAND chip structure
325 * @sels: the array of per-cs data
330 unsigned int nsels;
335 * struct denali_controller - Denali NAND controller data
337 * @controller: base NAND controller structure
342 * @reg: base of Register Interface
343 * @host: base of Host Data/Command interface
355 * @caps: controller capabilities that cannot be detected run-time
370 int irq;
375 int devs_per_cs;
376 int oob_skip_bytes;
377 int active_bank;
378 int nbanks;
379 unsigned int revision;
380 unsigned int caps;
386 int page, bool write);
392 int denali_calc_ecc_bytes(int step_size, int strength);
393 int denali_chip_init(struct denali_controller *denali,
395 int denali_init(struct denali_controller *denali);