Home
last modified time | relevance | path

Searched refs:block_base (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/thermal/
Duniphier_thermal.c90 u32 block_base; member
110 regmap_write_bits(map, tdev->data->block_base + PVTCTLEN, in uniphier_tm_initialize_sensor()
138 regmap_write_bits(map, tdev->data->block_base + PVTCTLMODE, in uniphier_tm_initialize_sensor()
142 regmap_write_bits(map, tdev->data->block_base + EMONREPEAT, in uniphier_tm_initialize_sensor()
180 regmap_write_bits(map, tdev->data->block_base + PVTCTLEN, in uniphier_tm_enable_sensor()
195 regmap_write_bits(map, tdev->data->block_base + PVTCTLEN, in uniphier_tm_disable_sensor()
349 .block_base = 0xe000,
355 .block_base = 0xe800,
/Linux-v4.19/drivers/base/regmap/
Dregcache.c674 unsigned int block_base, in regcache_sync_block_single() argument
681 regtmp = block_base + (i * map->reg_stride); in regcache_sync_block_single()
738 unsigned int block_base, unsigned int start, in regcache_sync_block_raw() argument
748 regtmp = block_base + (i * map->reg_stride); in regcache_sync_block_raw()
780 unsigned int block_base, unsigned int start, in regcache_sync_block() argument
785 block_base, start, end); in regcache_sync_block()
788 block_base, start, end); in regcache_sync_block()
Dinternal.h245 unsigned int block_base, unsigned int start,
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_bios.c62 static u32 _get_blocksize(const u8 *block_base) in _get_blocksize() argument
65 if (*block_base == BDB_MIPI_SEQUENCE && *(block_base + 3) >= 3) in _get_blocksize()
66 return *((const u32 *)(block_base + 4)); in _get_blocksize()
68 return *((const u16 *)(block_base + 1)); in _get_blocksize()