Home
last modified time | relevance | path

Searched refs:ch_usage (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/devfreq/event/
Drockchip-dfi.c53 struct dmc_usage ch_usage[RK3399_DMC_NUM_CH]; member
104 info->ch_usage[i].access = readl_relaxed(dfi_regs + in rockchip_dfi_get_busier_ch()
106 info->ch_usage[i].total = readl_relaxed(dfi_regs + in rockchip_dfi_get_busier_ch()
108 tmp = info->ch_usage[i].access; in rockchip_dfi_get_busier_ch()
157 edata->load_count = info->ch_usage[busier_ch].access; in rockchip_dfi_get_event()
158 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()
/kernel/linux/patches/linux-5.10/yangfan_patch/
Ddrivers.patch4615 - struct dmc_usage ch_usage[RK3399_DMC_NUM_CH];
4616 + struct dmc_usage ch_usage[MAX_DMC_NUM_CH];
4752 + info->ch_usage[i].access = (wr_count + rd_count) * 4;
4753 + info->ch_usage[i].total = total_count;
4754 + tmp = info->ch_usage[i].access;
4776 + edata->load_count = info->ch_usage[busier_ch].access;
4777 + edata->total_count = info->ch_usage[busier_ch].total;
4889 - info->ch_usage[i].access = readl_relaxed(dfi_regs +
4895 info->ch_usage[i].total = readl_relaxed(dfi_regs +
4897 - tmp = info->ch_usage[i].access;
[all …]