Home
last modified time | relevance | path

Searched refs:no_of_planes (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/staging/spectra/
Dlld_nand.c410 u8 no_of_planes; in get_samsung_nand_para() local
437 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() local
766 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()