Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/usb/storage/
A Dsddr09.c107 struct nand_flash_dev { struct
108 int model_id;
109 int chipshift; /* 1<<cs bytes total capacity */
110 char pageshift; /* 1<<ps bytes in a page */
111 char blockshift; /* 1<<bs pages in an erase block */
112 char zoneshift; /* 1<<zs blocks in a zone */
114 char pageadrlen; /* length of an address in bytes - 1 */
/linux-6.3-rc2/include/linux/mtd/
A Drawnand.h1437 struct nand_flash_dev { struct
1438 char *name;
1439 union {
1446 unsigned int pagesize;
1447 unsigned int chipsize;
1448 unsigned int erasesize;
1449 unsigned int options;
1450 uint16_t id_len;
1451 uint16_t oobsize;
1452 struct {
[all …]

Completed in 11 milliseconds