Searched refs:fw_set (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/pcxhr/ |
H A D | pcxhr_hwdep.c | 369 int fw_set = mgr->fw_file_set; in pcxhr_setup_firmware() local 372 if (!fw_files[fw_set][i]) in pcxhr_setup_firmware() 374 sprintf(path, "pcxhr/%s", fw_files[fw_set][i]); in pcxhr_setup_firmware()
|
/kernel/linux/linux-6.6/sound/pci/pcxhr/ |
H A D | pcxhr_hwdep.c | 372 int fw_set = mgr->fw_file_set; in pcxhr_setup_firmware() local 375 if (!fw_files[fw_set][i]) in pcxhr_setup_firmware() 377 sprintf(path, "pcxhr/%s", fw_files[fw_set][i]); in pcxhr_setup_firmware()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 89 #define fw_set(d, val) writel(_MASKED_BIT_ENABLE((val)), (d)->reg_set) macro 181 fw_set(d, FORCEWAKE_KERNEL_FALLBACK); in fw_domain_wait_ack_with_fallback() 213 fw_set(d, FORCEWAKE_KERNEL); in fw_domain_get()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_uncore.c | 124 #define fw_set(d, val) writel(_MASKED_BIT_ENABLE((val)), (d)->reg_set) macro 227 fw_set(d, FORCEWAKE_KERNEL_FALLBACK); in fw_domain_wait_ack_with_fallback() 260 fw_set(d, FORCEWAKE_KERNEL); in fw_domain_get()
|
Completed in 8 milliseconds