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

/linux-4.1.27/drivers/mtd/nand/gpmi-nand/
H A Dgpmi-regs.h57 (GPMI_IS_MX23((x)) \
H A Dgpmi-nand.c125 if (GPMI_IS_MX23(this) || GPMI_IS_MX28(this)) { gpmi_check_ecc()
1313 * non-transcribing case (!GPMI_IS_MX23()), we already have it. gpmi_ecc_read_oob()
1316 if (GPMI_IS_MX23(this)) { gpmi_ecc_read_oob()
1550 column = !GPMI_IS_MX23(this) ? mtd->writesize : 0; gpmi_block_markbad()
1809 if (GPMI_IS_MX23(this)) nand_boot_init()
1915 this->swap_block_mark = !GPMI_IS_MX23(this); gpmi_nand_init()
H A Dgpmi-nand.h305 #define GPMI_IS_MX23(x) ((x)->devdata->type == IS_MX23) macro
H A Dgpmi-lib.c173 ret = gpmi_reset_block(r->bch_regs, GPMI_IS_MX23(this)); gpmi_init()
283 ret = gpmi_reset_block(r->bch_regs, GPMI_IS_MX23(this)); bch_set_geometry()
1093 if (GPMI_IS_MX23(this)) { gpmi_is_ready()

Completed in 205 milliseconds