/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | smp-bmips.c | 511 void __iomem *cbr = BMIPS_GET_CBR(); in bmips_set_reset_vec() local 514 __raw_writel(val, cbr + BMIPS_RELO_VECTOR_CONTROL_0); in bmips_set_reset_vec() 518 __raw_writel(val, cbr + BMIPS_RELO_VECTOR_CONTROL_1); in bmips_set_reset_vec() 584 void __iomem __maybe_unused *cbr = BMIPS_GET_CBR(); in bmips_cpu_setup() local 600 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() 601 __raw_writel(cfg | 0x100, cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() 602 __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() 604 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() 605 __raw_writel(cfg | 0xf, cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() 606 __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup() [all …]
|
/kernel/linux/linux-5.10/arch/mips/bmips/ |
D | dma.c | 71 void __iomem *cbr = BMIPS_GET_CBR(); in arch_sync_dma_for_cpu_all() local 83 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in arch_sync_dma_for_cpu_all() 84 __raw_writel(cfg | 0x100, cbr + BMIPS_RAC_CONFIG); in arch_sync_dma_for_cpu_all() 85 __raw_readl(cbr + BMIPS_RAC_CONFIG); in arch_sync_dma_for_cpu_all()
|
/kernel/linux/linux-5.10/tools/perf/util/intel-pt-decoder/ |
D | intel-pt-decoder.c | 157 unsigned int cbr; member 672 unsigned int cbr; member 710 unsigned int cbr; in intel_pt_calc_cyc_cb() local 827 cbr = pkt_info->packet.payload; in intel_pt_calc_cyc_cb() 828 if (data->cbr && data->cbr != cbr) in intel_pt_calc_cyc_cb() 830 data->cbr = cbr; in intel_pt_calc_cyc_cb() 831 data->cbr_cyc_to_tsc = decoder->max_non_turbo_ratio_fp / cbr; in intel_pt_calc_cyc_cb() 847 if (!data->cbr && decoder->cbr) { in intel_pt_calc_cyc_cb() 848 data->cbr = decoder->cbr; in intel_pt_calc_cyc_cb() 857 if (data->cbr && cyc_to_tsc > data->cbr_cyc_to_tsc && in intel_pt_calc_cyc_cb() [all …]
|
D | intel-pt-decoder.h | 217 uint32_t cbr; member
|
/kernel/linux/linux-5.10/tools/perf/scripts/python/ |
D | intel-pt-events.py | 44 cbr = data[0] 46 p = ((cbr * 1000 / data[2]) + 5) / 10 47 print("%3u freq: %4u MHz (%3u%%)" % (cbr, f, p), end=' ')
|
D | export-to-sqlite.py | 728 def cbr(id, raw_buf): function 730 cbr = data[0] 732 percent = ((cbr * 1000 / data[2]) + 5) / 10 734 cbr_query.addBindValue(str(cbr)) 793 cbr(id, raw_buf)
|
D | export-to-postgresql.py | 1053 def cbr(id, raw_buf): function 1055 cbr = data[0] 1057 percent = ((cbr * 1000 / data[2]) + 5) / 10 1058 value = struct.pack("!hiqiiiiii", 4, 8, id, 4, cbr, 4, int(MHz), 4, int(percent)) 1106 cbr(id, raw_buf)
|
/kernel/linux/linux-5.10/drivers/misc/sgi-gru/ |
D | grutables.h | 490 #define CBR_BYTES(cbr) ((cbr) * GRU_HANDLE_BYTES * GRU_CBR_AU_SIZE * 2) argument
|
D | grumain.c | 784 int ctxnum, ctxnum0, flag = 0, cbr, dsr; in gru_steal_context() local 790 cbr = gts->ts_cbr_au_count; in gru_steal_context() 806 if (check_gru_resources(gru, cbr, dsr, GRU_NUM_CCH)) in gru_steal_context() 846 gru->gs_gid, ctxnum, ngts, cbr, dsr, hweight64(gru->gs_cbr_map), in gru_steal_context()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | event.h | 254 u32 cbr : 8, member
|
D | intel-pt.c | 1535 ptq->cbr_seen = ptq->state->cbr; in intel_pt_synth_cbr_sample() 1544 raw.freq = cpu_to_le32(raw.cbr * pt->cbr2khz); in intel_pt_synth_cbr_sample() 2001 if (ptq->state->cbr != ptq->cbr_seen) { in intel_pt_sample()
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-intel-pt.txt | 900 cbr: cbr: 22 freq: 2189 MHz (200%) 906 "cbr" includes the frequency and the percentage of maximum non-turbo
|
/kernel/linux/linux-5.10/tools/perf/ |
D | builtin-script.c | 1730 len = fprintf(fp, " cbr: %2u freq: %4u MHz ", data->cbr, freq); in perf_sample__fprintf_synth_cbr() 1732 percent = (5 + (1000 * data->cbr) / data->max_nonturbo) / 10; in perf_sample__fprintf_synth_cbr()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 856 int yr, yg, yb, cbr, cbg, cbb, crr, crg, crb; member 887 dispc_write_reg(dispc, DISPC_OVL_CONV_COEF(plane, 3), CVAL(ct->cbg, ct->cbr)); in dispc_wb_write_color_conv_coef()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0038_linux_drivers_mxc.patch | 205410 + vpu_err("not support bitrate mode %d, set to cbr\n",
|