Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/devices/
H A Ddocg3.h34 #define DOC_LAYOUT_PAGE_SIZE 512 macro
38 (DOC_LAYOUT_PAGE_SIZE + DOC_LAYOUT_OOB_SIZE)
41 (DOC_LAYOUT_PAGES_PER_BLOCK * DOC_LAYOUT_PAGE_SIZE)
51 (DOC_LAYOUT_PAGE_SIZE + DOC_LAYOUT_OOB_PAGEINFO_SZ + \
H A Ddocg3.c724 offset -= 2 * DOC_LAYOUT_PAGE_SIZE; in doc_read_page_prepare()
897 skip = from % DOC_LAYOUT_PAGE_SIZE; in doc_read_oob()
966 from += DOC_LAYOUT_PAGE_SIZE; in doc_read_oob()
996 DOC_LAYOUT_PAGE_SIZE); in doc_reload_bbt()
1000 buf += DOC_LAYOUT_PAGE_SIZE; in doc_reload_bbt()
1050 if (from % DOC_LAYOUT_PAGE_SIZE)
1418 (ofs % DOC_LAYOUT_PAGE_SIZE)) in doc_write_oob()
1447 ofs += DOC_LAYOUT_PAGE_SIZE; in doc_write_oob()
1448 len -= DOC_LAYOUT_PAGE_SIZE; in doc_write_oob()
1449 buf += DOC_LAYOUT_PAGE_SIZE; in doc_write_oob()
[all …]