Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/gpmi-nand/
Dbch-regs.h57 (GPMI_IS_MX6(x) \
68 ((GPMI_IS_MX6(x) && ((v) == 14)) \
80 (GPMI_IS_MX6(x) \
99 (GPMI_IS_MX6(x) \
110 ((GPMI_IS_MX6(x) && ((v) == 14)) \
122 (GPMI_IS_MX6(x) \
Dgpmi-nand.h208 #define GPMI_IS_MX6(x) (GPMI_IS_MX6Q(x) || GPMI_IS_MX6SX(x) || \ macro
Dgpmi-lib.c487 if (sdr->tRC_min <= 25000 && !GPMI_IS_MX6(this)) in gpmi_setup_data_interface()
519 } else if (GPMI_IS_MX28(this) || GPMI_IS_MX6(this)) { in gpmi_is_ready()
524 if (GPMI_IS_MX6(this)) in gpmi_is_ready()
Dgpmi-nand.c615 if (GPMI_IS_MX6(this)) in gpmi_get_clks()
1859 if (GPMI_IS_MX6(this) && in gpmi_init_last()
1937 ret = nand_scan(mtd, GPMI_IS_MX6(this) ? 2 : 1); in gpmi_nand_init()