Home
last modified time | relevance | path

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

/Linux-v4.19/arch/mips/kernel/
Dsmp-bmips.c504 void __iomem *cbr = BMIPS_GET_CBR(); in bmips_set_reset_vec() local
507 __raw_writel(val, cbr + BMIPS_RELO_VECTOR_CONTROL_0); in bmips_set_reset_vec()
511 __raw_writel(val, cbr + BMIPS_RELO_VECTOR_CONTROL_1); in bmips_set_reset_vec()
577 void __iomem __maybe_unused *cbr = BMIPS_GET_CBR(); in bmips_cpu_setup() local
593 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
594 __raw_writel(cfg | 0x100, cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
595 __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
597 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
598 __raw_writel(cfg | 0xf, cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
599 __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
[all …]
/Linux-v4.19/arch/mips/bmips/
Ddma.c69 void __iomem *cbr = BMIPS_GET_CBR(); in arch_sync_dma_for_cpu_all() local
78 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in arch_sync_dma_for_cpu_all()
79 __raw_writel(cfg | 0x100, cbr + BMIPS_RAC_CONFIG); in arch_sync_dma_for_cpu_all()
80 __raw_readl(cbr + BMIPS_RAC_CONFIG); in arch_sync_dma_for_cpu_all()
/Linux-v4.19/tools/perf/util/intel-pt-decoder/
Dintel-pt-decoder.c144 unsigned int cbr; member
621 unsigned int cbr; member
659 unsigned int cbr; in intel_pt_calc_cyc_cb() local
772 cbr = pkt_info->packet.payload; in intel_pt_calc_cyc_cb()
773 if (data->cbr && data->cbr != cbr) in intel_pt_calc_cyc_cb()
775 data->cbr = cbr; in intel_pt_calc_cyc_cb()
776 data->cbr_cyc_to_tsc = decoder->max_non_turbo_ratio_fp / cbr; in intel_pt_calc_cyc_cb()
792 if (!data->cbr && decoder->cbr) { in intel_pt_calc_cyc_cb()
793 data->cbr = decoder->cbr; in intel_pt_calc_cyc_cb()
802 if (data->cbr && cyc_to_tsc > data->cbr_cyc_to_tsc && in intel_pt_calc_cyc_cb()
[all …]
/Linux-v4.19/tools/perf/scripts/python/
Dintel-pt-events.py42 cbr = data[0]
44 p = ((cbr * 1000 / data[2]) + 5) / 10
45 print "%3u freq: %4u MHz (%3u%%)" % (cbr, f, p),
/Linux-v4.19/drivers/misc/sgi-gru/
Dgrutables.h505 #define CBR_BYTES(cbr) ((cbr) * GRU_HANDLE_BYTES * GRU_CBR_AU_SIZE * 2) argument
Dgrumain.c788 int ctxnum, ctxnum0, flag = 0, cbr, dsr; in gru_steal_context() local
794 cbr = gts->ts_cbr_au_count; in gru_steal_context()
810 if (check_gru_resources(gru, cbr, dsr, GRU_NUM_CCH)) in gru_steal_context()
850 gru->gs_gid, ctxnum, ngts, cbr, dsr, hweight64(gru->gs_cbr_map), in gru_steal_context()
/Linux-v4.19/tools/perf/util/
Devent.h352 u32 cbr : 8, member
Dintel-pt.c1282 raw.freq = cpu_to_le32(raw.cbr * pt->cbr2khz); in intel_pt_synth_cbr_sample()
/Linux-v4.19/tools/perf/Documentation/
Dintel-pt.txt760 cbr: cbr: 22 freq: 2189 MHz (200%)
766 "cbr" includes the frequency and the percentage of maximum non-turbo
/Linux-v4.19/tools/perf/
Dbuiltin-script.c1458 len = fprintf(fp, " cbr: %2u freq: %4u MHz ", data->cbr, freq); in perf_sample__fprintf_synth_cbr()
1460 percent = (5 + (1000 * data->cbr) / data->max_nonturbo) / 10; in perf_sample__fprintf_synth_cbr()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Ddispc.c878 int yr, yg, yb, cbr, cbg, cbb, crr, crg, crb; member
909 dispc_write_reg(dispc, DISPC_OVL_CONV_COEF(plane, 3), CVAL(ct->cbg, ct->cbr)); in dispc_wb_write_color_conv_coef()