Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dnand_onfi.c19 #define ONFI_PARAM_PAGES 3 macro
165 pbuf = kzalloc((sizeof(*pbuf) * ONFI_PARAM_PAGES), GFP_KERNEL); in nand_onfi_detect()
172 for (i = 0; i < ONFI_PARAM_PAGES; i++) { in nand_onfi_detect()
195 if (i == ONFI_PARAM_PAGES) { in nand_onfi_detect()
196 const void *srcbufs[ONFI_PARAM_PAGES]; in nand_onfi_detect()
199 for (j = 0; j < ONFI_PARAM_PAGES; j++) in nand_onfi_detect()
203 nand_bit_wise_majority(srcbufs, ONFI_PARAM_PAGES, pbuf, in nand_onfi_detect()