mask_chipsel       82 arch/arm/mach-davinci/board-dm355-evm.c 	.mask_chipsel		= BIT(14),
mask_chipsel       76 arch/arm/mach-davinci/board-dm355-leopard.c 	.mask_chipsel		= BIT(14),
mask_chipsel      144 arch/arm/mach-davinci/board-dm365-evm.c 	.mask_chipsel		= BIT(14),
mask_chipsel      214 arch/arm/mach-davinci/board-omapl138-hawk.c 	.mask_chipsel	= 0,
mask_chipsel       52 drivers/mtd/nand/raw/davinci_nand.c 	uint32_t		mask_chipsel;
mask_chipsel      115 drivers/mtd/nand/raw/davinci_nand.c 		info->current_cs += info->mask_chipsel;
mask_chipsel      541 drivers/mtd/nand/raw/davinci_nand.c 			pdata->mask_chipsel = prop;
mask_chipsel      764 drivers/mtd/nand/raw/davinci_nand.c 	info->mask_chipsel	= pdata->mask_chipsel;
mask_chipsel      792 drivers/mtd/nand/raw/davinci_nand.c 	ret = nand_scan(&info->chip, pdata->mask_chipsel ? 2 : 1);
mask_chipsel       57 include/linux/platform_data/mtd-davinci.h 	uint32_t		mask_chipsel;