Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/boot/
H A Dmktree.c39 #define IMGBLK 512 macro
40 unsigned int tmpbuf[IMGBLK / sizeof(unsigned int)];
60 nblks = (st.st_size + IMGBLK) / IMGBLK; in main()
115 nblks -= (64 * 1024) / IMGBLK; in main()