Home
last modified time | relevance | path

Searched refs:CLR (Results 1 – 16 of 16) sorted by relevance

/linux-4.1.27/Documentation/
Dmono.txt5 (in the form of .exe files) without the need to use the mono CLR
11 1) You MUST FIRST install the Mono CLR support, either by downloading
21 Once the Mono CLR support has been installed, just check that
48 # Register support for .NET CLR binaries
51 # the Mono CLR runtime (usually /usr/local/bin/mono
53 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register
/linux-4.1.27/arch/c6x/kernel/
Dhead.S46 CLR .S2 B2,0,1,B2
49 CLR .S2 B2,0,1,B2
52 CLR .S2 B2,0,1,B2
55 CLR .S2 B2,0,1,B2
Dentry.S32 CLR .S2 reg,0,0,reg
/linux-4.1.27/arch/arm/mach-imx/
Dclk-pfd.c39 #define CLR 0x8 macro
46 writel_relaxed(1 << ((pfd->idx + 1) * 8 - 1), pfd->reg + CLR); in clk_pfd_enable()
106 writel_relaxed(0x3f << (pfd->idx * 8), pfd->reg + CLR); in clk_pfd_set_rate()
/linux-4.1.27/drivers/clk/mxs/
Dclk-pll.c54 writel_relaxed(1 << pll->power, pll->base + CLR); in clk_pll_unprepare()
61 writel_relaxed(1 << 31, pll->base + CLR); in clk_pll_enable()
Dclk-imx23.c59 writel_relaxed(1 << BP_CLKSEQ_BYPASS_SAIF, CLKSEQ + CLR); in clk_misc_init()
70 writel_relaxed(1 << BP_CLKSEQ_BYPASS_SSP, CLKSEQ + CLR); in clk_misc_init()
76 writel_relaxed(0x3f << BP_FRAC_IOFRAC, FRAC + CLR); in clk_misc_init()
Dclk-imx28.c79 writel_relaxed(0x3 << BP_SAIF_CLKMUX, DIGCTRL + CLR); in mxs_saif_clkmux_select()
96 writel_relaxed(0x3 << BP_CLKSEQ_BYPASS_SAIF0, CLKSEQ + CLR); in clk_misc_init()
116 writel_relaxed(0xf << BP_CLKSEQ_BYPASS_SSP0, CLKSEQ + CLR); in clk_misc_init()
Dclk.h20 #define CLR 0x8 macro
Dclk-ref.c42 writel_relaxed(1 << ((ref->idx + 1) * 8 - 1), ref->reg + CLR); in clk_ref_enable()
/linux-4.1.27/arch/arm/boot/compressed/
Dhead-sharpsl.S131 orr r3, r3, #0x0a @ SET CLR + FLWP
135 bic r3, r3, #2 @ CLR CLE
140 bic r3, r3, #4 @ CLR ALE
/linux-4.1.27/drivers/pwm/
Dpwm-mxs.c25 #define CLR 0x8 macro
119 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + CLR); in mxs_pwm_disable()
/linux-4.1.27/drivers/pinctrl/freescale/
Dpinctrl-mxs.c215 writel(0x3 << shift, reg + CLR); in mxs_pinctrl_set_mux()
283 writel(0x3 << shift, reg + CLR); in mxs_pinconf_group_set()
293 writel(1 << shift, reg + CLR); in mxs_pinconf_group_set()
304 writel(1 << shift, reg + CLR); in mxs_pinconf_group_set()
Dpinctrl-mxs.h19 #define CLR 0x8 macro
/linux-4.1.27/drivers/watchdog/
Dat32ap700x_wdt.c126 wdt_writel(wdt, CLR, 0x42); in at32_wdt_pat()
/linux-4.1.27/arch/c6x/lib/
Dcsum_64plus.S418 CLR .S1 A4,16,31,A4
/linux-4.1.27/drivers/video/fbdev/
Dimsttfb.c52 CLR = 6, /* 0x18 */ enumerator
1017 write_reg_le32(par->dc_regs, CLR, bgc); in imsttfb_fillrect()