Home
last modified time | relevance | path

Searched refs:ecx (Results 1 – 2 of 2) sorted by relevance

/sound/pci/au88x0/
A Dau88x0_synth.c185 int ecx; in vortex_wt_SetReg() local
261 ecx = WT_SRAMP(wt); in vortex_wt_SetReg()
264 ecx = WT_ARAMP(wt); in vortex_wt_SetReg()
267 ecx = WT_MRAMP(wt); in vortex_wt_SetReg()
270 ecx = WT_CTRL(wt); in vortex_wt_SetReg()
273 ecx = WT_DSREG(wt); in vortex_wt_SetReg()
281 hwwrite(vortex->mmio, ecx, val); in vortex_wt_SetReg()
328 int ecx = vol[1], eax = vol[0];
342 ecx = eax;
343 if (ecx < 0x80)
[all …]
/sound/soc/intel/avs/
A Dtgl.c48 unsigned int ecx; in avs_tgl_config_basefw() local
51 ecx = cpuid_ecx(CPUID_TSC_LEAF); in avs_tgl_config_basefw()
52 if (ecx) { in avs_tgl_config_basefw()
53 ret = avs_ipc_set_fw_config(adev, 1, AVS_FW_CFG_XTAL_FREQ_HZ, sizeof(ecx), &ecx); in avs_tgl_config_basefw()

Completed in 6 milliseconds