HomeSort by: relevance | last modified time | path
    Searched refs:bypass (Results 1 - 25 of 34) sorted by relevancy

1 2

  /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/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/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
dra72-evm-tps65917.dtsi 86 regulator-allow-bypass;
93 regulator-allow-bypass;
imx6ul-ccimx6ulsom.dtsi 264 regulator-allow-bypass;
269 regulator-allow-bypass;
at91-wb50n.dtsi 46 atmel,osc-bypass;
qcom-pm8941.dtsi 71 boost_bypass_n_pin: boost-bypass {
at91-sama5d27_wlsom1.dtsi 201 atmel,osc-bypass;
imx27-phytec-phycore-rdk.dts 316 nxp,no-comparator-bypass;
omap34xx-omap36xx-clocks.dtsi 170 ti,low-power-bypass;
dra76-evm.dts 273 regulator-allow-bypass;
281 regulator-allow-bypass;
dra7-evm.dts 273 regulator-allow-bypass;
  /src/common/dist/zlib/examples/
gzappend.c 204 unsigned bypass; local in function:skip
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/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:__anonc7da8d500108
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
nouveau_nvkm_subdev_clk_gt215.c 376 u32 bypass; local in function:prog_pll
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/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/qcom/
msm8992-bullhead-rev-101.dts 294 pmi8994_bby: boost-bypass {};
msm8992-xiaomi-libra.dts 351 pmi8994_bby: boost-bypass {
sm8150-hdk.dts 241 regulator-allow-bypass;
sm8150-mtp.dts 236 regulator-allow-bypass;
sm8150-sony-xperia-kumano.dtsi 301 regulator-allow-bypass;
  /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

Completed in 31 milliseconds

1 2