Searched refs:no_of_planes (Results 1 – 1 of 1) sorted by relevance
410 u8 no_of_planes; in get_samsung_nand_para() local437 no_of_planes = 1 << ((id_bytes[4] & 0x0c) >> 2); in get_samsung_nand_para()440 capacity = (u64)128 * plane_size * no_of_planes; in get_samsung_nand_para()680 u8 no_of_planes; in NAND_Read_Device_ID() local766 no_of_planes = ioread32(FlashReg + NUMBER_OF_PLANES) & in NAND_Read_Device_ID()769 switch (no_of_planes) { in NAND_Read_Device_ID()774 DeviceInfo.bPlaneNum = no_of_planes + 1; in NAND_Read_Device_ID()