Home
last modified time | relevance | path

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

/openbmc/u-boot/arch/mips/lib/
H A Dcache.c112 unsigned long dlsize = dcache_line_size(); in flush_cache() local
119 if ((ilsize == dlsize) && !slsize) { in flush_cache()
127 cache_loop(start_addr, start_addr + size, dlsize, HIT_WRITEBACK_INV_D); in flush_cache()
/openbmc/linux/drivers/bluetooth/
H A Dbtmtk.c45 __le32 dlsize; member
143 dl_size = le32_to_cpu(sectionmap->bin_info_spec.dlsize); in btmtk_setup_firmware_79xx()