Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dsm_common.h10 struct sm_oob { struct
39 static inline int sm_sector_valid(struct sm_oob *oob) in sm_sector_valid() argument
44 static inline int sm_block_valid(struct sm_oob *oob) in sm_block_valid()
49 static inline int sm_block_erased(struct sm_oob *oob) in sm_block_erased()
H A Dsm_common.c103 struct sm_oob oob; in sm_block_markbad()
H A Dr852.c437 struct sm_oob *oob = (struct sm_oob *)ecc_code; in r852_ecc_calculate()