| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/clk_mgr/dcn10/ |
| rv1_clk_mgr_clk.c | 57 void rv1_dump_clk_registers(struct clk_state_registers *regs, struct clk_bypass *bypass, struct clk_mgr *clk_mgr_base) 63 bypass->dcfclk_bypass = REG_READ(CLK0_CLK8_BYPASS_CNTL) & 0x0007; 64 if (bypass->dcfclk_bypass < 0 || bypass->dcfclk_bypass > 4) 65 bypass->dcfclk_bypass = 0; 74 bypass->dispclk_pypass = REG_READ(CLK0_CLK10_BYPASS_CNTL) & 0x0007; 75 if (bypass->dispclk_pypass < 0 || bypass->dispclk_pypass > 4) 76 bypass->dispclk_pypass = 0; 80 bypass->dprefclk_bypass = REG_READ(CLK0_CLK11_BYPASS_CNTL) & 0x0007 [all...] |
| /src/external/apache2/llvm/dist/llvm/tools/opt-viewer/ |
| opt-stats.py | 56 bypass = defaultdict(int) variable 59 bypass[r.Pass] += 1 71 for (passname, count) in sorted(bypass.items(), key=operator.itemgetter(1),
|
| /src/external/gpl3/gcc/dist/fixincludes/ |
| inclhack.def | 113 bypass = "powl"; 205 bypass = "__IPHONE_OS_VERSION_MIN_REQUIRED"; 231 bypass = '} while'; 232 bypass = 'x86_64'; 233 bypass = 'posix_types_64'; 538 bypass = "extern \"C\""; 637 bypass = __null; 1106 bypass = "__cplusplus"; 1126 bypass = "__cplusplus"; 1147 bypass = "__cplusplus" [all...] |
| /src/external/gpl3/gcc.old/dist/fixincludes/ |
| inclhack.def | 113 bypass = "powl"; 205 bypass = "__IPHONE_OS_VERSION_MIN_REQUIRED"; 231 bypass = '} while'; 232 bypass = 'x86_64'; 233 bypass = 'posix_types_64'; 538 bypass = "extern \"C\""; 637 bypass = __null; 1106 bypass = "__cplusplus"; 1126 bypass = "__cplusplus"; 1147 bypass = "__cplusplus" [all...] |
| /src/sys/dev/pci/ixgbe/ |
| if_bypass.c | 44 * Mutex support for the bypass feature. Using a dual lock 51 while (atomic_cas_uint(&sc->bypass.low, 0, 1) != 0) 53 while (atomic_cas_uint(&sc->bypass.high, 0, 1) != 0) 64 while (atomic_cas_uint(&sc->bypass.high, 1, 0) != 1) 66 while (atomic_cas_uint(&sc->bypass.low, 1, 0) != 1) 79 while (atomic_cas_uint(&sc->bypass.high, 0, 1) != 0) 90 while (atomic_cas_uint(&sc->bypass.high, 1, 0) != 1) 152 * Show/Set the Bypass State: 154 * 2 = BYPASS 212 * 2 - go to Bypass operatio [all...] |
| ixgbe.h | 589 /* Bypass */ 590 struct ixgbe_bp_data bypass; member in struct:ixgbe_softc
|
| /src/common/dist/zlib/examples/ |
| gzappend.c | 204 unsigned bypass; local 208 bypass = n & ~((1U << in->size) - 1); 209 if (bypass) { 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) 212 n -= bypass;
|
| /src/external/gpl3/binutils/dist/zlib/examples/ |
| gzappend.c | 204 unsigned bypass; local 208 bypass = n & ~((1U << in->size) - 1); 209 if (bypass) { 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) 212 n -= bypass;
|
| /src/external/gpl3/binutils.old/dist/zlib/examples/ |
| gzappend.c | 204 unsigned bypass; local 208 bypass = n & ~((1U << in->size) - 1); 209 if (bypass) { 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) 212 n -= bypass;
|
| /src/external/gpl3/gdb.old/dist/zlib/examples/ |
| gzappend.c | 204 unsigned bypass; local 208 bypass = n & ~((1U << in->size) - 1); 209 if (bypass) { 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) 212 n -= bypass;
|
| /src/external/gpl3/gdb/dist/zlib/examples/ |
| gzappend.c | 204 unsigned bypass; local 208 bypass = n & ~((1U << in->size) - 1); 209 if (bypass) { 210 if (lseek(in->fd, (off_t)bypass, SEEK_CUR) == -1) 212 n -= bypass;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| genautomata.cc | 393 /* output and input insns of given bypass. */ 396 /* The next bypass for given output insn. */ 472 description but the bypass without a guard stays always the last 510 struct bypass_decl bypass; 900 &(_decl)->decl.bypass; })) 1080 #define DECL_BYPASS(d) (&(d)->decl.bypass) 2396 /* The function inserts BYPASS in the list of bypasses of the 2399 there is already the same bypass in the list the function reports 2402 insert_bypass (struct bypass_decl *bypass) 2405 struct insn_reserv_decl *out_insn_reserv = bypass->out_insn_reserv 506 struct bypass_decl bypass; member in union:decl::__anon13711 2493 struct bypass_decl *bypass; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| genautomata.cc | 393 /* output and input insns of given bypass. */ 396 /* The next bypass for given output insn. */ 472 description but the bypass without a guard stays always the last 510 struct bypass_decl bypass; 900 &(_decl)->decl.bypass; })) 1080 #define DECL_BYPASS(d) (&(d)->decl.bypass) 2396 /* The function inserts BYPASS in the list of bypasses of the 2399 there is already the same bypass in the list the function reports 2402 insert_bypass (struct bypass_decl *bypass) 2405 struct insn_reserv_decl *out_insn_reserv = bypass->out_insn_reserv 506 struct bypass_decl bypass; member in union:decl::__anon16141 2493 struct bypass_decl *bypass; local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_cdclk.c | 875 cdclk_state->cdclk = cdclk_state->bypass = cdclk_state->ref; 1028 WARN_ON(cdclk != dev_priv->cdclk.hw.bypass); 1105 dev_priv->cdclk.hw.cdclk == dev_priv->cdclk.hw.bypass) 1163 cdclk_state.cdclk = cdclk_state.bypass; 1241 if (cdclk == dev_priv->cdclk.hw.bypass) 1365 cdclk_state->bypass = cdclk_state->ref / 2; 1367 cdclk_state->bypass = 50000; 1369 cdclk_state->bypass = cdclk_state->ref; 1372 cdclk_state->cdclk = cdclk_state->bypass; 1528 WARN_ON(cdclk != dev_priv->cdclk.hw.bypass); [all...] |
| /src/sys/arch/mac68k/include/ |
| iopreg.h | 76 } bypass; member in struct:__anon1588
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
| nouveau_nvkm_subdev_clk_gt215.c | 376 u32 bypass; local 380 bypass = nvkm_rd32(device, ctrl) & 0x00000008; 381 if (!bypass) {
|
| /src/usr.bin/make/unit-tests/ |
| char-005c-reverse-solidus.mk | 106 # Trying to bypass the parser by using a direct expression doesn't work, as
|
| varparse-errors.mk | 125 # The "${.OBJDIR}/" is necessary to bypass the directory cache.
|
| /src/external/public-domain/sqlite/dist/tea/ |
| teaish.tcl | 377 not found. Use --disable-load-extension to bypass this 384 be disabled. Use --disable-load-extension to bypass this 529 user-error "Cannot find libm functions. Use --disable-math to bypass this."
|
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_ras.c | 640 bool bypass) 646 /* bypass psp. 649 if (bypass) { 662 bool bypass) 677 if (bypass) { 679 * bypass psp. vbios enable ras for us.
|
| /src/sys/arch/acorn32/doc/ |
| majors+minors | 268 55 C - reserved for bypass device
|
| /src/external/bsd/wpa/dist/src/drivers/ |
| driver_macsec_qca.c | 93 /* Enable Secy and Let EAPoL bypass */ 105 rx_ctl_filt.bypass = 1; 114 tx_ctl_filt.bypass = 1;
|
| /src/distrib/miniroot/ |
| install.sub | 1403 # If that's the case, bypass the menu the first time.
|
| /src/sys/arch/mac68k/mac68k/ |
| locore.s | 189 | bypass are already enabled if required.
|
| /src/external/public-domain/sqlite/dist/autosetup/ |
| sqlite-config.tcl | 1502 not found. Use --disable-load-extension to bypass this 1509 be disabled. Use --disable-load-extension to bypass this 1531 user-error "Cannot find libm functions. Use --disable-math to bypass this."
|