Home
last modified time | relevance | path

Searched refs:block_type (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr2/
H A Ddynamic_bitset67 typedef _WordT block_type;
71 static const size_type _S_bits_per_block = __CHAR_BIT__ * sizeof(block_type);
75 std::vector<block_type, allocator_type> _M_w;
93 block_type(0), __alloc)
100 if _GLIBCXX17_CONSTEXPR (sizeof(__val) == sizeof(block_type))
105 = std::min(_M_w.size(), sizeof(__val) / sizeof(block_type));
108 _M_w[__i] = static_cast<block_type>(__val);
130 block_type __val = 0;
132 __val = std::numeric_limits<block_type>::max();
153 static block_type
[all …]
H A Ddynamic_bitset.tcc100 size_t __n = sizeof(unsigned long) / sizeof(block_type); in _M_do_to_ulong()
114 size_t __n = sizeof(unsigned long long) / sizeof(block_type); in _M_do_to_ullong()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr2/
H A Ddynamic_bitset67 typedef _WordT block_type;
71 static const size_type _S_bits_per_block = __CHAR_BIT__ * sizeof(block_type);
75 std::vector<block_type, allocator_type> _M_w;
93 block_type(0), __alloc)
100 if _GLIBCXX17_CONSTEXPR (sizeof(__val) == sizeof(block_type))
105 = std::min(_M_w.size(), sizeof(__val) / sizeof(block_type));
108 _M_w[__i] = static_cast<block_type>(__val);
130 block_type __val = 0;
132 __val = std::numeric_limits<block_type>::max();
153 static block_type
[all …]
H A Ddynamic_bitset.tcc100 size_t __n = sizeof(unsigned long) / sizeof(block_type); in _M_do_to_ulong()
114 size_t __n = sizeof(unsigned long long) / sizeof(block_type); in _M_do_to_ullong()
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_kinstr_prfcnt.c372 enum prfcnt_block_type block_type; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type() local
378 block_type = PRFCNT_BLOCK_TYPE_FE; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type()
382 block_type = PRFCNT_BLOCK_TYPE_TILER; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type()
388 block_type = PRFCNT_BLOCK_TYPE_SHADER_CORE; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type()
393 block_type = PRFCNT_BLOCK_TYPE_MEMORY; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type()
401 block_type = PRFCNT_BLOCK_TYPE_RESERVED; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type()
405 return block_type; in kbase_hwcnt_metadata_block_type_to_prfcnt_block_type()
411 enum prfcnt_block_type block_type = kbase_hwcnt_metadata_block_type_to_prfcnt_block_type( in kbase_kinstr_is_block_type_reserved() local
414 return block_type == PRFCNT_BLOCK_TYPE_RESERVED; in kbase_kinstr_is_block_type_reserved()
460 (*ptr_md)->u.block_md.block_type = in kbasep_kinstr_prfcnt_set_block_meta_items()
[all …]
/OK3568_Linux_fs/kernel/include/uapi/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_reader.h192 __u8 block_type; member
282 __u8 block_type; member
413 __u8 block_type; member
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ipa/backend/
H A Dmali_kbase_ipa_counter_csf.c63 #define COUNTER_DEF(cnt_name, coeff, cnt_idx, block_type) \ argument
68 .counter_block_type = block_type, \
/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c1037 uint64_t block_type; in zap_lookup() local
1049 block_type = zfs_to_cpu64(*((uint64_t *) zapbuf), endian); in zap_lookup()
1051 if (block_type == ZBT_MICRO) { in zap_lookup()
1055 } else if (block_type == ZBT_HEADER) { in zap_lookup()
1073 uint64_t block_type; in zap_iterate() local
1085 block_type = zfs_to_cpu64(*((uint64_t *) zapbuf), endian); in zap_iterate()
1087 if (block_type == ZBT_MICRO) { in zap_iterate()
1091 } else if (block_type == ZBT_HEADER) { in zap_iterate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/
H A Damdgpu_dpm.c946 int amdgpu_dpm_set_powergating_by_smu(struct amdgpu_device *adev, uint32_t block_type, bool gate) in amdgpu_dpm_set_powergating_by_smu() argument
951 switch (block_type) { in amdgpu_dpm_set_powergating_by_smu()
955 ret = smu_dpm_set_power_gate(&adev->smu, block_type, gate); in amdgpu_dpm_set_powergating_by_smu()
986 (adev)->powerplay.pp_handle, block_type, gate)); in amdgpu_dpm_set_powergating_by_smu()
994 ret = smu_dpm_set_power_gate(&adev->smu, block_type, gate); in amdgpu_dpm_set_powergating_by_smu()
998 (adev)->powerplay.pp_handle, block_type, gate)); in amdgpu_dpm_set_powergating_by_smu()
1002 ret = smu_dpm_set_power_gate(&adev->smu, block_type, gate); in amdgpu_dpm_set_powergating_by_smu()
1009 (adev)->powerplay.pp_handle, block_type, gate)); in amdgpu_dpm_set_powergating_by_smu()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h292 enum amd_ip_block_type block_type,
295 enum amd_ip_block_type block_type,
300 enum amd_ip_block_type block_type);
302 enum amd_ip_block_type block_type);
H A Damdgpu_device.c1471 enum amd_ip_block_type block_type, in amdgpu_device_ip_set_clockgating_state() argument
1480 if (adev->ip_blocks[i].version->type != block_type) in amdgpu_device_ip_set_clockgating_state()
1505 enum amd_ip_block_type block_type, in amdgpu_device_ip_set_powergating_state() argument
1514 if (adev->ip_blocks[i].version->type != block_type) in amdgpu_device_ip_set_powergating_state()
1561 enum amd_ip_block_type block_type) in amdgpu_device_ip_wait_for_idle() argument
1568 if (adev->ip_blocks[i].version->type == block_type) { in amdgpu_device_ip_wait_for_idle()
1589 enum amd_ip_block_type block_type) in amdgpu_device_ip_is_idle() argument
1596 if (adev->ip_blocks[i].version->type == block_type) in amdgpu_device_ip_is_idle()
/OK3568_Linux_fs/kernel/sound/pci/echoaudio/
H A Dechoaudio_dsp.c387 int block_type, mem_type; in load_dsp() local
393 block_type = code[index]; in load_dsp()
394 if (block_type == 4) /* We're finished */ in load_dsp()
/OK3568_Linux_fs/kernel/net/nfc/
H A Ddigital_technology.c171 u8 block_type; in digital_in_iso_dep_pull_sod() local
177 block_type = DIGITAL_ISO_DEP_PCB_TYPE(pcb); in digital_in_iso_dep_pull_sod()
180 if (block_type != DIGITAL_ISO_DEP_I_BLOCK) { in digital_in_iso_dep_pull_sod()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Dkgd_pp_interface.h278 uint32_t block_type, bool gate);
/OK3568_Linux_fs/kernel/sound/soc/intel/skylake/
H A Dskl-topology.c2874 int num_blocks, block_size, block_type, off = 0; in skl_tplg_get_pvt_data() local
2902 block_type = ret; in skl_tplg_get_pvt_data()
2920 if (block_type == SKL_TYPE_TUPLE) { in skl_tplg_get_pvt_data()
3532 int num_blocks, block_size = 0, block_type, off = 0; in skl_tplg_get_manifest_data() local
3552 block_type = ret; in skl_tplg_get_manifest_data()
3570 if (block_type == SKL_TYPE_TUPLE) { in skl_tplg_get_manifest_data()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/inc/
H A Damdgpu_dpm.h513 uint32_t block_type, bool gate);
H A Damdgpu_smu.h769 extern int smu_dpm_set_power_gate(struct smu_context *smu,uint32_t block_type, bool gate);
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/
H A Damd_powerplay.c1307 uint32_t block_type, bool gate) in pp_set_powergating_by_smu() argument
1311 switch (block_type) { in pp_set_powergating_by_smu()
H A Dkv_dpm.c3303 uint32_t block_type, bool gate) in kv_set_powergating_by_smu() argument
3305 switch (block_type) { in kv_set_powergating_by_smu()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/swsmu/
H A Damdgpu_smu.c222 int smu_dpm_set_power_gate(struct smu_context *smu, uint32_t block_type, in smu_dpm_set_power_gate() argument
230 switch (block_type) { in smu_dpm_set_power_gate()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Df2fs.h2422 static inline int get_blocktype_secs(struct f2fs_sb_info *sbi, int block_type) in get_blocktype_secs() argument
2425 unsigned int segs = (get_pages(sbi, block_type) + pages_per_sec - 1) >> in get_blocktype_secs()
/OK3568_Linux_fs/buildroot/dl/libmad/
HDlibmad_0.15.1b-10.diff.gz1--- libmad-0.15.1b.orig/debian/changelog 2++ ...