Home
last modified time | relevance | path

Searched refs:fsys (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/ia64/
H A Dfsys.rst14 "fsys-mode". To recap, the normal states of execution are:
32 In contrast, fsys-mode has the following special properties:
41 - execution is interruptible and preemptible (an fsys-mode handler
46 in fsys-mode (they point to the user-level stacks, which may
49 In summary, fsys-mode is much more similar to running in user-mode
51 privilege level is at level 0, this means that fsys-mode requires some
55 How to tell fsys-mode
58 Linux operates in fsys-mode when (a) the privilege level is 0 (most
73 TRUE if the CPU state pointed to by "regs" was executing in fsys-mode.
81 The file arch/ia64/kernel/fsys.S contains a table of fsyscall-handlers
[all …]
H A Dindex.rst14 fsys
/OK3568_Linux_fs/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c139 int clock_pll(int fsys, int flags) in clock_pll() argument
151 if (fsys == 0) { in clock_pll()
167 if (fsys > MAX_FSYS) in clock_pll()
168 fsys = MAX_FSYS; in clock_pll()
170 if (fsys < MIN_FSYS) in clock_pll()
171 fsys = MIN_FSYS; in clock_pll()
179 temp = (100 * fsys) / fref; in clock_pll()
/OK3568_Linux_fs/kernel/arch/m68k/coldfire/
H A Dm53xx.c289 int clock_pll (int fsys, int flags);
470 int clock_pll(int fsys, int flags) in clock_pll() argument
477 if (fsys == 0) { in clock_pll()
485 if (fsys > MAX_FSYS) in clock_pll()
486 fsys = MAX_FSYS; in clock_pll()
487 if (fsys < MIN_FSYS) in clock_pll()
488 fsys = MIN_FSYS; in clock_pll()
494 temp = 100 * fsys / fref; in clock_pll()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dfsl,esai.txt32 "fsys" The system clock derived from ahb clock used to
62 clock-names = "core", "extal", "fsys";
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-esdhc-mcf.c224 u32 fvco, fsys, fesdhc, temp; in esdhc_mcf_pltfm_set_clock() local
249 fsys = pltfm_host->clock; in esdhc_mcf_pltfm_set_clock()
250 fvco = fsys * ((temp & 0x1f) + 1); in esdhc_mcf_pltfm_set_clock()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Dexynos5260-clock.txt60 9) "samsung,exynos5260-clock-fsys"
122 Input clocks for fsys clock controller:
H A Dexynos5433-clock.txt20 - "samsung,exynos5433-cmu-fsys" - clock controller compatible for CMU_FSYS
81 Input clocks for fsys clock controller:
249 compatible = "samsung,exynos5433-cmu-fsys";
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A DMakefile12 obj-y := entry.o efi.o efi_stub.o gate-data.o fsys.o ia64_ksyms.o irq.o irq_ia64.o \
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos5260.dtsi135 compatible = "samsung,exynos5260-clock-fsys";
H A Dimx6qdl.dtsi399 clock-names = "core", "mem", "extal", "fsys", "spba";
H A Dimx6sx.dtsi349 "fsys", "spba";
/OK3568_Linux_fs/kernel/drivers/devfreq/event/
H A Dexynos-ppmu.c57 PPMU_EVENT(fsys),
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dimx6ull.dtsi336 "fsys", "dma";
H A Dimx6qdl.dtsi334 clock-names = "core", "mem", "extal", "fsys", "spba";
H A Dimx6sx.dtsi310 "fsys", "spba";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/exynos/
H A Dexynos5433.dtsi318 compatible = "samsung,exynos5433-cmu-fsys";