Home
last modified time | relevance | path

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

/Linux-v6.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,
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,
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,
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,
Dxtx.c18 static SPINAND_OP_VARIANTS(read_cache_variants,
26 static SPINAND_OP_VARIANTS(write_cache_variants,
30 static SPINAND_OP_VARIANTS(update_cache_variants,
Dwinbond.c18 static SPINAND_OP_VARIANTS(read_cache_variants,
26 static SPINAND_OP_VARIANTS(write_cache_variants,
30 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,
Dmacronix.c15 static SPINAND_OP_VARIANTS(read_cache_variants,
21 static SPINAND_OP_VARIANTS(write_cache_variants,
25 static SPINAND_OP_VARIANTS(update_cache_variants,
/Linux-v6.1/include/linux/mtd/
Dspinand.h288 #define SPINAND_OP_VARIANTS(name, ...) \ macro