Home
last modified time | relevance | path

Searched full:bypassed (Results 1 – 25 of 164) sorted by relevance

1234567

/openbmc/linux/drivers/clk/ti/
H A Dclkt_dpll.c228 * DPLLs can be locked or bypassed - basically, enabled or disabled.
230 * bypassed, on OMAP2xxx, the output rate is either the 32KiHz clock
232 * 2 are bypassed with dpll1_fclk and dpll2_fclk respectively
235 * locked, or the appropriate bypass rate if the DPLL is bypassed, or 0
248 /* Return bypass rate if DPLL is bypassed */ in omap2_get_dpll_rate()
H A Dapll.c74 clk_name, (state) ? "locked" : "bypassed"); in dra7_apll_enable()
78 clk_name, (state) ? "locked" : "bypassed", i); in dra7_apll_enable()
/openbmc/linux/Documentation/netlabel/
H A Dlsm_interface.rst52 NetLabel translation mechanisms bypassed but the LSM translation mechanisms are
53 bypassed as well which should result in a significant reduction in overhead.
/openbmc/linux/Documentation/devicetree/bindings/hwmon/
H A Dadt7475.yaml58 set to 1 the attenuator is bypassed if set to 0 the attenuator is
59 not bypassed. If the property is absent then the attenuator
/openbmc/u-boot/arch/mips/lib/
H A Dcache_init.S263 * If the L2 is bypassed, init the L1 first so that we can execute the
276 * If the L2 was bypassed then we already initialised the L1s before
354 /* If the L2 isn't bypassed then we're done */
357 /* The L2 is bypassed - go initialise it */
/openbmc/linux/drivers/md/
H A Ddm-mpath.c69 bool bypassed:1; /* Temporarily bypass this PG? */ member
407 unsigned int bypassed = 1; in choose_pgpath() local
442 * First time we skip PGs marked 'bypassed'. in choose_pgpath()
448 if (pg->bypassed == !!bypassed) in choose_pgpath()
452 if (!bypassed) { in choose_pgpath()
460 } while (bypassed--); in choose_pgpath()
1444 bool bypassed) in bypass_pg() argument
1450 pg->bypassed = bypassed; in bypass_pg()
1477 pg->bypassed = false; in switch_pg_num()
1492 * Set/clear bypassed status of a PG.
[all …]
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-block-bcache51 What: /sys/block/<disk>/bcache/bypassed
55 Sum of all reads and writes that have bypassed the cache (due
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dbind_perm.c25 * that CAP_NET_BIND_SERVICE should be bypassed. in bind_prog()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dtegra.h38 * bypassed). A value of 0 means an IOMMU is never used.
/openbmc/qemu/include/hw/arm/
H A Dsmmu-common.h105 bool bypassed; /* translation is bypassed */ member
/openbmc/linux/drivers/md/bcache/
H A Dstats.c50 read_attribute(bypassed);
67 sysfs_hprint(bypassed, var(sectors_bypassed) << 9); in SHOW()
/openbmc/linux/Documentation/devicetree/bindings/memory-controllers/
H A Drockchip,rk3399-dmc.yaml109 than DRAM_DLL_DISB_FREQ, DDR3 DLL will be bypassed.
110 Note: if DLL was bypassed, the odt will also stop working.
117 is less than DRAM_DLL_DISB_FREQ, PHY DLL will be bypassed.
/openbmc/u-boot/arch/arc/lib/
H A Dcache.c243 * If L1 data cache is disabled SL$ is bypassed and all load/store in slc_data_bypass()
517 * If SL$ is bypassed for data it is used only for instructions, in invalidate_icache_all()
548 * As SLC will be bypassed for data after L1 D$ disable we need to in dcache_disable()
708 * If SL$ is bypassed for data it is used only for instructions, in sync_n_cleanup_cache_all()
/openbmc/linux/Documentation/filesystems/
H A Dfuse-io.rst17 In direct-io mode the page cache is completely bypassed for reads and writes.
/openbmc/u-boot/include/
H A Darmcoremodule.h39 /* - PLL test clock bypassed */
/openbmc/linux/Documentation/arch/xtensa/
H A Datomctl.rst35 with the cache being bypassed; for example studying cache alias problems.
/openbmc/qemu/include/exec/
H A Dconfidential-guest-support.h54 * init to be bypassed entirely in certain configurations.
/openbmc/linux/Documentation/driver-api/thermal/
H A Dnouveau_thermal.rst68 The maximum PWM speed allowed (bypassed when hitting Fan_boost);
/openbmc/linux/arch/powerpc/include/asm/
H A Drtas-types.h59 * X 1: Bypassed unrecoverable error (degraded operation)
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_sleep.c78 /* The bypassed nanosleep_fexit prog shouldn't have executed. in test_fexit_sleep()
/openbmc/linux/drivers/media/pci/ivtv/
H A Divtv-routing.c79 /* S-Video: GR bypassed, turn it off */ in ivtv_video_set_io()
/openbmc/linux/Documentation/devicetree/bindings/dma/
H A Dst,stm32-dma.yaml42 from/to the memory, FIFO is bypassed.
/openbmc/u-boot/board/logicpd/imx6/
H A DREADME47 With Falcon Mode enabled, U-Boot can be bypassed by having SPL directly load
/openbmc/linux/Documentation/devicetree/bindings/media/
H A Dsamsung,exynos4210-fimc.yaml92 1 - input horizontal size for the scaler bypassed
/openbmc/linux/drivers/regulator/
H A Dqcom-rpmh-regulator.c112 * @bypassed: Boolean indicating if the regulator is in
127 bool bypassed; member
262 unsigned int mode, bool bypassed) in rpmh_regulator_vrm_set_mode_bypass() argument
276 if (bypassed) in rpmh_regulator_vrm_set_mode_bypass()
293 ret = rpmh_regulator_vrm_set_mode_bypass(vreg, mode, vreg->bypassed); in rpmh_regulator_vrm_set_mode()
336 if (vreg->bypassed == enable) in rpmh_regulator_vrm_set_bypass()
341 vreg->bypassed = enable; in rpmh_regulator_vrm_set_bypass()
351 *enable = vreg->bypassed; in rpmh_regulator_vrm_get_bypass()

1234567