cache_type        141 arch/arc/kernel/perf_event.c 	unsigned int cache_type, cache_op, cache_result;
cache_type        144 arch/arc/kernel/perf_event.c 	cache_type	= (config >>  0) & 0xff;
cache_type        147 arch/arc/kernel/perf_event.c 	if (cache_type >= PERF_COUNT_HW_CACHE_MAX)
cache_type        154 arch/arc/kernel/perf_event.c 	ret = arc_pmu_cache_map[cache_type][cache_op][cache_result];
cache_type        160 arch/arc/kernel/perf_event.c 		 cache_type, cache_op, cache_result, ret,
cache_type         29 arch/arm64/kernel/cacheinfo.c static inline enum cache_type get_cache_type(int level)
cache_type         40 arch/arm64/kernel/cacheinfo.c 			 enum cache_type type, unsigned int level)
cache_type         84 arch/arm64/kernel/cacheinfo.c 	enum cache_type type;
cache_type        952 arch/csky/kernel/perf_event.c 	unsigned int cache_type, cache_op, cache_result;
cache_type        954 arch/csky/kernel/perf_event.c 	cache_type	= (config >>  0) & 0xff;
cache_type        958 arch/csky/kernel/perf_event.c 	if (cache_type >= PERF_COUNT_HW_CACHE_MAX)
cache_type        965 arch/csky/kernel/perf_event.c 	return csky_pmu_cache_map[cache_type][cache_op][cache_result];
cache_type        285 arch/ia64/include/asm/pal.h 		u64		cache_type	: 8,	/* 7-0 cache type */
cache_type        298 arch/ia64/include/asm/pal.h 		u64		cache_type	: 8,	/* 7-0 cache type */
cache_type        328 arch/ia64/include/asm/pal.h #define pclid_read_cache_type	pclid_info_read.cache_type
cache_type        337 arch/ia64/include/asm/pal.h #define pclid_write_cache_type	pclid_info_write.cache_type
cache_type        908 arch/ia64/include/asm/pal.h ia64_pal_cache_config_info (u64 cache_level, u64 cache_type, pal_cache_config_info_t *conf)
cache_type        912 arch/ia64/include/asm/pal.h 	PAL_CALL(iprv, PAL_CACHE_INFO, cache_level, cache_type, 0);
cache_type        926 arch/ia64/include/asm/pal.h ia64_pal_cache_prot_info (u64 cache_level, u64 cache_type, pal_cache_protection_info_t *prot)
cache_type        930 arch/ia64/include/asm/pal.h 	PAL_CALL(iprv, PAL_CACHE_PROT_INFO, cache_level, cache_type, 0);
cache_type        949 arch/ia64/include/asm/pal.h ia64_pal_cache_flush (u64 cache_type, u64 invalidate, u64 *progress, u64 *vector)
cache_type        952 arch/ia64/include/asm/pal.h 	PAL_CALL(iprv, PAL_CACHE_FLUSH, cache_type, invalidate, *progress);
cache_type        962 arch/ia64/include/asm/pal.h ia64_pal_cache_init (u64 level, u64 cache_type, u64 rest)
cache_type        965 arch/ia64/include/asm/pal.h 	PAL_CALL(iprv, PAL_CACHE_INIT, level, cache_type, rest);
cache_type        670 arch/ia64/include/asm/sal.h extern s64 ia64_sal_cache_flush (u64 cache_type);
cache_type        239 arch/ia64/kernel/sal.c 	u64 vector, cache_type = 3;
cache_type        257 arch/ia64/kernel/sal.c 	SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0);
cache_type        278 arch/ia64/kernel/sal.c ia64_sal_cache_flush (u64 cache_type)
cache_type        289 arch/ia64/kernel/sal.c 		rc = ia64_pal_cache_flush(cache_type,
cache_type        295 arch/ia64/kernel/sal.c 	SAL_CALL(isrv, SAL_CACHE_FLUSH, cache_type, 0, 0, 0, 0, 0, 0);
cache_type        684 arch/mips/kernel/perf_event_mipsxx.c 	unsigned int cache_type, cache_op, cache_result;
cache_type        687 arch/mips/kernel/perf_event_mipsxx.c 	cache_type = (config >> 0) & 0xff;
cache_type        688 arch/mips/kernel/perf_event_mipsxx.c 	if (cache_type >= PERF_COUNT_HW_CACHE_MAX)
cache_type        700 arch/mips/kernel/perf_event_mipsxx.c 					[cache_type]
cache_type          9 arch/nds32/kernel/cacheinfo.c 			 enum cache_type type, unsigned int level)
cache_type         11 arch/nds32/kernel/cacheinfo.c 	char cache_type = (type & CACHE_TYPE_INST ? ICACHE : DCACHE);
cache_type         15 arch/nds32/kernel/cacheinfo.c 	this_leaf->coherency_line_size = CACHE_LINE_SIZE(cache_type);
cache_type         16 arch/nds32/kernel/cacheinfo.c 	this_leaf->number_of_sets = CACHE_SET(cache_type);
cache_type         17 arch/nds32/kernel/cacheinfo.c 	this_leaf->ways_of_associativity = CACHE_WAY(cache_type);
cache_type         46 arch/nds32/kernel/perf_event_cpu.c 	unsigned int cache_type, cache_op, cache_result, ret;
cache_type         48 arch/nds32/kernel/perf_event_cpu.c 	cache_type = (config >> 0) & 0xff;
cache_type         49 arch/nds32/kernel/perf_event_cpu.c 	if (cache_type >= PERF_COUNT_HW_CACHE_MAX)
cache_type         60 arch/nds32/kernel/perf_event_cpu.c 	ret = (int)(*cache_map)[cache_type][cache_op][cache_result];
cache_type        710 arch/powerpc/kernel/cacheinfo.c 	const char *cache_type;
cache_type        720 arch/powerpc/kernel/cacheinfo.c 	cache_type = cache_type_string(cache);
cache_type        738 arch/powerpc/kernel/cacheinfo.c 				 cache_type, rc);
cache_type        743 arch/powerpc/kernel/cacheinfo.c 				 attr->attr.name, cache->ofnode, cache_type);
cache_type         13 arch/riscv/kernel/cacheinfo.c 			 enum cache_type type, unsigned int level)
cache_type         61 arch/s390/kernel/cache.c static const enum cache_type cache_type_map[] = {
cache_type         91 arch/s390/kernel/cache.c static inline enum cache_type get_cache_type(struct cache_info *ci, int level)
cache_type        107 arch/s390/kernel/cache.c 			 enum cache_type type, unsigned int level, int cpu)
cache_type        133 arch/s390/kernel/cache.c 	enum cache_type ctype;
cache_type        158 arch/s390/kernel/cache.c 	enum cache_type ctype;
cache_type         27 arch/sh/mm/cache-debugfs.c 	unsigned int cache_type = (unsigned int)file->private;
cache_type         47 arch/sh/mm/cache-debugfs.c 	if (cache_type == CACHE_TYPE_DCACHE) {
cache_type         61 arch/sh/mm/cache-debugfs.c 	if ((ccr & CCR_CACHE_ORA) && cache_type == CACHE_TYPE_DCACHE)
cache_type       1198 arch/sparc/kernel/perf_event.c 	unsigned int cache_type, cache_op, cache_result;
cache_type       1204 arch/sparc/kernel/perf_event.c 	cache_type = (config >>  0) & 0xff;
cache_type       1205 arch/sparc/kernel/perf_event.c 	if (cache_type >= PERF_COUNT_HW_CACHE_MAX)
cache_type       1216 arch/sparc/kernel/perf_event.c 	pmap = &((*sparc_pmu->cache_map)[cache_type][cache_op][cache_result]);
cache_type        303 arch/x86/events/core.c 	unsigned int cache_type, cache_op, cache_result;
cache_type        308 arch/x86/events/core.c 	cache_type = (config >> 0) & 0xff;
cache_type        309 arch/x86/events/core.c 	if (cache_type >= PERF_COUNT_HW_CACHE_MAX)
cache_type        311 arch/x86/events/core.c 	cache_type = array_index_nospec(cache_type, PERF_COUNT_HW_CACHE_MAX);
cache_type        323 arch/x86/events/core.c 	val = hw_cache_event_ids[cache_type][cache_op][cache_result];
cache_type        332 arch/x86/events/core.c 	attr->config1 = hw_cache_extra_regs[cache_type][cache_op][cache_result];
cache_type         34 arch/x86/kernel/cpu/cacheinfo.c 	char cache_type;
cache_type        222 arch/x86/kernel/cpu/cacheinfo.c static const enum cache_type cache_type_map[] = {
cache_type        810 arch/x86/kernel/cpu/cacheinfo.c 						if (only_trace && cache_table[k].cache_type != LVL_TRACE)
cache_type        812 arch/x86/kernel/cpu/cacheinfo.c 						switch (cache_table[k].cache_type) {
cache_type        550 arch/x86/kvm/cpuid.c 		int i, cache_type;
cache_type        557 arch/x86/kvm/cpuid.c 			cache_type = entry[i - 1].eax & 0x1f;
cache_type        558 arch/x86/kvm/cpuid.c 			if (!cache_type)
cache_type        106 arch/xtensa/kernel/perf_event.c 	unsigned int cache_type, cache_op, cache_result;
cache_type        109 arch/xtensa/kernel/perf_event.c 	cache_type = (config >>  0) & 0xff;
cache_type        113 arch/xtensa/kernel/perf_event.c 	if (cache_type >= ARRAY_SIZE(xtensa_cache_ctl) ||
cache_type        118 arch/xtensa/kernel/perf_event.c 	ret = xtensa_cache_ctl[cache_type][cache_op][cache_result];
cache_type        296 drivers/acpi/pptt.c static u8 acpi_cache_type(enum cache_type type)
cache_type        320 drivers/acpi/pptt.c 						    enum cache_type type,
cache_type         67 drivers/base/cacheinfo.c static inline int get_cacheinfo_idx(enum cache_type type)
cache_type        120 drivers/base/regmap/internal.h 	enum regcache_type cache_type;
cache_type        121 drivers/base/regmap/regcache.c 	if (map->cache_type == REGCACHE_NONE) {
cache_type        141 drivers/base/regmap/regcache.c 		if (cache_types[i]->type == map->cache_type)
cache_type        146 drivers/base/regmap/regcache.c 			map->cache_type);
cache_type        208 drivers/base/regmap/regcache.c 	if (map->cache_type == REGCACHE_NONE)
cache_type        238 drivers/base/regmap/regcache.c 	if (map->cache_type == REGCACHE_NONE)
cache_type        267 drivers/base/regmap/regcache.c 	if (map->cache_type == REGCACHE_NONE)
cache_type        613 drivers/base/regmap/regmap-debugfs.c 	if (map->cache_type) {
cache_type        108 drivers/base/regmap/regmap.c 	if (map->cache_type == REGCACHE_NONE)
cache_type        805 drivers/base/regmap/regmap.c 	map->cache_type = config->cache_type;
cache_type       1322 drivers/base/regmap/regmap.c 	map->cache_type = config->cache_type;
cache_type       2612 drivers/base/regmap/regmap.c 	    map->cache_type == REGCACHE_NONE) {
cache_type       2811 drivers/base/regmap/regmap.c 	if (map->bus && map->format.parse_inplace && (vol || map->cache_type == REGCACHE_NONE)) {
cache_type        719 drivers/block/virtio_blk.c static DEVICE_ATTR_RW(cache_type);
cache_type        654 drivers/clk/clk-cdce925.c 		.cache_type = REGCACHE_RBTREE,
cache_type        324 drivers/clk/clk-si514.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1017 drivers/clk/clk-si5341.c 	.cache_type = REGCACHE_RBTREE,
cache_type        209 drivers/clk/clk-si5351.c 	.cache_type = REGCACHE_RBTREE,
cache_type        449 drivers/clk/clk-si544.c 	.cache_type = REGCACHE_RBTREE,
cache_type        391 drivers/clk/clk-si570.c 	.cache_type = REGCACHE_RBTREE,
cache_type        206 drivers/clk/clk-versaclock5.c 	.cache_type = REGCACHE_RBTREE,
cache_type        110 drivers/fpga/socfpga-a10.c 	.cache_type = REGCACHE_NONE,
cache_type        308 drivers/gpio/gpio-pca953x.c 	.cache_type = REGCACHE_RBTREE,
cache_type        328 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				props->cache_type |= HSA_CACHE_TYPE_DATA;
cache_type        330 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				props->cache_type |= HSA_CACHE_TYPE_INSTRUCTION;
cache_type        332 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				props->cache_type |= HSA_CACHE_TYPE_CPU;
cache_type        334 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				props->cache_type |= HSA_CACHE_TYPE_HSACU;
cache_type        549 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 				int cache_type, unsigned int cu_processor_id,
cache_type        562 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		((1 << pcache_info[cache_type].num_cu_shared) - 1);
cache_type        573 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		pcache->flags = pcache_info[cache_type].flags;
cache_type        576 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		pcache->cache_level = pcache_info[cache_type].cache_level;
cache_type        577 drivers/gpu/drm/amd/amdkfd/kfd_crat.c 		pcache->cache_size = pcache_info[cache_type].cache_size;
cache_type        346 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 	sysfs_show_32bit_prop(buffer, "type", cache->cache_type);
cache_type        367 drivers/gpu/drm/amd/amdkfd/kfd_topology.c static struct kobj_type cache_type = {
cache_type        680 drivers/gpu/drm/amd/amdkfd/kfd_topology.c 		ret = kobject_init_and_add(cache->kobj, &cache_type,
cache_type        124 drivers/gpu/drm/amd/amdkfd/kfd_topology.h 	uint32_t		cache_type;
cache_type        124 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	.cache_type = REGCACHE_RBTREE,
cache_type        976 drivers/gpu/drm/bridge/adv7511/adv7511_drv.c 	.cache_type = REGCACHE_RBTREE,
cache_type        807 drivers/gpu/drm/bridge/sii902x.c 	.cache_type = REGCACHE_NONE,
cache_type       1468 drivers/gpu/drm/bridge/tc358767.c 	.cache_type = REGCACHE_RBTREE,
cache_type        117 drivers/gpu/drm/bridge/ti-sn65dsi86.c 	.cache_type = REGCACHE_NONE,
cache_type        345 drivers/gpu/drm/panel/panel-ilitek-ili9322.c 	.cache_type = REGCACHE_RBTREE,
cache_type        119 drivers/gpu/drm/panel/panel-novatek-nt39016.c 	.cache_type = REGCACHE_FLAT,
cache_type        385 drivers/hwmon/emc1403.c 	.cache_type = REGCACHE_RBTREE,
cache_type        657 drivers/hwmon/ina3221.c 	.cache_type = REGCACHE_RBTREE,
cache_type        532 drivers/hwmon/lm75.c 	.cache_type = REGCACHE_RBTREE,
cache_type        521 drivers/hwmon/lm95245.c 	.cache_type = REGCACHE_RBTREE,
cache_type        444 drivers/hwmon/max6621.c 	.cache_type = REGCACHE_FLAT,
cache_type       1037 drivers/hwmon/nct7802.c 	.cache_type = REGCACHE_RBTREE,
cache_type        187 drivers/hwmon/tmp102.c 	.cache_type = REGCACHE_RBTREE,
cache_type        321 drivers/hwmon/tmp108.c 	.cache_type = REGCACHE_RBTREE,
cache_type         73 drivers/i2c/muxes/i2c-mux-ltc4306.c 	.cache_type = REGCACHE_FLAT,
cache_type         82 drivers/iio/chemical/bme680_core.c 	.cache_type = REGCACHE_RBTREE,
cache_type        470 drivers/iio/dac/ad5380.c 	.cache_type = REGCACHE_RBTREE,
cache_type        403 drivers/iio/health/afe4403.c 	.cache_type = REGCACHE_RBTREE,
cache_type        409 drivers/iio/health/afe4404.c 	.cache_type = REGCACHE_RBTREE,
cache_type        103 drivers/iio/health/max30100.c 	.cache_type = REGCACHE_FLAT,
cache_type        220 drivers/iio/light/apds9960.c 	.cache_type = REGCACHE_RBTREE,
cache_type        296 drivers/iio/light/gp2ap020a00f.c 	.cache_type = REGCACHE_RBTREE,
cache_type        650 drivers/iio/light/isl29018.c 	.cache_type = REGCACHE_RBTREE,
cache_type        659 drivers/iio/light/isl29018.c 	.cache_type = REGCACHE_RBTREE,
cache_type        567 drivers/iio/light/isl29028.c 	.cache_type = REGCACHE_RBTREE,
cache_type        307 drivers/iio/light/jsa1212.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1367 drivers/iio/light/ltr501.c 	.cache_type = REGCACHE_RBTREE,
cache_type        483 drivers/iio/light/max44000.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        125 drivers/iio/light/pa12203001.c 	.cache_type = REGCACHE_RBTREE,
cache_type        922 drivers/iio/light/rpr0521.c 	.cache_type	= REGCACHE_RBTREE,
cache_type        495 drivers/iio/light/stk3310.c 	.cache_type = REGCACHE_RBTREE,
cache_type        498 drivers/iio/light/vcnl4035.c 	.cache_type	= REGCACHE_RBTREE,
cache_type        219 drivers/iio/magnetometer/bmc150_magn.c 	.cache_type = REGCACHE_RBTREE,
cache_type         52 drivers/iio/magnetometer/hmc5843_i2c.c 	.cache_type = REGCACHE_RBTREE,
cache_type         52 drivers/iio/magnetometer/hmc5843_spi.c 		.cache_type = REGCACHE_RBTREE,
cache_type        474 drivers/iio/magnetometer/mmc35240.c 	.cache_type = REGCACHE_FLAT,
cache_type         23 drivers/iio/magnetometer/rm3100-i2c.c 	.cache_type = REGCACHE_RBTREE,
cache_type         23 drivers/iio/magnetometer/rm3100-spi.c 	.cache_type = REGCACHE_RBTREE,
cache_type         37 drivers/iio/pressure/bmp280-regmap.c 	.cache_type = REGCACHE_RBTREE,
cache_type         80 drivers/iio/pressure/bmp280-regmap.c 	.cache_type = REGCACHE_RBTREE,
cache_type        671 drivers/iio/pressure/dps310.c 	.cache_type = REGCACHE_RBTREE,
cache_type         75 drivers/iio/pressure/hp03.c 	.cache_type	= REGCACHE_RBTREE,
cache_type         28 drivers/iio/pressure/zpa2326_i2c.c 	.cache_type     = REGCACHE_NONE,
cache_type         29 drivers/iio/pressure/zpa2326_spi.c 	.cache_type     = REGCACHE_NONE,
cache_type        197 drivers/iio/proximity/sx9500.c 	.cache_type = REGCACHE_RBTREE,
cache_type        149 drivers/iio/temperature/mlx90632.c 	.cache_type = REGCACHE_RBTREE,
cache_type        171 drivers/input/keyboard/cap11xx.c 	.cache_type = REGCACHE_RBTREE,
cache_type        216 drivers/input/keyboard/qt1050.c 	.cache_type = REGCACHE_RBTREE,
cache_type        457 drivers/input/misc/drv260x.c 	.cache_type = REGCACHE_NONE,
cache_type        156 drivers/input/misc/drv2665.c 	.cache_type = REGCACHE_NONE,
cache_type        331 drivers/input/misc/drv2667.c 	.cache_type = REGCACHE_NONE,
cache_type        310 drivers/leds/leds-is31fl319x.c 	.cache_type = REGCACHE_FLAT,
cache_type        208 drivers/leds/leds-lm3532.c 	.cache_type = REGCACHE_FLAT,
cache_type        126 drivers/leds/leds-lm3601x.c 	.cache_type = REGCACHE_RBTREE,
cache_type        139 drivers/leds/leds-lm3692x.c 	.cache_type = REGCACHE_RBTREE,
cache_type        109 drivers/leds/leds-lm3697.c 	.cache_type = REGCACHE_FLAT,
cache_type        207 drivers/leds/leds-lp3952.c 	.cache_type = REGCACHE_RBTREE,
cache_type        337 drivers/leds/leds-lp8860.c 	.cache_type = REGCACHE_NONE,
cache_type        375 drivers/leds/leds-lp8860.c 	.cache_type = REGCACHE_NONE,
cache_type        585 drivers/media/dvb-frontends/cxd2820r_core.c 		.cache_type = REGCACHE_NONE,
cache_type        593 drivers/media/dvb-frontends/cxd2820r_core.c 		.cache_type = REGCACHE_NONE,
cache_type        664 drivers/media/dvb-frontends/mn88443x.c 	.cache_type = REGCACHE_NONE,
cache_type       1065 drivers/media/dvb-frontends/rtl2832.c 	dev->regmap_config.cache_type = REGCACHE_NONE,
cache_type         41 drivers/media/i2c/adv748x/adv748x-core.c 	.cache_type = REGCACHE_NONE, \
cache_type       3191 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3199 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3207 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3215 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3223 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3231 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3239 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3247 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3255 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3264 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3272 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3280 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type       3288 drivers/media/i2c/adv7604.c 		.cache_type		= REGCACHE_NONE,
cache_type        859 drivers/media/i2c/imx214.c 	.cache_type = REGCACHE_RBTREE,
cache_type        145 drivers/media/i2c/imx274.c 	.cache_type = REGCACHE_RBTREE,
cache_type        260 drivers/media/i2c/max2175.c 	.cache_type = REGCACHE_FLAT,
cache_type        984 drivers/media/i2c/mt9v032.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1517 drivers/media/i2c/tvp5150.c 	.cache_type = REGCACHE_RBTREE,
cache_type         75 drivers/mfd/ac100.c 	.cache_type	= REGCACHE_RBTREE,
cache_type         98 drivers/mfd/altera-a10sr.c 	.cache_type = REGCACHE_NONE,
cache_type        109 drivers/mfd/as3711.c 	.cache_type = REGCACHE_RBTREE,
cache_type        312 drivers/mfd/as3722.c 	.cache_type = REGCACHE_RBTREE,
cache_type        244 drivers/mfd/axp20x.c 	.cache_type	= REGCACHE_RBTREE,
cache_type        253 drivers/mfd/axp20x.c 	.cache_type	= REGCACHE_RBTREE,
cache_type        262 drivers/mfd/axp20x.c 	.cache_type	= REGCACHE_RBTREE,
cache_type        271 drivers/mfd/axp20x.c 	.cache_type	= REGCACHE_RBTREE,
cache_type        280 drivers/mfd/axp20x.c 	.cache_type	= REGCACHE_RBTREE,
cache_type         31 drivers/mfd/bcm590xx.c 	.cache_type	= REGCACHE_RBTREE,
cache_type         38 drivers/mfd/bcm590xx.c 	.cache_type	= REGCACHE_RBTREE,
cache_type         76 drivers/mfd/bd9571mwv.c 	.cache_type	= REGCACHE_RBTREE,
cache_type       1251 drivers/mfd/cs47l15-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1266 drivers/mfd/cs47l15-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1283 drivers/mfd/cs47l15-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1297 drivers/mfd/cs47l15-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1619 drivers/mfd/cs47l24-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1501 drivers/mfd/cs47l35-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1518 drivers/mfd/cs47l35-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1537 drivers/mfd/cs47l35-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1553 drivers/mfd/cs47l35-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2839 drivers/mfd/cs47l85-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2856 drivers/mfd/cs47l85-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2875 drivers/mfd/cs47l85-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2891 drivers/mfd/cs47l85-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2542 drivers/mfd/cs47l90-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2559 drivers/mfd/cs47l90-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2578 drivers/mfd/cs47l90-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2594 drivers/mfd/cs47l90-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1893 drivers/mfd/cs47l92-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1910 drivers/mfd/cs47l92-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1929 drivers/mfd/cs47l92-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1945 drivers/mfd/cs47l92-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type        536 drivers/mfd/da9052-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type        248 drivers/mfd/da9055-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type        457 drivers/mfd/da9062-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type        562 drivers/mfd/da9062-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type        178 drivers/mfd/da9063-i2c.c 	.cache_type = REGCACHE_RBTREE,
cache_type        172 drivers/mfd/da9150-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type         85 drivers/mfd/intel_soc_pmic_chtdc_ti.c 	.cache_type = REGCACHE_NONE,
cache_type        101 drivers/mfd/intel_soc_pmic_crc.c 	.cache_type = REGCACHE_NONE,
cache_type         73 drivers/mfd/lochnagar-i2c.c 	.cache_type = REGCACHE_RBTREE,
cache_type        166 drivers/mfd/lochnagar-i2c.c 	.cache_type = REGCACHE_RBTREE,
cache_type        176 drivers/mfd/max77620.c 	.cache_type = REGCACHE_RBTREE,
cache_type        187 drivers/mfd/max77620.c 	.cache_type = REGCACHE_RBTREE,
cache_type        216 drivers/mfd/max77620.c 	.cache_type = REGCACHE_RBTREE,
cache_type        112 drivers/mfd/max77686.c 	.cache_type = REGCACHE_RBTREE,
cache_type         67 drivers/mfd/max8907.c 	.cache_type = REGCACHE_RBTREE,
cache_type        112 drivers/mfd/max8907.c 	.cache_type = REGCACHE_RBTREE,
cache_type         52 drivers/mfd/mc13xxx-i2c.c 	.cache_type = REGCACHE_NONE,
cache_type         56 drivers/mfd/mc13xxx-spi.c 	.cache_type = REGCACHE_NONE,
cache_type        212 drivers/mfd/motorola-cpcap.c 	.cache_type = REGCACHE_NONE,
cache_type        233 drivers/mfd/rc5t583.c 	.cache_type = REGCACHE_RBTREE,
cache_type         83 drivers/mfd/rk808.c 	.cache_type = REGCACHE_RBTREE,
cache_type         91 drivers/mfd/rk808.c 	.cache_type = REGCACHE_RBTREE,
cache_type         99 drivers/mfd/rk808.c 	.cache_type = REGCACHE_RBTREE,
cache_type        107 drivers/mfd/rk808.c 	.cache_type = REGCACHE_NONE,
cache_type         46 drivers/mfd/rn5t618.c 	.cache_type	= REGCACHE_RBTREE,
cache_type         99 drivers/mfd/rohm-bd70528.c 	.cache_type = REGCACHE_RBTREE,
cache_type         81 drivers/mfd/rohm-bd718x7.c 	.cache_type = REGCACHE_RBTREE,
cache_type        186 drivers/mfd/sec-core.c 	.cache_type = REGCACHE_FLAT,
cache_type        195 drivers/mfd/sec-core.c 	.cache_type = REGCACHE_FLAT,
cache_type        204 drivers/mfd/sec-core.c 	.cache_type = REGCACHE_FLAT,
cache_type        213 drivers/mfd/sec-core.c 	.cache_type = REGCACHE_FLAT,
cache_type        222 drivers/mfd/sec-core.c 	.cache_type = REGCACHE_FLAT,
cache_type        231 drivers/mfd/sec-core.c 	.cache_type = REGCACHE_FLAT,
cache_type        240 drivers/mfd/sec-core.c 	.cache_type = REGCACHE_FLAT,
cache_type        249 drivers/mfd/sec-core.c 	.cache_type = REGCACHE_FLAT,
cache_type        225 drivers/mfd/si476x-prop.c 	.cache_type = REGCACHE_RBTREE,
cache_type         30 drivers/mfd/smsc-ece1099.c 		.cache_type = REGCACHE_RBTREE,
cache_type        329 drivers/mfd/sta2x11-mfd.c 	regmap_config->cache_type = REGCACHE_NONE;
cache_type         56 drivers/mfd/stmfx.c 	.cache_type	= REGCACHE_RBTREE,
cache_type         65 drivers/mfd/stpmic1.c 	.cache_type = REGCACHE_RBTREE,
cache_type         44 drivers/mfd/tps65086.c 	.cache_type = REGCACHE_RBTREE,
cache_type        156 drivers/mfd/tps65090.c 	.cache_type = REGCACHE_RBTREE,
cache_type        139 drivers/mfd/tps65218.c 	.cache_type = REGCACHE_RBTREE,
cache_type        460 drivers/mfd/tps6586x.c 	.cache_type = REGCACHE_RBTREE,
cache_type        284 drivers/mfd/tps65910.c 	.cache_type = REGCACHE_RBTREE,
cache_type         92 drivers/mfd/tps65912-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type        315 drivers/mfd/twl-core.c 		.cache_type = REGCACHE_RBTREE,
cache_type        612 drivers/mfd/twl6040.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1925 drivers/mfd/wm5102-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1941 drivers/mfd/wm5102-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3205 drivers/mfd/wm5110-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3221 drivers/mfd/wm5110-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1605 drivers/mfd/wm831x-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type        328 drivers/mfd/wm8350-regmap.c 	.cache_type = REGCACHE_RBTREE,
cache_type        105 drivers/mfd/wm8400-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1241 drivers/mfd/wm8994-regmap.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1256 drivers/mfd/wm8994-regmap.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1271 drivers/mfd/wm8994-regmap.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1526 drivers/mfd/wm8997-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1571 drivers/mfd/wm8998-tables.c 	.cache_type = REGCACHE_RBTREE,
cache_type         98 drivers/mfd/wm97xx-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type        166 drivers/mfd/wm97xx-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type        237 drivers/mfd/wm97xx-core.c 	.cache_type = REGCACHE_RBTREE,
cache_type        401 drivers/net/can/m_can/tcan4x5x.c 	.cache_type = REGCACHE_NONE,
cache_type         29 drivers/net/dsa/lan9303_i2c.c 	.cache_type = REGCACHE_NONE,
cache_type         96 drivers/net/dsa/lan9303_mdio.c 	.cache_type = REGCACHE_NONE,
cache_type        322 drivers/net/dsa/microchip/ksz_common.h 		.cache_type = REGCACHE_NONE,				\
cache_type        327 drivers/net/dsa/realtek-smi-core.c 	.cache_type = REGCACHE_NONE,
cache_type        472 drivers/net/ethernet/microchip/encx24j600-regmap.c 	.cache_type = REGCACHE_RBTREE,
cache_type        493 drivers/net/ethernet/microchip/encx24j600-regmap.c 	.cache_type = REGCACHE_RBTREE,
cache_type        713 drivers/net/hyperv/hyperv_net.h 			u8 cache_type;
cache_type        754 drivers/net/hyperv/hyperv_net.h 			u8 cache_type;
cache_type        329 drivers/net/ieee802154/at86rf230.c 	.cache_type = REGCACHE_RBTREE,
cache_type        254 drivers/net/ieee802154/mcr20a.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        390 drivers/net/ieee802154/mcr20a.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        391 drivers/net/ieee802154/mrf24j40.c 	.cache_type = REGCACHE_RBTREE,
cache_type        498 drivers/net/ieee802154/mrf24j40.c 	.cache_type = REGCACHE_RBTREE,
cache_type         47 drivers/perf/arm_pmu.c 	unsigned int cache_type, cache_op, cache_result, ret;
cache_type         49 drivers/perf/arm_pmu.c 	cache_type = (config >>  0) & 0xff;
cache_type         50 drivers/perf/arm_pmu.c 	if (cache_type >= PERF_COUNT_HW_CACHE_MAX)
cache_type         64 drivers/perf/arm_pmu.c 	ret = (int)(*cache_map)[cache_type][cache_op][cache_result];
cache_type        121 drivers/pinctrl/pinctrl-mcp23s08.c 	.cache_type = REGCACHE_FLAT,
cache_type        166 drivers/pinctrl/pinctrl-mcp23s08.c 	.cache_type = REGCACHE_FLAT,
cache_type       1086 drivers/pinctrl/pinctrl-sx150x.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1782 drivers/platform/x86/mlx-platform.c 	.cache_type = REGCACHE_FLAT,
cache_type       1796 drivers/platform/x86/mlx-platform.c 	.cache_type = REGCACHE_FLAT,
cache_type        121 drivers/power/supply/bq24257_charger.c 	.cache_type = REGCACHE_RBTREE,
cache_type        128 drivers/power/supply/bq25890_charger.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1581 drivers/power/supply/rt9455_charger.c 	.cache_type	= REGCACHE_RBTREE,
cache_type        396 drivers/pwm/pwm-fsl-ftm.c 	.cache_type = REGCACHE_FLAT,
cache_type        442 drivers/pwm/pwm-pca9685.c 	.cache_type = REGCACHE_NONE,
cache_type        137 drivers/regulator/isl9305.c 	.cache_type = REGCACHE_RBTREE,
cache_type        348 drivers/regulator/ltc3589.c 	.cache_type = REGCACHE_RBTREE,
cache_type        264 drivers/regulator/ltc3676.c 	.cache_type = REGCACHE_RBTREE,
cache_type        551 drivers/regulator/max8973-regulator.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        425 drivers/regulator/mcp16502.c 	.cache_type	= REGCACHE_NONE,
cache_type         24 drivers/regulator/mt6311-regulator.c 	.cache_type = REGCACHE_RBTREE,
cache_type        683 drivers/regulator/pfuze100-regulator.c 	.cache_type = REGCACHE_RBTREE,
cache_type        216 drivers/regulator/tps51632-regulator.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        292 drivers/regulator/tps62360-regulator.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        215 drivers/regulator/tps65132-regulator.c 	.cache_type	= REGCACHE_NONE,
cache_type        295 drivers/scsi/sd.c static DEVICE_ATTR_RW(cache_type);
cache_type        150 drivers/staging/media/allegro-dvt/allegro-core.c 	.cache_type = REGCACHE_NONE,
cache_type        159 drivers/staging/media/allegro-dvt/allegro-core.c 	.cache_type = REGCACHE_NONE,
cache_type       1453 drivers/tty/serial/max310x.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1372 drivers/tty/serial/sc16is7xx.c 	.cache_type = REGCACHE_RBTREE,
cache_type         51 include/linux/cacheinfo.h 	enum cache_type type;
cache_type        386 include/linux/regmap.h 	enum regcache_type cache_type;
cache_type        361 sound/hda/hdac_regmap.c 	.cache_type = REGCACHE_RBTREE,
cache_type        545 sound/soc/atmel/atmel-classd.c 	.cache_type		= REGCACHE_FLAT,
cache_type        820 sound/soc/bcm/bcm2835-i2s.c 	.cache_type = REGCACHE_RBTREE,
cache_type        364 sound/soc/codecs/ad1836.c 	.cache_type = REGCACHE_RBTREE,
cache_type         95 sound/soc/codecs/ad1980.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1455 sound/soc/codecs/adau1373.c 	.cache_type = REGCACHE_RBTREE,
cache_type        779 sound/soc/codecs/adau1701.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        811 sound/soc/codecs/adau1761.c 	.cache_type = REGCACHE_RBTREE,
cache_type        476 sound/soc/codecs/adau1781.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        999 sound/soc/codecs/adau1977.c 	.cache_type = REGCACHE_RBTREE,
cache_type        873 sound/soc/codecs/adav80x.c 	.cache_type = REGCACHE_RBTREE,
cache_type        262 sound/soc/codecs/ak4104.c 	.cache_type = REGCACHE_RBTREE,
cache_type        357 sound/soc/codecs/ak4118.c 	.cache_type = REGCACHE_NONE,
cache_type        646 sound/soc/codecs/ak4458.c 	.cache_type = REGCACHE_RBTREE,
cache_type        385 sound/soc/codecs/ak4535.c 	.cache_type = REGCACHE_RBTREE,
cache_type        155 sound/soc/codecs/ak4613.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        546 sound/soc/codecs/ak4641.c 	.cache_type = REGCACHE_RBTREE,
cache_type        571 sound/soc/codecs/ak4642.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        580 sound/soc/codecs/ak4642.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        589 sound/soc/codecs/ak4642.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        629 sound/soc/codecs/ak4671.c 	.cache_type = REGCACHE_RBTREE,
cache_type        346 sound/soc/codecs/ak5558.c 	.cache_type = REGCACHE_RBTREE,
cache_type        967 sound/soc/codecs/alc5623.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1091 sound/soc/codecs/alc5632.c 	.cache_type = REGCACHE_RBTREE,
cache_type        263 sound/soc/codecs/cs35l32.c 	.cache_type = REGCACHE_RBTREE,
cache_type        855 sound/soc/codecs/cs35l33.c 	.cache_type = REGCACHE_RBTREE,
cache_type        802 sound/soc/codecs/cs35l34.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1103 sound/soc/codecs/cs35l35.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1315 sound/soc/codecs/cs35l36.c 	.cache_type = REGCACHE_RBTREE,
cache_type        568 sound/soc/codecs/cs4265.c 	.cache_type = REGCACHE_RBTREE,
cache_type        644 sound/soc/codecs/cs4270.c 	.cache_type =		REGCACHE_RBTREE,
cache_type        693 sound/soc/codecs/cs4271.c 	.cache_type = REGCACHE_RBTREE,
cache_type        400 sound/soc/codecs/cs42l42.c 	.cache_type = REGCACHE_RBTREE,
cache_type        676 sound/soc/codecs/cs42l51.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1085 sound/soc/codecs/cs42l52.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1128 sound/soc/codecs/cs42l56.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1270 sound/soc/codecs/cs42l73.c 	.cache_type = REGCACHE_RBTREE,
cache_type        461 sound/soc/codecs/cs42xx8.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2363 sound/soc/codecs/cs43130.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        241 sound/soc/codecs/cs4341.c 	cs4341->regcfg.cache_type	= REGCACHE_FLAT;
cache_type        296 sound/soc/codecs/cs4341.c 	cs4341->regcfg.cache_type	= REGCACHE_FLAT;
cache_type        277 sound/soc/codecs/cs4349.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        914 sound/soc/codecs/cs53l30.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1609 sound/soc/codecs/cx2072x.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1203 sound/soc/codecs/da7210.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1291 sound/soc/codecs/da7210.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1847 sound/soc/codecs/da7213.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3253 sound/soc/codecs/da7218.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2561 sound/soc/codecs/da7219.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1264 sound/soc/codecs/da732x.c 	.cache_type		= REGCACHE_RBTREE,
cache_type       1472 sound/soc/codecs/da9055.c 	.cache_type = REGCACHE_RBTREE,
cache_type        790 sound/soc/codecs/es8316.c 	.cache_type = REGCACHE_RBTREE,
cache_type        822 sound/soc/codecs/es8328.c 	.cache_type	= REGCACHE_RBTREE,
cache_type       1105 sound/soc/codecs/isabelle.c 	.cache_type = REGCACHE_RBTREE,
cache_type        541 sound/soc/codecs/jz4725b.c 	.cache_type = REGCACHE_FLAT,
cache_type        314 sound/soc/codecs/jz4740.c 	.cache_type = REGCACHE_RBTREE,
cache_type        113 sound/soc/codecs/lm4857.c 	.cache_type = REGCACHE_FLAT,
cache_type       1409 sound/soc/codecs/lm49453.c 	.cache_type = REGCACHE_RBTREE,
cache_type        167 sound/soc/codecs/max9768.c 	.cache_type = REGCACHE_RBTREE,
cache_type        303 sound/soc/codecs/max98088.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2513 sound/soc/codecs/max98090.c 	.cache_type = REGCACHE_RBTREE,
cache_type        241 sound/soc/codecs/max98095.c 	.cache_type = REGCACHE_RBTREE,
cache_type        365 sound/soc/codecs/max98371.c 	.cache_type       = REGCACHE_RBTREE,
cache_type        886 sound/soc/codecs/max98373.c 	.cache_type = REGCACHE_RBTREE,
cache_type         49 sound/soc/codecs/max9850.c 	.cache_type = REGCACHE_RBTREE,
cache_type        304 sound/soc/codecs/max98504.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        123 sound/soc/codecs/max9860.c 	.cache_type = REGCACHE_RBTREE,
cache_type        496 sound/soc/codecs/max9867.c 	.cache_type	= REGCACHE_RBTREE,
cache_type        133 sound/soc/codecs/max9877.c 	.cache_type = REGCACHE_RBTREE,
cache_type        561 sound/soc/codecs/max98925.c 	.cache_type       = REGCACHE_RBTREE,
cache_type        510 sound/soc/codecs/max98926.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        844 sound/soc/codecs/max98927.c 	.cache_type       = REGCACHE_RBTREE,
cache_type        549 sound/soc/codecs/ml26124.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1166 sound/soc/codecs/msm8916-wcd-digital.c 	.cache_type = REGCACHE_FLAT,
cache_type        821 sound/soc/codecs/nau8540.c 	.cache_type = REGCACHE_RBTREE,
cache_type        819 sound/soc/codecs/nau8810.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1080 sound/soc/codecs/nau8822.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1610 sound/soc/codecs/nau8824.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1952 sound/soc/codecs/nau8825.c 	.cache_type = REGCACHE_RBTREE,
cache_type        641 sound/soc/codecs/pcm186x.c 	.cache_type = REGCACHE_RBTREE,
cache_type        300 sound/soc/codecs/pcm3060.c 	.cache_type = REGCACHE_RBTREE,
cache_type        701 sound/soc/codecs/pcm3168a.c 	.cache_type = REGCACHE_FLAT
cache_type       1502 sound/soc/codecs/pcm512x.c 	.cache_type = REGCACHE_RBTREE,
cache_type        428 sound/soc/codecs/rk3328_codec.c 	.cache_type = REGCACHE_FLAT,
cache_type       2005 sound/soc/codecs/rt1011.c 	.cache_type = REGCACHE_RBTREE,
cache_type        959 sound/soc/codecs/rt1305.c 	.cache_type = REGCACHE_RBTREE,
cache_type        777 sound/soc/codecs/rt1308.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1089 sound/soc/codecs/rt274.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1070 sound/soc/codecs/rt286.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1137 sound/soc/codecs/rt298.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1186 sound/soc/codecs/rt5514.c 	.cache_type = REGCACHE_NONE,
cache_type       1199 sound/soc/codecs/rt5514.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1319 sound/soc/codecs/rt5616.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1693 sound/soc/codecs/rt5631.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2719 sound/soc/codecs/rt5640.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3538 sound/soc/codecs/rt5645.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3555 sound/soc/codecs/rt5645.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3569 sound/soc/codecs/rt5645.c 	.cache_type = REGCACHE_NONE,
cache_type       2176 sound/soc/codecs/rt5651.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3830 sound/soc/codecs/rt5659.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1225 sound/soc/codecs/rt5660.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3272 sound/soc/codecs/rt5663.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3285 sound/soc/codecs/rt5663.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3297 sound/soc/codecs/rt5663.c 	.cache_type = REGCACHE_NONE,
cache_type       4630 sound/soc/codecs/rt5665.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2372 sound/soc/codecs/rt5668.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2766 sound/soc/codecs/rt5670.c 	.cache_type = REGCACHE_RBTREE,
cache_type       4971 sound/soc/codecs/rt5677.c 	.cache_type = REGCACHE_NONE,
cache_type       4988 sound/soc/codecs/rt5677.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2449 sound/soc/codecs/rt5682.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1542 sound/soc/codecs/sgtl5000.c 	.cache_type = REGCACHE_RBTREE,
cache_type        454 sound/soc/codecs/sirf-audio-codec.c 	.cache_type = REGCACHE_NONE,
cache_type        732 sound/soc/codecs/ssm2518.c 	.cache_type = REGCACHE_RBTREE,
cache_type        641 sound/soc/codecs/ssm2602.c 	.cache_type = REGCACHE_RBTREE,
cache_type        441 sound/soc/codecs/ssm4567.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1022 sound/soc/codecs/sta32x.c 	.cache_type =		REGCACHE_RBTREE,
cache_type       1072 sound/soc/codecs/sta350.c 	.cache_type =		REGCACHE_RBTREE,
cache_type        334 sound/soc/codecs/sta529.c 	.cache_type = REGCACHE_RBTREE,
cache_type         70 sound/soc/codecs/stac9766.c 	.cache_type = REGCACHE_RBTREE,
cache_type        325 sound/soc/codecs/sti-sas.c 	.cache_type = REGCACHE_RBTREE,
cache_type        679 sound/soc/codecs/tas2552.c 	.cache_type = REGCACHE_RBTREE,
cache_type        906 sound/soc/codecs/tas5086.c 	.cache_type		= REGCACHE_RBTREE,
cache_type        432 sound/soc/codecs/tas571x.c 	.cache_type			= REGCACHE_RBTREE,
cache_type        537 sound/soc/codecs/tas571x.c 	.cache_type			= REGCACHE_RBTREE,
cache_type        644 sound/soc/codecs/tas571x.c 	.cache_type			= REGCACHE_RBTREE,
cache_type        715 sound/soc/codecs/tas571x.c 	.cache_type			= REGCACHE_RBTREE,
cache_type        470 sound/soc/codecs/tas5720.c 	.cache_type = REGCACHE_RBTREE,
cache_type        479 sound/soc/codecs/tas5720.c 	.cache_type = REGCACHE_RBTREE,
cache_type        673 sound/soc/codecs/tas6424.c 	.cache_type = REGCACHE_RBTREE,
cache_type        122 sound/soc/codecs/tda7419.c 	.cache_type = REGCACHE_RBTREE,
cache_type        249 sound/soc/codecs/tfa9879.c 	.cache_type = REGCACHE_RBTREE,
cache_type         57 sound/soc/codecs/tlv320aic23.c 	.cache_type = REGCACHE_RBTREE,
cache_type        135 sound/soc/codecs/tlv320aic31xx.c 	.cache_type = REGCACHE_RBTREE,
cache_type        148 sound/soc/codecs/tlv320aic3x.c 	.cache_type = REGCACHE_RBTREE,
cache_type        209 sound/soc/codecs/tpa6130a2.c 	.cache_type = REGCACHE_RBTREE,
cache_type        264 sound/soc/codecs/ts3a227e.c 	.cache_type = REGCACHE_RBTREE,
cache_type         95 sound/soc/codecs/tscs42xx.c 	.cache_type = REGCACHE_RBTREE,
cache_type        273 sound/soc/codecs/tscs454.c 	.cache_type = REGCACHE_RBTREE,
cache_type        538 sound/soc/codecs/uda134x.c 	.cache_type = REGCACHE_RBTREE,
cache_type       4959 sound/soc/codecs/wcd9335.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2163 sound/soc/codecs/wm2200.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2404 sound/soc/codecs/wm5100.c 	.cache_type = REGCACHE_RBTREE,
cache_type        610 sound/soc/codecs/wm8510.c 	.cache_type = REGCACHE_RBTREE,
cache_type        441 sound/soc/codecs/wm8523.c 	.cache_type = REGCACHE_RBTREE,
cache_type        978 sound/soc/codecs/wm8580.c 	.cache_type = REGCACHE_RBTREE,
cache_type        396 sound/soc/codecs/wm8711.c 	.cache_type = REGCACHE_RBTREE,
cache_type        239 sound/soc/codecs/wm8728.c 	.cache_type = REGCACHE_RBTREE,
cache_type        657 sound/soc/codecs/wm8731.c 	.cache_type = REGCACHE_RBTREE,
cache_type        603 sound/soc/codecs/wm8737.c 	.cache_type = REGCACHE_RBTREE,
cache_type        546 sound/soc/codecs/wm8741.c 	.cache_type = REGCACHE_RBTREE,
cache_type        738 sound/soc/codecs/wm8750.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1507 sound/soc/codecs/wm8753.c 	.cache_type = REGCACHE_RBTREE,
cache_type        635 sound/soc/codecs/wm8770.c 	.cache_type = REGCACHE_RBTREE,
cache_type        454 sound/soc/codecs/wm8776.c 	.cache_type = REGCACHE_RBTREE,
cache_type        559 sound/soc/codecs/wm8804.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1232 sound/soc/codecs/wm8900.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1908 sound/soc/codecs/wm8903.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2122 sound/soc/codecs/wm8904.c 	.cache_type = REGCACHE_RBTREE,
cache_type        746 sound/soc/codecs/wm8940.c 	.cache_type = REGCACHE_RBTREE,
cache_type        965 sound/soc/codecs/wm8955.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1377 sound/soc/codecs/wm8960.c 	.cache_type = REGCACHE_RBTREE,
cache_type        907 sound/soc/codecs/wm8961.c 	.cache_type = REGCACHE_RBTREE,
cache_type       3500 sound/soc/codecs/wm8962.c 	.cache_type = REGCACHE_RBTREE,
cache_type        671 sound/soc/codecs/wm8971.c 	.cache_type = REGCACHE_RBTREE,
cache_type        659 sound/soc/codecs/wm8974.c 	.cache_type = REGCACHE_FLAT,
cache_type       1017 sound/soc/codecs/wm8978.c 	.cache_type = REGCACHE_RBTREE,
cache_type        998 sound/soc/codecs/wm8983.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1128 sound/soc/codecs/wm8985.c 	.cache_type = REGCACHE_RBTREE,
cache_type        835 sound/soc/codecs/wm8988.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1317 sound/soc/codecs/wm8990.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1264 sound/soc/codecs/wm8991.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1610 sound/soc/codecs/wm8993.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2195 sound/soc/codecs/wm8995.c 	.cache_type = REGCACHE_RBTREE,
cache_type       2610 sound/soc/codecs/wm8996.c 	.cache_type = REGCACHE_RBTREE,
cache_type       1298 sound/soc/codecs/wm9081.c 	.cache_type = REGCACHE_RBTREE,
cache_type        558 sound/soc/codecs/wm9090.c 	.cache_type = REGCACHE_RBTREE,
cache_type         67 sound/soc/codecs/wm9705.c 	.cache_type = REGCACHE_RBTREE,
cache_type         89 sound/soc/codecs/wm9712.c 	.cache_type = REGCACHE_RBTREE,
cache_type        730 sound/soc/codecs/wm9713.c 	.cache_type = REGCACHE_RBTREE,
cache_type        346 sound/soc/codecs/zx_aud96p22.c 	.cache_type = REGCACHE_RBTREE,
cache_type        772 sound/soc/fsl/fsl_asrc.c 	.cache_type = REGCACHE_FLAT,
cache_type        450 sound/soc/fsl/fsl_audmix.c 	.cache_type = REGCACHE_FLAT,
cache_type        916 sound/soc/fsl/fsl_esai.c 	.cache_type = REGCACHE_FLAT,
cache_type        564 sound/soc/fsl/fsl_micfil.c 	.cache_type = REGCACHE_RBTREE,
cache_type        892 sound/soc/fsl/fsl_sai.c 	.cache_type = REGCACHE_FLAT,
cache_type       1103 sound/soc/fsl/fsl_spdif.c 	.cache_type = REGCACHE_FLAT,
cache_type        195 sound/soc/fsl/fsl_ssi.c 	.cache_type = REGCACHE_FLAT,
cache_type        913 sound/soc/mediatek/mt8173/mt8173-afe-pcm.c 	.cache_type = REGCACHE_NONE,
cache_type        923 sound/soc/mediatek/mt8183/mt8183-afe-pcm.c 	.cache_type = REGCACHE_FLAT,
cache_type        413 sound/soc/qcom/lpass-cpu.c 	.cache_type = REGCACHE_FLAT,
cache_type        561 sound/soc/rockchip/rockchip_i2s.c 	.cache_type = REGCACHE_FLAT,
cache_type        460 sound/soc/rockchip/rockchip_pdm.c 	.cache_type = REGCACHE_FLAT,
cache_type        275 sound/soc/rockchip/rockchip_spdif.c 	.cache_type = REGCACHE_FLAT,
cache_type        354 sound/soc/sirf/sirf-usp.c 	.cache_type = REGCACHE_NONE,
cache_type        736 sound/soc/stm/stm32_i2s.c 	.cache_type = REGCACHE_FLAT,
cache_type        246 sound/soc/stm/stm32_sai_sub.c 	.cache_type = REGCACHE_FLAT,
cache_type        258 sound/soc/stm/stm32_sai_sub.c 	.cache_type = REGCACHE_FLAT,
cache_type        660 sound/soc/stm/stm32_spdifrx.c 	.cache_type = REGCACHE_FLAT,
cache_type        980 sound/soc/sunxi/sun4i-i2s.c 	.cache_type	= REGCACHE_FLAT,
cache_type        993 sound/soc/sunxi/sun4i-i2s.c 	.cache_type	= REGCACHE_FLAT,
cache_type        532 sound/soc/sunxi/sun8i-codec.c 	.cache_type	= REGCACHE_FLAT,
cache_type        299 sound/soc/tegra/tegra20_ac97.c 	.cache_type = REGCACHE_FLAT,
cache_type        118 sound/soc/tegra/tegra20_das.c 	.cache_type = REGCACHE_FLAT,
cache_type        322 sound/soc/tegra/tegra20_i2s.c 	.cache_type = REGCACHE_FLAT,
cache_type        248 sound/soc/tegra/tegra20_spdif.c 	.cache_type = REGCACHE_FLAT,
cache_type        464 sound/soc/tegra/tegra30_ahub.c 	.cache_type = REGCACHE_FLAT,
cache_type        483 sound/soc/tegra/tegra30_ahub.c 	.cache_type = REGCACHE_FLAT,
cache_type        349 sound/soc/tegra/tegra30_i2s.c 	.cache_type = REGCACHE_FLAT,
cache_type        262 sound/soc/uniphier/aio-dma.c 	.cache_type    = REGCACHE_NONE,
cache_type        448 sound/soc/uniphier/evea.c 	.cache_type    = REGCACHE_NONE,
cache_type        117 sound/soc/xtensa/xtfpga-i2s.c 	.cache_type = REGCACHE_FLAT,
cache_type        414 tools/perf/util/parse-events.c 	int cache_type = -1, cache_op = -1, cache_result = -1;
cache_type        422 tools/perf/util/parse-events.c 	cache_type = parse_aliases(type, perf_evsel__hw_cache,
cache_type        424 tools/perf/util/parse-events.c 	if (cache_type == -1)
cache_type        439 tools/perf/util/parse-events.c 				if (!perf_evsel__is_cache_op_valid(cache_type, cache_op))
cache_type        466 tools/perf/util/parse-events.c 	attr.config = cache_type | (cache_op << 8) | (cache_result << 16);