Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/nand/spi/
H A Dsilicongo.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dhiksemi.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dzbit.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dbiwin.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Djsc.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dkingston.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dxincun.c18 static SPINAND_OP_VARIANTS(read_cache_variants,
26 static SPINAND_OP_VARIANTS(write_cache_variants,
30 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dskyhigh.c21 static SPINAND_OP_VARIANTS(read_cache_variants,
29 static SPINAND_OP_VARIANTS(write_cache_variants,
33 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Desmt.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dgsto.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dmicron.c23 static SPINAND_OP_VARIANTS(read_cache_variants,
31 static SPINAND_OP_VARIANTS(write_cache_variants,
35 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Detron.c14 static SPINAND_OP_VARIANTS(read_cache_variants,
22 static SPINAND_OP_VARIANTS(write_cache_variants,
26 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dtoshiba.c19 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
28 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dgigadevice.c30 static SPINAND_OP_VARIANTS(read_cache_variants,
38 static SPINAND_OP_VARIANTS(read_cache_variants_f,
46 static SPINAND_OP_VARIANTS(read_cache_variants_1gq5,
54 static SPINAND_OP_VARIANTS(read_cache_variants_2gq5,
62 static SPINAND_OP_VARIANTS(write_cache_variants,
66 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dhyf.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dfmsh.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dwinbond.c20 static SPINAND_OP_VARIANTS(read_cache_variants,
29 static SPINAND_OP_VARIANTS(read_cache_variants_cont,
38 static SPINAND_OP_VARIANTS(write_cache_variants,
42 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dforesee.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
25 static SPINAND_OP_VARIANTS(write_cache_variants,
29 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dunim.c18 static SPINAND_OP_VARIANTS(read_cache_variants,
26 static SPINAND_OP_VARIANTS(write_cache_variants,
30 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Ddosilicon.c23 static SPINAND_OP_VARIANTS(read_cache_variants,
31 static SPINAND_OP_VARIANTS(write_cache_variants,
35 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dmacronix.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
23 static SPINAND_OP_VARIANTS(write_cache_variants,
27 static SPINAND_OP_VARIANTS(update_cache_variants,
H A Dxtx.c17 static SPINAND_OP_VARIANTS(read_cache_variants,
23 static SPINAND_OP_VARIANTS(write_cache_variants,
27 static SPINAND_OP_VARIANTS(update_cache_variants,
/rk3399_rockchip-uboot/include/linux/mtd/
H A Dspinand.h290 #define SPINAND_OP_VARIANTS(name, ...) \ macro