设为首页 加入收藏

TOP

Linux下的nandflash驱动分析(2)——基于S2C6410平台(二)
2014-11-24 12:31:39 来源: 作者: 【 】 浏览:4
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)..

评论

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

·CPython是什么?PyPy (2025-12-26 06:50:09)
·Python|如何安装seab (2025-12-26 06:50:06)
·python要学习数据分 (2025-12-26 06:50:03)
·每日一道面试题-多线 (2025-12-26 06:20:17)
·java项目中哪些地方 (2025-12-26 06:20:14)