Searched refs:dram_mask (Results 1 – 8 of 8) sorted by relevance
/linux-6.6.21/sound/soc/intel/catpt/ |
D | device.c | 346 .dram_mask = LPT_VDRTCTL0_DSRAMPGE_MASK, 361 .dram_mask = WPT_VDRTCTL0_DSRAMPGE_MASK,
|
D | dsp.c | 383 catpt_dsp_set_srampge(cdev, &cdev->dram, cdev->spec->dram_mask, in catpt_dsp_power_down() 384 cdev->spec->dram_mask); in catpt_dsp_power_down() 419 catpt_dsp_set_srampge(cdev, &cdev->dram, cdev->spec->dram_mask, 0); in catpt_dsp_power_up()
|
D | core.h | 70 u32 dram_mask; member
|
D | registers.h | 133 #define catpt_num_dram(cdev) (hweight_long((cdev)->spec->dram_mask))
|
D | loader.c | 632 catpt_dsp_update_srampge(cdev, &cdev->dram, cdev->spec->dram_mask); in catpt_boot_firmware() 668 catpt_dsp_update_srampge(cdev, &cdev->dram, cdev->spec->dram_mask); in catpt_first_boot_firmware()
|
D | pcm.c | 285 catpt_dsp_update_srampge(cdev, &cdev->dram, cdev->spec->dram_mask); in catpt_dai_startup() 320 catpt_dsp_update_srampge(cdev, &cdev->dram, cdev->spec->dram_mask); in catpt_dai_shutdown()
|
/linux-6.6.21/drivers/accel/habanalabs/include/common/ |
D | hl_boot_if.h | 513 __le32 dram_mask; member
|
/linux-6.6.21/drivers/accel/habanalabs/common/ |
D | firmware_if.c | 2761 hdev->dram_binning = le32_to_cpu(binning_info->dram_mask); in hl_fw_dynamic_init_cpu()
|