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

/linux-4.4.14/drivers/mtd/nand/
H A Dfsl_upm.c110 static void fun_select_chip(struct mtd_info *mtd, int mchip_nr) fun_select_chip() argument
115 if (mchip_nr == -1) { fun_select_chip()
117 } else if (mchip_nr >= 0 && mchip_nr < NAND_MAX_CHIPS) { fun_select_chip()
118 fun->mchip_number = mchip_nr; fun_select_chip()
119 chip->IO_ADDR_R = fun->io_base + fun->mchip_offsets[mchip_nr]; fun_select_chip()

Completed in 55 milliseconds