escr 805 arch/x86/events/intel/p4.c u32 escr, cccr; escr 814 arch/x86/events/intel/p4.c escr = p4_default_escr_conf(cpu, event->attr.exclude_kernel, escr 816 arch/x86/events/intel/p4.c event->hw.config = p4_config_pack_escr(escr) | escr 1068 arch/x86/events/intel/p4.c u32 escr, cccr; escr 1081 arch/x86/events/intel/p4.c escr = p4_config_unpack_escr(hwc->config); escr 1087 arch/x86/events/intel/p4.c if (escr & P4_ESCR_T0_OS) { escr 1088 arch/x86/events/intel/p4.c escr &= ~P4_ESCR_T0_OS; escr 1089 arch/x86/events/intel/p4.c escr |= P4_ESCR_T1_OS; escr 1091 arch/x86/events/intel/p4.c if (escr & P4_ESCR_T0_USR) { escr 1092 arch/x86/events/intel/p4.c escr &= ~P4_ESCR_T0_USR; escr 1093 arch/x86/events/intel/p4.c escr |= P4_ESCR_T1_USR; escr 1095 arch/x86/events/intel/p4.c hwc->config = p4_config_pack_escr(escr); escr 1101 arch/x86/events/intel/p4.c if (escr & P4_ESCR_T1_OS) { escr 1102 arch/x86/events/intel/p4.c escr &= ~P4_ESCR_T1_OS; escr 1103 arch/x86/events/intel/p4.c escr |= P4_ESCR_T0_OS; escr 1105 arch/x86/events/intel/p4.c if (escr & P4_ESCR_T1_USR) { escr 1106 arch/x86/events/intel/p4.c escr &= ~P4_ESCR_T1_USR; escr 1107 arch/x86/events/intel/p4.c escr |= P4_ESCR_T0_USR; escr 1109 arch/x86/events/intel/p4.c hwc->config = p4_config_pack_escr(escr); escr 1291 arch/x86/events/intel/p4.c PMU_FORMAT_ATTR(escr, "config:32-62"); escr 222 arch/x86/include/asm/perf_event_p4.h u32 escr = 0; escr 226 arch/x86/include/asm/perf_event_p4.h escr |= P4_ESCR_T0_OS; escr 228 arch/x86/include/asm/perf_event_p4.h escr |= P4_ESCR_T0_USR; escr 231 arch/x86/include/asm/perf_event_p4.h escr |= P4_ESCR_T1_OS; escr 233 arch/x86/include/asm/perf_event_p4.h escr |= P4_ESCR_T1_USR; escr 236 arch/x86/include/asm/perf_event_p4.h return escr; escr 348 arch/x86/oprofile/op_model_p4.c #define ESCR_CLEAR(escr) ((escr) &= ESCR_RESERVED_BITS) escr 349 arch/x86/oprofile/op_model_p4.c #define ESCR_SET_USR_0(escr, usr) ((escr) |= (((usr) & 1) << 2)) escr 350 arch/x86/oprofile/op_model_p4.c #define ESCR_SET_OS_0(escr, os) ((escr) |= (((os) & 1) << 3)) escr 351 arch/x86/oprofile/op_model_p4.c #define ESCR_SET_USR_1(escr, usr) ((escr) |= (((usr) & 1))) escr 352 arch/x86/oprofile/op_model_p4.c #define ESCR_SET_OS_1(escr, os) ((escr) |= (((os) & 1) << 1)) escr 353 arch/x86/oprofile/op_model_p4.c #define ESCR_SET_EVENT_SELECT(escr, sel) ((escr) |= (((sel) & 0x3f) << 25)) escr 354 arch/x86/oprofile/op_model_p4.c #define ESCR_SET_EVENT_MASK(escr, mask) ((escr) |= (((mask) & 0xffff) << 9)) escr 509 arch/x86/oprofile/op_model_p4.c unsigned int escr = 0; escr 534 arch/x86/oprofile/op_model_p4.c rdmsr(ev->bindings[i].escr_address, escr, high); escr 535 arch/x86/oprofile/op_model_p4.c ESCR_CLEAR(escr); escr 537 arch/x86/oprofile/op_model_p4.c ESCR_SET_USR_0(escr, counter_config[ctr].user); escr 538 arch/x86/oprofile/op_model_p4.c ESCR_SET_OS_0(escr, counter_config[ctr].kernel); escr 540 arch/x86/oprofile/op_model_p4.c ESCR_SET_USR_1(escr, counter_config[ctr].user); escr 541 arch/x86/oprofile/op_model_p4.c ESCR_SET_OS_1(escr, counter_config[ctr].kernel); escr 543 arch/x86/oprofile/op_model_p4.c ESCR_SET_EVENT_SELECT(escr, ev->event_select); escr 544 arch/x86/oprofile/op_model_p4.c ESCR_SET_EVENT_MASK(escr, counter_config[ctr].unit_mask); escr 545 arch/x86/oprofile/op_model_p4.c wrmsr(ev->bindings[i].escr_address, escr, high); escr 169 drivers/gpu/drm/rcar-du/rcar_du_crtc.c u32 escr; escr 173 drivers/gpu/drm/rcar-du/rcar_du_crtc.c u32 escr, struct du_clk_params *params) escr 202 drivers/gpu/drm/rcar-du/rcar_du_crtc.c params->escr = escr | div; escr 217 drivers/gpu/drm/rcar-du/rcar_du_crtc.c u32 escr; escr 261 drivers/gpu/drm/rcar-du/rcar_du_crtc.c escr = ESCR_DCLKSEL_DCLKIN | div; escr 269 drivers/gpu/drm/rcar-du/rcar_du_crtc.c escr = ESCR_DCLKSEL_DCLKIN; escr 284 drivers/gpu/drm/rcar-du/rcar_du_crtc.c escr = params.escr; escr 287 drivers/gpu/drm/rcar-du/rcar_du_crtc.c dev_dbg(rcrtc->dev->dev, "%s: ESCR 0x%08x\n", __func__, escr); escr 289 drivers/gpu/drm/rcar-du/rcar_du_crtc.c rcar_du_crtc_write(rcrtc, rcrtc->index % 2 ? ESCR13 : ESCR02, escr); escr 260 drivers/tty/serial/milbeaut_usio.c unsigned char escr; escr 273 drivers/tty/serial/milbeaut_usio.c escr = readb(port->membase + MLB_USIO_REG_ESCR); escr 275 drivers/tty/serial/milbeaut_usio.c escr |= MLB_USIO_ESCR_FLWEN; escr 278 drivers/tty/serial/milbeaut_usio.c writeb(escr, port->membase + MLB_USIO_REG_ESCR); escr 307 drivers/tty/serial/milbeaut_usio.c unsigned int escr, smr = MLB_USIO_SMR_SOE; escr 312 drivers/tty/serial/milbeaut_usio.c escr = MLB_USIO_ESCR_L_5BIT; escr 315 drivers/tty/serial/milbeaut_usio.c escr = MLB_USIO_ESCR_L_6BIT; escr 318 drivers/tty/serial/milbeaut_usio.c escr = MLB_USIO_ESCR_L_7BIT; escr 322 drivers/tty/serial/milbeaut_usio.c escr = MLB_USIO_ESCR_L_8BIT; escr 330 drivers/tty/serial/milbeaut_usio.c escr |= MLB_USIO_ESCR_PEN; escr 332 drivers/tty/serial/milbeaut_usio.c escr |= MLB_USIO_ESCR_P; escr 337 drivers/tty/serial/milbeaut_usio.c escr |= MLB_USIO_ESCR_FLWEN; escr 365 drivers/tty/serial/milbeaut_usio.c writeb(escr, port->membase + MLB_USIO_REG_ESCR);