Home
last modified time | relevance | path

Searched refs:SM_OOB_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dsm_common.c106 memset(&oob, -1, SM_OOB_SIZE); in sm_block_markbad()
119 if (ret < 0 || ops.oobretlen != SM_OOB_SIZE) { in sm_block_markbad()
H A Dsm_common.h25 #define SM_OOB_SIZE 16 macro
H A Dr852.c828 chip->ecc.bytes = SM_OOB_SIZE; in r852_attach_chip()