Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/asihpi/
H A Dhpicmn.c189 if (pC->control_count && pC->cache_size_in_bytes) { in control_cache_alloc_check()
245 if (byte_count >= pC->cache_size_in_bytes) in control_cache_alloc_check()
252 if (byte_count != pC->cache_size_in_bytes) in control_cache_alloc_check()
256 pC->cache_size_in_bytes); in control_cache_alloc_check()
656 p_cache->cache_size_in_bytes = size_in_bytes; in hpi_alloc_control_cache()
H A Dhpicmn.h39 u32 cache_size_in_bytes; member