Searched refs:actrl (Results 1 – 3 of 3) sorted by relevance
23 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_reset() local25 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() local34 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() local44 actrl->ops->write(actrl, ac97->num, reg, val); in compat_ac97_write()51 struct ac97_controller *actrl = adev->ac97_ctrl; in compat_ac97_read() local53 return actrl->ops->read(actrl, ac97->num, reg); in compat_ac97_read()[all …]
235 void (*invoke_fn)(struct stratix10_async_ctrl *actrl,278 struct stratix10_async_ctrl actrl; member1095 struct stratix10_async_ctrl *actrl; in stratix10_svc_add_async_client() local1103 actrl = &ctrl->actrl; in stratix10_svc_add_async_client()1105 if (!actrl->initialized) { in stratix10_svc_add_async_client()1116 atomic_read(&actrl->common_achan_refcount) > 0) { in stratix10_svc_add_async_client()1117 chan->async_chan = actrl->common_async_chan; in stratix10_svc_add_async_client()1118 atomic_inc(&actrl->common_achan_refcount); in stratix10_svc_add_async_client()1128 ret = ida_alloc_max(&actrl->async_id_pool, MAX_SDM_CLIENT_IDS, in stratix10_svc_add_async_client()1142 atomic_read(&actrl->common_achan_refcount) == 0) { in stratix10_svc_add_async_client()[all …]
2549 unsigned long actrl; in probe_uninorth() local2594 actrl = UN_IN(UNI_N_ARB_CTRL) & ~UNI_N_ARB_CTRL_QACK_DELAY_MASK; in probe_uninorth()2595 actrl |= ((uninorth_rev < 3) ? UNI_N_ARB_CTRL_QACK_DELAY105 : in probe_uninorth()2598 UN_OUT(UNI_N_ARB_CTRL, actrl); in probe_uninorth()