Searched +full:3 +full:cg +full:- +full:2019 (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/sound/soc/sof/intel/ |
D | hda-ipc.h | 1 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */ 6 * Copyright(c) 2019 Intel Corporation. All rights reserved. 16 * - DIPCTDR (HIPCIDR) in sideband IPC (cAVS 1.8+) 17 * - DIPCT in cAVS 1.5 IPC 20 * - DIPCTDD (HIPCIDD) in sideband IPC (cAVS 1.8+) 21 * - DIPCTE in cAVS 1.5 IPC 28 /* Target, 0 - normal message, 1 - compact message(cAVS compatible) */ 30 /* Direction, 0 - request, 1 - response */ 41 /* Disable DMA tracing (0 - keep tracing, 1 - to disable DMA trace) */ 43 /* Prevent clock gating (0 - cg allowed, 1 - DSP clock always on) */ [all …]
|
/Linux-v6.1/drivers/clk/tegra/ |
D | clk-dfll.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * clk-dfll.c - Tegra DFLL clock source common code 5 * Copyright (C) 2012-2019 NVIDIA Corporation. All rights reserved. 12 * "CL-DVFS". To try to avoid confusion, this code refers to them 18 * DFLL can be operated in either open-loop mode or closed-loop mode. 19 * In open-loop mode, the DFLL generates an output clock appropriate 20 * to the supply voltage. In closed-loop mode, when configured with a 27 * performance-measurement code and any code that relies on the CPU 32 #include <linux/clk-provider.h> 49 #include "clk-dfll.h" [all …]
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
D | regd.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2019-2020 Realtek Corporation 160 COUNTRY_REGD("CG", RTW89_ETSI, RTW89_ETSI, RTW89_NA), 279 ##_argv, __r->alpha2[0], __r->alpha2[1], \ 280 __r->txpwr_regd[RTW89_BAND_2G], \ 281 __r->txpwr_regd[RTW89_BAND_5G], \ 282 __r->txpwr_regd[RTW89_BAND_6G]); \ 290 struct wiphy *wiphy = rtwdev->hw->wiphy; in rtw89_regd_init() 294 return -EINVAL; in rtw89_regd_init() 296 chip_regd = rtw89_regd_find_reg_by_name(rtwdev->efuse.country_code); in rtw89_regd_init() [all …]
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw88/ |
D | regd.c | 1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause 2 /* Copyright(c) 2018-2019 Realtek Corporation 19 const struct rtw_regd *__r = &__d->regd; \ 23 __r->regulatory->alpha2[0], \ 24 __r->regulatory->alpha2[1], \ 25 __r->regulatory->txpwr_regd_2g, \ 26 __r->regulatory->txpwr_regd_5g, \ 27 __r->dfs_region); \ 76 COUNTRY_REGD_ENT("CG", RTW_REGD_ETSI, RTW_REGD_ETSI), 283 struct rtw_dev *rtwdev = hw->priv; in rtw_regd_apply_hw_cap_flags() [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | nv.c | 2 * Copyright 2019 Advanced Micro Devices, Inc. 85 {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG2, 4096, 4906, 3)}, 103 {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG2, 4096, 4906, 3)}, 128 {codec_info_build(AMDGPU_INFO_VIDEO_CAPS_CODEC_IDX_MPEG2, 4096, 4906, 3)}, 184 switch (adev->ip_versions[UVD_HWIP][0]) { in nv_query_video_codecs() 185 case IP_VERSION(3, 0, 0): in nv_query_video_codecs() 186 case IP_VERSION(3, 0, 64): in nv_query_video_codecs() 187 case IP_VERSION(3, 0, 192): in nv_query_video_codecs() 200 case IP_VERSION(3, 0, 16): in nv_query_video_codecs() 201 case IP_VERSION(3, 0, 2): in nv_query_video_codecs() [all …]
|
D | gfx_v9_0.c | 191 /* SQC (3 ranges)*/ 247 /* TCC (5 sub-ranges)*/ 278 /* TCC range 3*/ 310 /* EA (3 sub-ranges)*/ 363 ((a) | ((b) << 1) | ((c) << 2) | ((d) << 3)), \ 364 (((e) << 1) | ((f) << 3) | (g) | ((h) << 2)), \ 722 mmRLC_SRM_INDEX_CNTL_ADDR_0 - mmRLC_SRM_INDEX_CNTL_ADDR_0, 723 mmRLC_SRM_INDEX_CNTL_ADDR_1 - mmRLC_SRM_INDEX_CNTL_ADDR_0, 724 mmRLC_SRM_INDEX_CNTL_ADDR_2 - mmRLC_SRM_INDEX_CNTL_ADDR_0, 725 mmRLC_SRM_INDEX_CNTL_ADDR_3 - mmRLC_SRM_INDEX_CNTL_ADDR_0, [all …]
|
D | gfx_v10_0.c | 2 * Copyright 2019 Advanced Micro Devices, Inc. 3479 (3 << SH_MEM_CONFIG__INITIAL_INST_PREFETCH__SHIFT)) 3526 uint64_t mqd_addr = amdgpu_bo_gpu_offset(ring->mqd_obj); in gfx10_kiq_map_queues() 3527 uint64_t wptr_addr = ring->wptr_gpu_addr; in gfx10_kiq_map_queues() 3530 switch (ring->funcs->type) { in gfx10_kiq_map_queues() 3549 PACKET3_MAP_QUEUES_QUEUE(ring->queue) | in gfx10_kiq_map_queues() 3550 PACKET3_MAP_QUEUES_PIPE(ring->pipe) | in gfx10_kiq_map_queues() 3551 PACKET3_MAP_QUEUES_ME((ring->me == 1 ? 0 : 1)) | in gfx10_kiq_map_queues() 3556 amdgpu_ring_write(kiq_ring, PACKET3_MAP_QUEUES_DOORBELL_OFFSET(ring->doorbell_index)); in gfx10_kiq_map_queues() 3568 struct amdgpu_device *adev = kiq_ring->adev; in gfx10_kiq_unmap_queues() [all …]
|
/Linux-v6.1/drivers/gpu/drm/amd/pm/swsmu/ |
D | amdgpu_smu.c | 2 * Copyright 2019 Advanced Micro Devices, Inc. 76 if (!smu->pm_enabled || !smu->adev->pm.dpm_enabled) in smu_sys_get_pp_feature_mask() 77 return -EOPNOTSUPP; in smu_sys_get_pp_feature_mask() 87 if (!smu->pm_enabled || !smu->adev->pm.dpm_enabled) in smu_sys_set_pp_feature_mask() 88 return -EOPNOTSUPP; in smu_sys_set_pp_feature_mask() 95 if (!smu->ppt_funcs->set_gfx_off_residency) in smu_set_residency_gfxoff() 96 return -EINVAL; in smu_set_residency_gfxoff() 103 if (!smu->ppt_funcs->get_gfx_off_residency) in smu_get_residency_gfxoff() 104 return -EINVAL; in smu_get_residency_gfxoff() 111 if (!smu->ppt_funcs->get_gfx_off_entrycount) in smu_get_entrycount_gfxoff() [all …]
|