/openbmc/linux/drivers/tty/hvc/ |
H A D | Kconfig | 81 bool "ARM JTAG DCC console" 86 This console uses the JTAG DCC on ARM to create a console under the HVC 91 bool "Use DCC only on CPU core 0" 95 Some external debuggers, do not handle reads/writes from/to DCC on more 96 than one CPU core. Each core has its own DCC device registers, so when a 97 CPU core reads or writes from/to DCC, it only accesses its own DCC device. 99 write to the console, it might write to a different DCC. 102 shows the DCC output only from that core's DCC. The result is that
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/nbdkit/nbdkit/ |
H A D | 0002-plugins-Avoid-absolute-buildpaths-in-binaries.patch | 29 - -DCC="\"$(CC_PLUGIN_CC)\"" \ 31 + -DCC=\"$(cc_no_sysroot)\" \
|
H A D | 0001-plugins-Avoid-absolute-buildpaths-in-binaries.patch | 29 - -DCC="\"$(CC)\"" \ 31 + -DCC=\"$(cc_no_sysroot)\" \
|
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/ |
H A D | amdgpu_dm_plane.c | 170 return IS_AMD_FMT_MOD(modifier) && AMD_FMT_MOD_GET(DCC, modifier); in modifier_has_dcc() 367 AMD_FMT_MOD_SET(DCC, 1) | in add_gfx10_1_modifiers() 376 AMD_FMT_MOD_SET(DCC, 1) | in add_gfx10_1_modifiers() 430 AMD_FMT_MOD_SET(DCC, 1) | in add_gfx9_modifiers() 441 AMD_FMT_MOD_SET(DCC, 1) | in add_gfx9_modifiers() 452 AMD_FMT_MOD_SET(DCC, 1) | in add_gfx9_modifiers() 467 AMD_FMT_MOD_SET(DCC, 1) | in add_gfx9_modifiers() 520 AMD_FMT_MOD_SET(DCC, 1) | in add_gfx10_3_modifiers() 531 AMD_FMT_MOD_SET(DCC, 1) | in add_gfx10_3_modifiers() 541 AMD_FMT_MOD_SET(DCC, 1) | in add_gfx10_3_modifiers() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/ |
H A D | 0001-gimptool-allow-default-CC-override.patch | 31 - -DCC=\""$(CC)"\" \ 68 - -DCC=\""$(CC)"\" \
|
/openbmc/linux/arch/arm/boot/dts/arm/ |
H A D | vexpress-v2p-ca5s.dts | 203 /* DCC internal operating temperature */ 206 label = "DCC";
|
H A D | vexpress-v2p-ca15-tc1.dts | 218 /* DCC internal temperature */ 221 label = "DCC";
|
H A D | vexpress-v2p-ca15_a7.dts | 374 /* DCC internal temperature */ 377 label = "DCC";
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-irc/weechat/ |
H A D | weechat_4.5.0.bb | 1 …plugin: multi-servers, proxy support, IPv6, SASL authentication, nicklist, DCC, and many other fea…
|
/openbmc/linux/arch/arm/include/debug/ |
H A D | icedcc.S | 8 @@ debug using ARM EmbeddedICE DCC channel
|
H A D | tegra.S | 85 cmp \rv, #2 @ 2 and 3 mean DCC, UART
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | intel_mchbar_regs.h | 36 #define DCC _MMIO(MCHBAR_MIRROR_BASE + 0x200) macro
|
H A D | i915_debugfs.c | 458 intel_uncore_read(uncore, DCC)); in i915_swizzle_info()
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | dc-glossary.rst | 64 DCC
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | st,sta350.txt | 83 If present, distortion compensation variable uses DCC coefficient.
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_display.c | 662 if (AMD_FMT_MOD_GET(DCC, modifier)) in amdgpu_lookup_format_info() 847 modifier |= AMD_FMT_MOD_SET(DCC, 1) | in convert_tiling_flags_to_modifier() 1096 AMD_FMT_MOD_GET(DCC, modifier)) { in amdgpu_display_verify_sizes()
|
/openbmc/u-boot/drivers/serial/ |
H A D | Kconfig | 273 bool "ARM DCC" 275 Select this to enable a debug UART using the ARM JTAG DCC port. 276 The DCC port can be used for very early debugging and doesn't require 279 Every ARM core has own DCC port which is the part of debug interface.
|
/openbmc/linux/drivers/atm/ |
H A D | he.h | 657 #define DCC 0x807cc macro
|
H A D | he.c | 1407 he_writel(he_dev, 0x0, DCC); in he_start() 2727 dcc += he_readl(he_dev, DCC); in he_proc_read()
|
/openbmc/linux/drivers/gpu/drm/i915/gt/ |
H A D | intel_ggtt_fencing.c | 669 u32 dcc = intel_uncore_read(uncore, DCC); in detect_bit_6_swizzle()
|
/openbmc/linux/net/netfilter/ |
H A D | Kconfig | 285 Direct Client-to-Client Protocol (DCC). This enables users to send 287 of a server. DCC Sending is used anywhere you send files over IRC, 288 and DCC Chat is most commonly used by Eggdrop bots. If you are
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig.debug | 1351 bool "Kernel low-level debugging via EmbeddedICE DCC channel" 1354 their output to the EmbeddedICE macrocell's DCC channel using 1359 is nothing connected to read from the DCC.
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.txt | 2706 186 = /dev/ttyJ0 JTAG1 DCC protocol based serial port emulation
|