Home
last modified time | relevance | path

Searched full:fsys (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/linux/Documentation/arch/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
/openbmc/u-boot/arch/m68k/cpu/mcf532x/
H A Dspeed.c132 * fsys Desired PLL output frequency in KHz
138 int clock_pll(int fsys, int flags) in clock_pll() argument
150 if (fsys == 0) { in clock_pll()
166 if (fsys > MAX_FSYS) in clock_pll()
167 fsys = MAX_FSYS; in clock_pll()
169 if (fsys < MIN_FSYS) in clock_pll()
170 fsys = MIN_FSYS; in clock_pll()
178 temp = (100 * fsys) / fref; in clock_pll()
221 /* Reprogram PLL for desired fsys */ in clock_pll()
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dsamsung,exynos-pcie-phy.yaml28 samsung,fsys-sysreg:
30 description: phandle for FSYS sysreg interface, used to control
38 - samsung,fsys-sysreg
48 samsung,fsys-sysreg = <&syscon_fsys>;
/openbmc/linux/Documentation/devicetree/bindings/interconnect/
H A Dsamsung,exynos-bus.yaml57 |--- FSYS
78 | | |FSYS | | | || |
104 |--- FSYS
122 |--- FSYS
143 |--- FSYS
158 |--- FSYS (Fixed clock rate)
/openbmc/linux/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()
518 /* Reprogram PLL for desired fsys */ in clock_pll()
/openbmc/linux/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";
/openbmc/linux/drivers/mmc/host/
H A Dsdhci-esdhc-mcf.c224 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()
/openbmc/linux/drivers/phy/samsung/
H A Dphy-exynos-pcie.c20 /* 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()
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dsamsung,exynos7885-clock.yaml36 - samsung,exynos7885-cmu-fsys
96 const: samsung,exynos7885-cmu-fsys
H A Dsamsung,exynos5433-clock.yaml27 # IMEM/FSYS/G3D/GSCL/HEVC/MSCL/G2D/MFC/PERIC/PERIS domains and bus
40 - samsung,exynos5433-cmu-fsys
153 const: samsung,exynos5433-cmu-fsys
H A Dsamsung,exynos5260-clock.yaml58 - samsung,exynos5260-clock-fsys
243 const: samsung,exynos5260-clock-fsys
/openbmc/linux/drivers/pinctrl/samsung/
H A Dpinctrl-exynos-arm64.c103 /* 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) */
/openbmc/linux/arch/ia64/kernel/
H A DMakefile12 obj-y := head.o entry.o efi.o efi_stub.o gate-data.o fsys.o irq.o irq_ia64.o \
H A Dasm-offsets.c267 /* used by fsys_gettimeofday in arch/ia64/kernel/fsys.S */ in foo()
/openbmc/linux/Documentation/devicetree/bindings/soc/samsung/
H A Dsamsung,exynos-sysreg.yaml30 - samsung,exynos5433-fsys-sysreg
/openbmc/linux/drivers/clk/samsung/
H A Dclk-exynos7885.c220 /* FSYS */
278 /* FSYS */
320 /* FSYS */
776 .compatible = "samsung,exynos7885-cmu-fsys",
/openbmc/linux/sound/soc/fsl/
H A Dfsl_esai.c253 * (Input from outside; output from inside, FSYS or EXTAL)
307 (clk_id % 2) ? "extal" : "fsys"); in fsl_esai_set_dai_sysclk()
996 esai_priv->fsysclk = devm_clk_get(&pdev->dev, "fsys"); in fsl_esai_probe()
998 dev_warn(&pdev->dev, "failed to get fsys clock: %ld\n", in fsl_esai_probe()
/openbmc/u-boot/arch/m68k/cpu/mcf5445x/
H A Dspeed.c117 if (in_be16(&ccm->misccr2) & 2) /* fsys/4 */ in setup_5441x_clocks()
/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos7885.dtsi244 compatible = "samsung,exynos7885-cmu-fsys";
H A Dexynos5433.dtsi416 compatible = "samsung,exynos5433-cmu-fsys";
1134 compatible = "samsung,exynos5433-fsys-sysreg",
1937 samsung,fsys-sysreg = <&syscon_fsys>;
/openbmc/linux/arch/arm/boot/dts/samsung/
H A Dexynos4210.dtsi104 bus_fsys: bus-fsys {
H A Dexynos5260.dtsi215 compatible = "samsung,exynos5260-clock-fsys";
H A Dexynos5420.dtsi51 bus_fsys: bus-fsys {
65 bus_fsys_apb: bus-fsys-apb {
/openbmc/u-boot/board/samsung/trats/
H A Dsetup.h582 * GATE FSYS : Enable - PDMA0,1, SDMMC0,2, USBHOST, USBDEVICE, PPMUFILE

12