Home
last modified time | relevance | path

Searched refs:GPMI_IS_MX6 (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/mtd/nand/raw/gpmi-nand/
Dbch-regs.h44 (GPMI_IS_MX6(x) \
55 ((GPMI_IS_MX6(x) && ((v) == 14)) \
67 (GPMI_IS_MX6(x) \
86 (GPMI_IS_MX6(x) \
97 ((GPMI_IS_MX6(x) && ((v) == 14)) \
109 (GPMI_IS_MX6(x) \
Dgpmi-nand.h172 #define GPMI_IS_MX6(x) (GPMI_IS_MX6Q(x) || GPMI_IS_MX6SX(x) || \ macro
Dgpmi-nand.c744 if (sdr->tRC_min <= 25000 && !GPMI_IS_MX6(this)) in gpmi_setup_data_interface()
1178 if (GPMI_IS_MX6(this)) in gpmi_get_clks()
2191 if (GPMI_IS_MX6(this) && in gpmi_init_last()
2584 ret = nand_scan(chip, GPMI_IS_MX6(this) ? 2 : 1); in gpmi_nand_init()