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

/u-boot/drivers/mtd/nand/raw/
H A Dmeson_nand.c165 u32 info_bytes; member in struct:meson_nfc
443 nfc->info_bytes = infolen;
464 nfc->info_bytes = 0;
623 invalidate_dcache_range(nfc->iaddr, nfc->iaddr + nfc->info_bytes);
925 u32 page_bytes, info_bytes, nsectors; local
931 info_bytes = nsectors * PER_INFO_BYTE;
937 meson_chip->info_buf = dma_alloc_coherent(info_bytes, &tmp_addr);

Completed in 44 milliseconds