Home
last modified time | relevance | path

Searched refs:page_spare_bytes (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-nand.h418 uint16_t page_spare_bytes; /**< Bytes 84-85: Number of spare bytes per page */ member
H A Dcvmx-nand.c291 && param_page[0].page_spare_bytes != 0 && param_page[0].page_spare_bytes != 0xFFFF in __cvmx_nand_onfi_process()
325 …age_spare_bytes = %u\n", 2*debug_indent, "", cvmx_le16_to_cpu(param_page[index].page_spare_bytes)); in __cvmx_nand_onfi_process()
666 … cvmx_nand_state[chip].oob_size = cvmx_le16_to_cpu(onfi_param_page->page_spare_bytes); in cvmx_nand_initialize()