Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/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.h310 #define GPMI_IS_MX6(x) (GPMI_IS_MX6Q(x) || GPMI_IS_MX6SX(x)) macro
Dgpmi-lib.c974 if (GPMI_IS_MX6(this) && chip->onfi_version) { in gpmi_extra_init()
1096 } else if (GPMI_IS_MX28(this) || GPMI_IS_MX6(this)) { in gpmi_is_ready()
1101 if (GPMI_IS_MX6(this)) in gpmi_is_ready()
Dgpmi-nand.c591 if (GPMI_IS_MX6(this)) in gpmi_get_clks()
609 if (GPMI_IS_MX6(this)) in gpmi_get_clks()
1870 if (GPMI_IS_MX6(this) && in gpmi_init_last()
1937 ret = nand_scan_ident(mtd, GPMI_IS_MX6(this) ? 2 : 1, NULL); in gpmi_nand_init()