Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/asihpi/
H A Dhpi_internal.h815 u32 cache_bytes; /* size of cache */ member
/OK3568_Linux_fs/u-boot/fs/yaffs2/
H A Dyaffs_guts.c4767 int cache_bytes = in yaffs_guts_initialise() local
4773 dev->cache = kmalloc(cache_bytes, GFP_NOFS); in yaffs_guts_initialise()
4778 memset(dev->cache, 0, cache_bytes); in yaffs_guts_initialise()