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

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

Completed in 156 milliseconds