Searched refs:escr (Results 1 – 4 of 4) sorted by relevance
/linux/arch/x86/events/intel/ |
H A D | p4.c | 806 u32 escr, cccr; in p4_hw_config() local 815 escr = p4_default_escr_conf(cpu, event->attr.exclude_kernel, in p4_hw_config() 817 event->hw.config = p4_config_pack_escr(escr) | in p4_hw_config() 1102 u32 escr, cccr; in p4_pmu_swap_config_ts() local 1115 escr = p4_config_unpack_escr(hwc->config); in p4_pmu_swap_config_ts() 1121 if (escr & P4_ESCR_T0_OS) { in p4_pmu_swap_config_ts() 1122 escr &= ~P4_ESCR_T0_OS; in p4_pmu_swap_config_ts() 1123 escr |= P4_ESCR_T1_OS; in p4_pmu_swap_config_ts() 1125 if (escr & P4_ESCR_T0_USR) { in p4_pmu_swap_config_ts() 1126 escr &= ~P4_ESCR_T0_USR; in p4_pmu_swap_config_ts() [all …]
|
/linux/arch/x86/include/asm/ |
H A D | perf_event_p4.h | 222 u32 escr = 0; in p4_default_escr_conf() local 226 escr |= P4_ESCR_T0_OS; in p4_default_escr_conf() 228 escr |= P4_ESCR_T0_USR; in p4_default_escr_conf() 231 escr |= P4_ESCR_T1_OS; in p4_default_escr_conf() 233 escr |= P4_ESCR_T1_USR; in p4_default_escr_conf() 236 return escr; in p4_default_escr_conf()
|
/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | rcar_du_crtc.c | 169 u32 escr; member 173 u32 escr, struct du_clk_params *params) in rcar_du_escr_divider() argument 202 params->escr = escr | div; in rcar_du_escr_divider() 213 u32 escr; in rcar_du_crtc_set_display_timing() local 243 escr = ESCR_DCLKSEL_DCLKIN | div; in rcar_du_crtc_set_display_timing() 252 escr = ESCR_DCLKSEL_DCLKIN; in rcar_du_crtc_set_display_timing() 267 escr = params.escr; in rcar_du_crtc_set_display_timing() 280 dev_dbg(rcrtc->dev->dev, "%s: ESCR 0x%08x\n", __func__, escr); in rcar_du_crtc_set_display_timing() 282 rcar_du_crtc_write(rcrtc, rcrtc->index % 2 ? ESCR13 : ESCR02, escr); in rcar_du_crtc_set_display_timing()
|
/linux/Documentation/translations/sp_SP/process/ |
H A D | deprecated.rst | 109 Re-escríbase, como::
|