Searched refs:GPMI_IS_MX28 (Results 1 – 2 of 2) sorted by relevance
171 #define GPMI_IS_MX28(x) ((x)->devdata->type == IS_MX28) macro178 #define GPMI_IS_MXS(x) (GPMI_IS_MX23(x) || GPMI_IS_MX28(x))
988 if (sdr->tRC_min <= 25000 && !GPMI_IS_MX28(this) && !GPMI_IS_MX6(this)) in gpmi_setup_interface()