Home
last modified time | relevance | path

Searched refs:SPINAND_OP_VARIANTS (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/mtd/nand/spi/
Dmicron.c31 static SPINAND_OP_VARIANTS(quadio_read_cache_variants,
39 static SPINAND_OP_VARIANTS(x4_write_cache_variants,
43 static SPINAND_OP_VARIANTS(x4_update_cache_variants,
48 static SPINAND_OP_VARIANTS(x4_read_cache_variants,
54 static SPINAND_OP_VARIANTS(x1_write_cache_variants,
57 static SPINAND_OP_VARIANTS(x1_update_cache_variants,
Dato.c16 static SPINAND_OP_VARIANTS(read_cache_variants,
21 static SPINAND_OP_VARIANTS(write_cache_variants,
25 static SPINAND_OP_VARIANTS(update_cache_variants,
Dforesee.c14 static SPINAND_OP_VARIANTS(read_cache_variants,
20 static SPINAND_OP_VARIANTS(write_cache_variants,
24 static SPINAND_OP_VARIANTS(update_cache_variants,
Dtoshiba.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
23 static SPINAND_OP_VARIANTS(write_cache_x4_variants,
27 static SPINAND_OP_VARIANTS(update_cache_x4_variants,
35 static SPINAND_OP_VARIANTS(write_cache_variants,
38 static SPINAND_OP_VARIANTS(update_cache_variants,
Dparagon.c24 static SPINAND_OP_VARIANTS(read_cache_variants,
32 static SPINAND_OP_VARIANTS(write_cache_variants,
36 static SPINAND_OP_VARIANTS(update_cache_variants,
Dalliancememory.c19 static SPINAND_OP_VARIANTS(read_cache_variants,
27 static SPINAND_OP_VARIANTS(write_cache_variants,
31 static SPINAND_OP_VARIANTS(update_cache_variants,
Desmt.c15 static SPINAND_OP_VARIANTS(read_cache_variants,
21 static SPINAND_OP_VARIANTS(write_cache_variants,
25 static SPINAND_OP_VARIANTS(update_cache_variants,
Dgigadevice.c26 static SPINAND_OP_VARIANTS(read_cache_variants,
34 static SPINAND_OP_VARIANTS(read_cache_variants_f,
42 static SPINAND_OP_VARIANTS(read_cache_variants_1gq5,
50 static SPINAND_OP_VARIANTS(read_cache_variants_2gq5,
58 static SPINAND_OP_VARIANTS(write_cache_variants,
62 static SPINAND_OP_VARIANTS(update_cache_variants,
Dxtx.c25 static SPINAND_OP_VARIANTS(read_cache_variants,
33 static SPINAND_OP_VARIANTS(write_cache_variants,
37 static SPINAND_OP_VARIANTS(update_cache_variants,
Dwinbond.c20 static SPINAND_OP_VARIANTS(read_cache_variants,
28 static SPINAND_OP_VARIANTS(write_cache_variants,
32 static SPINAND_OP_VARIANTS(update_cache_variants,
Dmacronix.c28 static SPINAND_OP_VARIANTS(read_cache_variants,
34 static SPINAND_OP_VARIANTS(write_cache_variants,
38 static SPINAND_OP_VARIANTS(update_cache_variants,
/linux-6.12.1/include/linux/mtd/
Dspinand.h291 #define SPINAND_OP_VARIANTS(name, ...) \ macro