Searched refs:b_idx (Results 1 – 2 of 2) sorted by relevance
781 int *b_idx, sbdp_mc_idle_script_t mc_idle_regs[], int *r_idx) in sbdp_prep_mc_idle_one() argument843 phys_banks[*b_idx].masr_addr = addr; in sbdp_prep_mc_idle_one()844 phys_banks[*b_idx].masr = 0; /* unused */ in sbdp_prep_mc_idle_one()845 phys_banks[*b_idx].asi = ASI_MEM; in sbdp_prep_mc_idle_one()846 (*b_idx)++; in sbdp_prep_mc_idle_one()
3943 int b_idx; in vdc_resubmit_backup_dring() local3963 b_idx = vdcp->local_dring_backup_tail; in vdc_resubmit_backup_dring()3966 curr_ldep = &(vdcp->local_dring_backup[b_idx]); in vdc_resubmit_backup_dring()3971 DMSG(vdcp, 1, "resubmitting entry idx=%x\n", b_idx); in vdc_resubmit_backup_dring()3982 vdcp->instance, b_idx); in vdc_resubmit_backup_dring()3997 if (++b_idx >= vdcp->local_dring_backup_len) in vdc_resubmit_backup_dring()3998 b_idx = 0; in vdc_resubmit_backup_dring()4035 int b_idx; in vdc_cancel_backup_dring() local4054 b_idx = vdcp->local_dring_backup_tail; in vdc_cancel_backup_dring()4057 ldep = &(vdcp->local_dring_backup[b_idx]); in vdc_cancel_backup_dring()[all …]