MSC_RBW 1464 arch/arm/mach-sa1100/include/mach/SA-1100.h #define MSC_32BitStMem (MSC_RBW*0) /* 32-Bit Static Memory */ MSC_RBW 1465 arch/arm/mach-sa1100/include/mach/SA-1100.h #define MSC_16BitStMem (MSC_RBW*1) /* 16-Bit Static Memory */ MSC_RBW 87 drivers/mtd/maps/sa1100-flash.c subdev->map.bankwidth = (MSC0 & MSC_RBW) ? 2 : 4; MSC_RBW 91 drivers/mtd/maps/sa1100-flash.c subdev->map.bankwidth = ((MSC0 >> 16) & MSC_RBW) ? 2 : 4;