Home
last modified time | relevance | path

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

/linux/arch/mips/kernel/
A Dsmp-bmips.c516 void __iomem *cbr = BMIPS_GET_CBR(); in bmips_set_reset_vec() local
589 void __iomem __maybe_unused *cbr = BMIPS_GET_CBR(); in bmips_cpu_setup() local
605 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
607 __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
609 cfg = __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
610 __raw_writel(cfg | 0xf, cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
611 __raw_readl(cbr + BMIPS_RAC_CONFIG); in bmips_cpu_setup()
613 cfg = __raw_readl(cbr + BMIPS_RAC_ADDRESS_RANGE); in bmips_cpu_setup()
615 __raw_readl(cbr + BMIPS_RAC_ADDRESS_RANGE); in bmips_cpu_setup()
625 cfg = __raw_readl(cbr + BMIPS_L2_CONFIG); in bmips_cpu_setup()
[all …]
/linux/arch/mips/bmips/
A 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/tools/perf/scripts/python/
A Dexport-to-sqlite.py728 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)
A Dexport-to-postgresql.py1053 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)
A Dintel-pt-events.py111 cbr = data[0]
113 p = ((cbr * 1000 / data[2]) + 5) / 10
114 print("%3u freq: %4u MHz (%3u%%)" % (cbr, f, p), end=' ')
/linux/tools/perf/util/intel-pt-decoder/
A Dintel-pt-decoder.c185 unsigned int cbr; member
763 unsigned int cbr; member
801 unsigned int cbr; in intel_pt_calc_cyc_cb() local
919 if (data->cbr && data->cbr != cbr) in intel_pt_calc_cyc_cb()
921 data->cbr = cbr; in intel_pt_calc_cyc_cb()
938 if (!data->cbr && decoder->cbr) { in intel_pt_calc_cyc_cb()
939 data->cbr = decoder->cbr; in intel_pt_calc_cyc_cb()
958 if (data->cbr) { in intel_pt_calc_cyc_cb()
1760 if (decoder->cbr == cbr) in intel_pt_calc_cbr()
1763 decoder->cbr = cbr; in intel_pt_calc_cbr()
[all …]
A Dintel-pt-decoder.h231 uint32_t cbr; member
/linux/drivers/misc/sgi-gru/
A Dgrumain.c775 int ctxnum, ctxnum0, flag = 0, cbr, dsr; in gru_steal_context() local
781 cbr = gts->ts_cbr_au_count; in gru_steal_context()
797 if (check_gru_resources(gru, cbr, dsr, GRU_NUM_CCH)) in gru_steal_context()
837 gru->gs_gid, ctxnum, ngts, cbr, dsr, hweight64(gru->gs_cbr_map), in gru_steal_context()
A Dgrutables.h491 #define CBR_BYTES(cbr) ((cbr) * GRU_HANDLE_BYTES * GRU_CBR_AU_SIZE * 2) argument
/linux/tools/perf/util/
A Devent.h266 u32 cbr : 8, member
A Dintel-pt.c1720 ptq->cbr_seen = ptq->state->cbr; in intel_pt_synth_cbr_sample()
1729 raw.freq = cpu_to_le32(raw.cbr * pt->cbr2khz); in intel_pt_synth_cbr_sample()
2275 if (ptq->state->cbr != ptq->cbr_seen) { in intel_pt_sample()
/linux/tools/perf/Documentation/
A Dperf-intel-pt.txt917 cbr: cbr: 22 freq: 2189 MHz (200%)
923 "cbr" includes the frequency and the percentage of maximum non-turbo
/linux/tools/perf/
A Dbuiltin-script.c1793 len = fprintf(fp, " cbr: %2u freq: %4u MHz ", data->cbr, freq); in perf_sample__fprintf_synth_cbr()
1795 percent = (5 + (1000 * data->cbr) / data->max_nonturbo) / 10; in perf_sample__fprintf_synth_cbr()
/linux/drivers/gpu/drm/omapdrm/dss/
A Ddispc.c857 int yr, yg, yb, cbr, cbg, cbb, crr, crg, crb; member

Completed in 63 milliseconds