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

/linux-master/drivers/mtd/devices/
H A Ddocg3.h35 #define DOC_LAYOUT_OOB_SIZE 16 macro
38 (DOC_LAYOUT_PAGE_SIZE + DOC_LAYOUT_OOB_SIZE)
299 u8 oob_write_buf[DOC_LAYOUT_OOB_SIZE];
H A Ddocg3.c891 if (ooblen % DOC_LAYOUT_OOB_SIZE)
904 nboob = min_t(size_t, ooblen, (size_t)DOC_LAYOUT_OOB_SIZE);
923 doc_read_page_getbytes(docg3, DOC_LAYOUT_OOB_SIZE - nboob,
929 if (nboob >= DOC_LAYOUT_OOB_SIZE) {
1272 doc_write_page_putbytes(docg3, DOC_LAYOUT_OOB_SIZE, oob);
1349 if (ooblen != DOC_LAYOUT_OOB_SIZE)
1361 memcpy(docg3->oob_write_buf, ops->oobbuf, DOC_LAYOUT_OOB_SIZE);
1362 ops->oobretlen = DOC_LAYOUT_OOB_SIZE;
1390 u8 oob[DOC_LAYOUT_OOB_SIZE];
1440 memcpy(oob, docg3->oob_write_buf, DOC_LAYOUT_OOB_SIZE);
[all...]

Completed in 115 milliseconds