| /kernel/linux/linux-6.6/Documentation/arch/ia64/ |
| D | fsys.rst | 14 "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 …]
|
| D | index.rst | 14 fsys
|
| /kernel/linux/linux-5.10/Documentation/ia64/ |
| D | fsys.rst | 14 "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 …]
|
| D | index.rst | 14 fsys
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | samsung,exynos-pcie-phy.yaml | 28 samsung,fsys-sysreg: 30 description: phandle for FSYS sysreg interface, used to control 38 - samsung,fsys-sysreg 48 samsung,fsys-sysreg = <&syscon_fsys>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/devfreq/ |
| D | exynos-bus.txt | 64 |--- FSYS 82 |--- FSYS 100 |--- FSYS 121 |--- FSYS 136 |--- FSYS (Fixed clock rate) 152 |--- FSYS 173 | | |FSYS | | | || |
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/interconnect/ |
| D | samsung,exynos-bus.yaml | 57 |--- FSYS 78 | | |FSYS | | | || | 104 |--- FSYS 122 |--- FSYS 143 |--- FSYS 158 |--- FSYS (Fixed clock rate)
|
| /kernel/linux/linux-6.6/arch/m68k/coldfire/ |
| D | m53xx.c | 289 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() 518 /* Reprogram PLL for desired fsys */ in clock_pll()
|
| /kernel/linux/linux-5.10/arch/m68k/coldfire/ |
| D | m53xx.c | 289 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() 518 /* Reprogram PLL for desired fsys */ in clock_pll()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | fsl,esai.txt | 32 "fsys" The system clock derived from ahb clock used to 62 clock-names = "core", "extal", "fsys";
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | fsl,esai.txt | 32 "fsys" The system clock derived from ahb clock used to 62 clock-names = "core", "extal", "fsys";
|
| /kernel/linux/linux-6.6/drivers/mmc/host/ |
| D | sdhci-esdhc-mcf.c | 224 u32 fvco, fsys, fesdhc, temp; in esdhc_mcf_pltfm_set_clock() local 237 * pll -+-> / outdiv1 --> fsys in esdhc_mcf_pltfm_set_clock() 245 * fvco = fsys * outdvi1 + 1 in esdhc_mcf_pltfm_set_clock() 249 fsys = pltfm_host->clock; in esdhc_mcf_pltfm_set_clock() 250 fvco = fsys * ((temp & 0x1f) + 1); in esdhc_mcf_pltfm_set_clock()
|
| /kernel/linux/linux-5.10/drivers/mmc/host/ |
| D | sdhci-esdhc-mcf.c | 224 u32 fvco, fsys, fesdhc, temp; in esdhc_mcf_pltfm_set_clock() local 237 * pll -+-> / outdiv1 --> fsys in esdhc_mcf_pltfm_set_clock() 245 * fvco = fsys * outdvi1 + 1 in esdhc_mcf_pltfm_set_clock() 249 fsys = pltfm_host->clock; in esdhc_mcf_pltfm_set_clock() 250 fvco = fsys * ((temp & 0x1f) + 1); in esdhc_mcf_pltfm_set_clock()
|
| /kernel/linux/linux-6.6/drivers/phy/samsung/ |
| D | phy-exynos-pcie.c | 20 /* Sysreg FSYS register offsets and bits for Exynos5433 */ 166 "samsung,fsys-sysreg"); in exynos_pcie_phy_probe() 168 dev_err(&pdev->dev, "FSYS sysreg regmap lookup failed.\n"); in exynos_pcie_phy_probe()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
| D | exynos5260-clock.txt | 60 9) "samsung,exynos5260-clock-fsys" 122 Input clocks for fsys clock controller:
|
| D | exynos5433-clock.txt | 10 which generates clocks for IMEM/FSYS/G3D/GSCL/HEVC/MSCL/G2D/MFC/PERIC/PERIS 20 - "samsung,exynos5433-cmu-fsys" - clock controller compatible for CMU_FSYS 81 Input clocks for fsys clock controller: 249 compatible = "samsung,exynos5433-cmu-fsys";
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/clock/ |
| D | samsung,exynos7885-clock.yaml | 36 - samsung,exynos7885-cmu-fsys 96 const: samsung,exynos7885-cmu-fsys
|
| D | samsung,exynos5433-clock.yaml | 27 # IMEM/FSYS/G3D/GSCL/HEVC/MSCL/G2D/MFC/PERIC/PERIS domains and bus 40 - samsung,exynos5433-cmu-fsys 153 const: samsung,exynos5433-cmu-fsys
|
| D | samsung,exynos5260-clock.yaml | 58 - samsung,exynos5260-clock-fsys 243 const: samsung,exynos5260-clock-fsys
|
| /kernel/linux/linux-6.6/drivers/pinctrl/samsung/ |
| D | pinctrl-exynos-arm64.c | 103 /* pin banks of exynos5433 pin-controller - FSYS */ 154 /* PMU pin retention groups registers for Exynos5433 (without audio & fsys) */ 188 /* PMU retention control for mmc pins can be tied to fsys pin bank */ 461 /* pin banks of exynos7885 pin-controller 2 (FSYS) */ 504 /* pin-controller instance 2 FSYS data */ 734 /* pin banks of FSD pin-controller 0 (FSYS) */
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/soc/samsung/ |
| D | samsung,exynos-sysreg.yaml | 30 - samsung,exynos5433-fsys-sysreg
|
| /kernel/linux/linux-6.6/arch/ia64/kernel/ |
| D | Makefile | 12 obj-y := head.o entry.o efi.o efi_stub.o gate-data.o fsys.o irq.o irq_ia64.o \
|
| /kernel/linux/linux-5.10/drivers/pinctrl/samsung/ |
| D | pinctrl-exynos-arm64.c | 85 /* pin banks of exynos5433 pin-controller - FSYS */ 136 /* PMU pin retention groups registers for Exynos5433 (without audio & fsys) */ 170 /* PMU retention control for mmc pins can be tied to fsys pin bank */
|
| /kernel/linux/linux-5.10/arch/ia64/kernel/ |
| D | Makefile | 12 obj-y := entry.o efi.o efi_stub.o gate-data.o fsys.o ia64_ksyms.o irq.o irq_ia64.o \
|
| /kernel/linux/linux-6.6/drivers/clk/samsung/ |
| D | clk-exynos7885.c | 220 /* FSYS */ 278 /* FSYS */ 320 /* FSYS */ 776 .compatible = "samsung,exynos7885-cmu-fsys",
|