Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/asihpi/
H A Dhpi_internal.h815 u32 cache_bytes; /* size of cache */ member
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.c4766 int cache_bytes = in yaffs_guts_initialise() local
4772 dev->cache = kmalloc(cache_bytes, GFP_NOFS); in yaffs_guts_initialise()
4777 memset(dev->cache, 0, cache_bytes); in yaffs_guts_initialise()