Lines Matching +full:additional +full:- +full:devs
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 * Copyright © 2000-2010 David Woodhouse <dwmw2@infradead.org> et al.
28 # define cfi_interleave(cfi) ((cfi)->interleave)
40 # define cfi_interleave(cfi) ((cfi)->interleave)
52 # define cfi_interleave(cfi) ((cfi)->interleave)
152 /* Vendor-Specific PRI for Intel/Sharp Extended Command Set (0x0001) */
158 uint32_t FeatureSupport; /* if bit 31 is set then an additional uint32_t feature
159 block follows - FIXME - not currently supported */
205 /* Vendor-Specific PRI for AMD/Fujitsu Extended Command Set (0x0002) */
211 uint8_t SiliconRevision; /* bits 1-0: Address Sensitive Unlock */
231 /* Vendor-Specific PRI for Atmel chips (command set 0x0002) */
282 struct cfi_ident *cfiq; /* For now only one. We insist that all devs
290 struct flchip chips[] __counted_by(numchips); /* per-chip data structure for each chip */
316 * No point in a 64-bit byteswap since that would just be in cfi_read_query()
332 * No point in a 64-bit byteswap since that would just be in cfi_read_query16()