Searched refs:actrl (Results 1 – 2 of 2) sorted by relevance
26 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_reset() local28 if (actrl->ops->reset) in compat_ac97_reset()29 actrl->ops->reset(actrl); in compat_ac97_reset()35 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_warm_reset() local37 if (actrl->ops->warm_reset) in compat_ac97_warm_reset()38 actrl->ops->warm_reset(actrl); in compat_ac97_warm_reset()45 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_write() local47 actrl->ops->write(actrl, ac97->num, reg, val); in compat_ac97_write()54 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_read() local56 return actrl->ops->read(actrl, ac97->num, reg); in compat_ac97_read()[all …]
2571 unsigned long actrl; in probe_uninorth() local2619 actrl = UN_IN(UNI_N_ARB_CTRL) & ~UNI_N_ARB_CTRL_QACK_DELAY_MASK; in probe_uninorth()2620 actrl |= ((uninorth_rev < 3) ? UNI_N_ARB_CTRL_QACK_DELAY105 : in probe_uninorth()2623 UN_OUT(UNI_N_ARB_CTRL, actrl); in probe_uninorth()