Searched refs:page0 (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/system/uapp/nand-util/
H A Daml.cpp52 const Page0* page0 = reinterpret_cast<const Page0*>(data); local
54 printf("Config: 0x%x\n", page0->config);
55 printf("ECC step: %u\n", page0->config & 0x3f);
56 printf("Page size (encoded): %u\n", (page0->config >> 6) & 0x7f);
57 printf("Pages per block: %u\n", page0->ext_info.pages_per_block);
58 printf("Boot type: %u\n", page0->ext_info.boot_num);
59 printf("Boot pages: %u\n", page0->ext_info.each_boot_pages);
60 printf("BBT size (pages): %u\n", page0->ext_info.bbt_occupy_pages);
61 printf("BBT block start: %u\n", page0->ext_info.bbt_start_block);
65 const Page0* page0 local
[all...]
/fuchsia/zircon/system/dev/nand/aml-rawnand/
H A Daml-rawnand.c38 8, /* Overwritten using BCH setting from page0 */
40 /* The 2 following values are overwritten by page0 contents */
41 1, /* rand-mode is 1 for page0 */
42 AML_ECC_BCH60_1K, /* This is the BCH setting for page0 */
218 * For page0 reads, we must use AML_ECC_BCH60_1K,
509 bool page0 = is_page0_nand_page(nand_page); local
511 if (!page0) {
531 /* page0 needs randomization. so force it for page0 */
532 if (page0 || raw_nan
598 bool page0 = is_page0_nand_page(nand_page); local
872 nand_page0_t* page0; local
[all...]

Completed in 28 milliseconds