Lines Matching defs:fmt
324 u32 fmt, spare, i;
333 fmt = PAGEFMT_512_2K | PAGEFMT_SEC_SEL_512;
337 fmt = PAGEFMT_2K_4K | PAGEFMT_SEC_SEL_512;
339 fmt = PAGEFMT_512_2K;
343 fmt = PAGEFMT_4K_8K | PAGEFMT_SEC_SEL_512;
345 fmt = PAGEFMT_2K_4K;
349 fmt = PAGEFMT_8K_16K | PAGEFMT_SEC_SEL_512;
351 fmt = PAGEFMT_4K_8K;
354 fmt = PAGEFMT_8K_16K;
378 fmt |= i << nfc->caps->pageformat_spare_shift;
380 fmt |= mtk_nand->fdm.reg_size << PAGEFMT_FDM_SHIFT;
381 fmt |= mtk_nand->fdm.ecc_size << PAGEFMT_FDM_ECC_SHIFT;
382 nfi_writel(nfc, fmt, NFI_PAGEFMT);