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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/boot/romimage/
H A Dmmcif-sh7724.c33 asmlinkage void mmcif_loader(unsigned char *buf, unsigned long no_bytes) argument
66 sh_mmcif_boot_slurp(MMCIF_BASE, buf, no_bytes);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/mmc/
H A Dsh_mmcif.h181 unsigned long no_bytes)
194 tmp = no_bytes / SH_MMCIF_BBS;
195 tmp += (no_bytes % SH_MMCIF_BBS) ? 1 : 0;
179 sh_mmcif_boot_slurp(void __iomem *base, unsigned char *buf, unsigned long no_bytes) argument

Completed in 66 milliseconds