Home
last modified time | relevance | path

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

/openbmc/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.h176 #define GPMI_IS_MX6(x) (GPMI_IS_MX6Q(x) || GPMI_IS_MX6SX(x) || \ macro
H A Dgpmi-nand.c986 if (sdr->tRC_min <= 25000 && !GPMI_IS_MX28(this) && !GPMI_IS_MX6(this)) in gpmi_setup_interface()
2284 if (GPMI_IS_MX6(this) && in gpmi_init_last()
2695 ret = nand_scan(chip, GPMI_IS_MX6(this) ? 2 : 1); in gpmi_nand_init()