Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/gpmi-nand/
H A 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) \
H A Dgpmi-nand.h179 #define GPMI_IS_MX6(x) (GPMI_IS_MX6Q(x) || GPMI_IS_MX6SX(x) || \ macro
H A Dgpmi-nand.c2301 if (GPMI_IS_MX6(this) && in gpmi_init_last()
2712 ret = nand_scan(chip, GPMI_IS_MX6(this) ? 2 : 1); in gpmi_nand_init()