Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/devfreq/event/
H A Drockchip-dfi.c112 struct dmc_usage ch_usage[MAX_DMC_NUM_CH]; member
255 info->ch_usage[i].access = (wr_count + rd_count) * 4; in rk3288_dfi_get_busier_ch()
256 info->ch_usage[i].total = total_count; in rk3288_dfi_get_busier_ch()
257 tmp = info->ch_usage[i].access; in rk3288_dfi_get_busier_ch()
279 edata->load_count = info->ch_usage[busier_ch].access; in rk3288_dfi_get_event()
280 edata->total_count = info->ch_usage[busier_ch].total; in rk3288_dfi_get_event()
436 info->ch_usage[i].total = readl_relaxed(dfi_regs + in rockchip_dfi_get_busier_ch()
448 info->ch_usage[i].access = tmp; in rockchip_dfi_get_busier_ch()
505 edata->load_count = info->ch_usage[busier_ch].access; in rockchip_dfi_get_event()
506 edata->total_count = info->ch_usage[busier_ch].total; in rockchip_dfi_get_event()