设为首页 加入收藏

TOP

Linux下的nandflash驱动分析(2)——基于S2C6410平台(二)
2014-11-24 12:31:39 来源: 作者: 【 】 浏览:2
Tags:Linux nandflash 驱动 分析 基于 S2C6410 平台
_maf_id != chip->read_byte(mtd) ||

type->id != chip->read_byte(mtd))
break;
}
if (i > 1)
printk(KERN_INFO "%d NAND chips detected\n", i);


/* Store the number of chips and calc total size for mtd */
chip->numchips = i;
mtd->size = i * chip->chipsize;


return 0;
}


3、nand_scan_tail函数:源码如下:


/**
* nand_scan_tail - [NAND Interface] Scan for the NAND device
*/


首页 上一页 1 2 下一页 尾页 2/2/2
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
分享到: 
上一篇Android自定义属性之format介绍 下一篇Linux下的nandflash驱动分析(3)..

评论

帐  号: 密码: (新用户注册)
验 证 码:
表  情:
内  容:

·python数据分析岗的 (2025-12-25 10:02:21)
·python做数据分析需 (2025-12-25 10:02:19)
·成为一个优秀的pytho (2025-12-25 10:02:16)
·Java后端面试实习自 (2025-12-25 09:24:21)
·Java LTS版本有哪些 (2025-12-25 09:24:18)