Searched refs:lidx (Results 1 – 3 of 3) sorted by relevance
128 u16 lidx; member239 vcmdq->vintf->idx, vcmdq->idx, vcmdq->lidx); in lvcmdq_error_header()263 unsigned long lidx = __ffs64(map); in tegra241_vintf0_handle_error() local264 struct tegra241_vcmdq *vcmdq = vintf->lvcmdqs[lidx]; in tegra241_vintf0_handle_error()269 map &= ~BIT_ULL(lidx); in tegra241_vintf0_handle_error()325 u16 lidx; in tegra241_cmdqv_get_cmdq() local341 lidx = raw_smp_processor_id() % cmdqv->num_lvcmdqs_per_vintf; in tegra241_cmdqv_get_cmdq()342 vcmdq = vintf->lvcmdqs[lidx]; in tegra241_cmdqv_get_cmdq()409 u16 lidx; in tegra241_vintf_hw_deinit() local411 for (lidx = 0; lidx < vintf->cmdqv->num_lvcmdqs_per_vintf; lidx++) in tegra241_vintf_hw_deinit()[all …]
957 int lidx, hidx, fidx; in pmu_sbi_ovf_handler() local1003 for_each_set_bit(lidx, cpu_hw_evt->used_hw_ctrs, RISCV_MAX_COUNTERS) { in pmu_sbi_ovf_handler()1004 struct perf_event *event = cpu_hw_evt->events[lidx]; in pmu_sbi_ovf_handler()1010 info = &pmu_ctr_list[lidx]; in pmu_sbi_ovf_handler()1017 hidx = lidx; in pmu_sbi_ovf_handler()1030 overflowed_ctrs |= BIT(lidx); in pmu_sbi_ovf_handler()
1389 int lidx = (d40c->phy_chan->num << D40_SREG_ELEM_LOG_LIDX_POS) in d40_config_write() local1398 writel(lidx, chanbase + D40_CHAN_REG_SSELT); in d40_config_write()1399 writel(lidx, chanbase + D40_CHAN_REG_SDELT); in d40_config_write()