uboot 的nand的ecc,oob的放置是否和kernel中同步?
crifan 18年前 (2008-04-10) 1788浏览 0评论
static int nand_write (struct mtd_info *mtd, loff_t to, size_t len, size_t * retlen, const u_char * buf) { return (nand_wri...
工作相关的技术文章
crifan 18年前 (2008-04-10) 1788浏览 0评论
static int nand_write (struct mtd_info *mtd, loff_t to, size_t len, size_t * retlen, const u_char * buf) { return (nand_wri...
crifan 18年前 (2008-04-08) 1381浏览 0评论
in includelinuxkernel.h container_of(ptr, type, member) /** * container_of – cast a member of a structure out to the ...
crifan 18年前 (2008-04-08) 2320浏览 0评论
【下载】《linux内核0.11(0.95)完全注释》 ----------------------------------------- in :http://oldlinux.org/book.html You can download the...
crifan 18年前 (2008-04-06) 1702浏览 0评论
kmalloc NAME __get_free_pages, get_free_page, __get_free_page, __get_dma_pages, free_pages, free_page, ...
crifan 18年前 (2008-04-06) 1757浏览 0评论
Next: Contents Contents BCH Codes Rob Rostermundt Date: March 30, 2002 Abstract: Coding Theory deals with transmissio...
crifan 18年前 (2008-04-03) 1465浏览 0评论
Understanding CPU caching and performance-2 Eviction policies Another way to increase the number of sets in the cache withou...
crifan 18年前 (2008-04-03) 1264浏览 0评论
Understanding Caching January 1st, 2004 by James Bottomley in Software Architectures that support Linux differ in how the...
crifan 18年前 (2008-04-03) 1490浏览 0评论
PIO Short for Programmed Input/Output, a method of transferring data between two devices that uses the computer’s main...
crifan 18年前 (2008-04-03) 1414浏览 0评论
Understanding CPU caching and performance -1 By Jon Stokes | Published: July 07, 2002 – 09:05PM CT Introduction Back w...
crifan 18年前 (2008-04-03) 1349浏览 0评论
Cache Graph Comparition between diffrent stroage system Level Access Time Typical Size Technology Managed By R...