Home
last modified time | relevance | path

Searched refs:actrl (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/ac97/
H A Dsnd_ac97_compat.c23 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_reset() local
25 if (actrl->ops->reset) in compat_ac97_reset()
26 actrl->ops->reset(actrl); in compat_ac97_reset()
32 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_warm_reset() local
34 if (actrl->ops->warm_reset) in compat_ac97_warm_reset()
35 actrl->ops->warm_reset(actrl); in compat_ac97_warm_reset()
42 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_write() local
44 actrl in compat_ac97_write()
51 struct ac97_controller *actrl = adev->ac97_ctrl; compat_ac97_read() local
102 struct ac97_controller *actrl = adev->ac97_ctrl; snd_ac97_reset() local
[all...]
/kernel/linux/linux-6.6/sound/ac97/
H A Dsnd_ac97_compat.c23 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_reset() local
25 if (actrl->ops->reset) in compat_ac97_reset()
26 actrl->ops->reset(actrl); in compat_ac97_reset()
32 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_warm_reset() local
34 if (actrl->ops->warm_reset) in compat_ac97_warm_reset()
35 actrl->ops->warm_reset(actrl); in compat_ac97_warm_reset()
42 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_write() local
44 actrl in compat_ac97_write()
51 struct ac97_controller *actrl = adev->ac97_ctrl; compat_ac97_read() local
102 struct ac97_controller *actrl = adev->ac97_ctrl; snd_ac97_reset() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dfeature.c2551 unsigned long actrl; in probe_uninorth() local
2599 actrl = UN_IN(UNI_N_ARB_CTRL) & ~UNI_N_ARB_CTRL_QACK_DELAY_MASK; in probe_uninorth()
2600 actrl |= ((uninorth_rev < 3) ? UNI_N_ARB_CTRL_QACK_DELAY105 : in probe_uninorth()
2603 UN_OUT(UNI_N_ARB_CTRL, actrl); in probe_uninorth()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dfeature.c2551 unsigned long actrl; in probe_uninorth() local
2596 actrl = UN_IN(UNI_N_ARB_CTRL) & ~UNI_N_ARB_CTRL_QACK_DELAY_MASK; in probe_uninorth()
2597 actrl |= ((uninorth_rev < 3) ? UNI_N_ARB_CTRL_QACK_DELAY105 : in probe_uninorth()
2600 UN_OUT(UNI_N_ARB_CTRL, actrl); in probe_uninorth()

Completed in 7 milliseconds