Home
last modified time | relevance | path

Searched defs:nand_chip (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/nand/
H A Dnand.h113 struct nand_chip { struct
114 struct nand_ecc *nc_ecc; /* ecc information */
115 uint8_t *nc_oob_cache; /* buffer for oob cache */
116 uint8_t *nc_page_cache; /* buffer for page cache */
117 uint8_t *nc_ecc_cache; /* buffer for ecc */
118 uint64_t nc_size; /* storage size in bytes */
119 uint32_t nc_page_size; /* page size in bytes */
120 uint32_t nc_block_size; /* block size in bytes */
121 uint32_t nc_lun_blocks; /* LUN size in blocks */
122 uint32_t nc_flags; /* bitfield flags */
[all …]