uboot 的nand的ecc,oob的放置是否和kernel中同步?
crifan 17年前 (2008-04-10) 1767浏览 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 17年前 (2008-04-10) 1767浏览 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 17年前 (2008-04-08) 1362浏览 0评论
in includelinuxkernel.h container_of(ptr, type, member) /** * container_of – cast a member of a structure out to the ...
crifan 17年前 (2008-04-08) 2284浏览 0评论
【下载】《linux内核0.11(0.95)完全注释》 ----------------------------------------- in :http://oldlinux.org/book.html You can download the...
crifan 17年前 (2008-04-06) 1682浏览 0评论
kmalloc NAME __get_free_pages, get_free_page, __get_free_page, __get_dma_pages, free_pages, free_page, ...
crifan 17年前 (2008-04-06) 1727浏览 0评论
Next: Contents Contents BCH Codes Rob Rostermundt Date: March 30, 2002 Abstract: Coding Theory deals with transmissio...
crifan 17年前 (2008-04-03) 1426浏览 0评论
Understanding CPU caching and performance-2 Eviction policies Another way to increase the number of sets in the cache withou...
crifan 17年前 (2008-04-03) 1238浏览 0评论
Understanding Caching January 1st, 2004 by James Bottomley in Software Architectures that support Linux differ in how the...
crifan 17年前 (2008-04-03) 1420浏览 0评论
PIO Short for Programmed Input/Output, a method of transferring data between two devices that uses the computer’s main...
crifan 17年前 (2008-04-03) 1370浏览 0评论
Understanding CPU caching and performance -1 By Jon Stokes | Published: July 07, 2002 – 09:05PM CT Introduction Back w...
crifan 17年前 (2008-04-03) 1313浏览 0评论
Cache Graph Comparition between diffrent stroage system Level Access Time Typical Size Technology Managed By R...