Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/Documentation/admin-guide/
Dmono.rst5 (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
50 # Register support for .NET CLR binaries
53 # the Mono CLR runtime (usually /usr/local/bin/mono
55 echo ':CLR:M::MZ::/usr/bin/mono:' > /proc/sys/fs/binfmt_misc/register
/kernel/linux/linux-5.10/arch/c6x/kernel/
Dhead.S43 CLR .S2 B2,0,1,B2
46 CLR .S2 B2,0,1,B2
49 CLR .S2 B2,0,1,B2
52 CLR .S2 B2,0,1,B2
Dentry.S29 CLR .S2 reg,0,0,reg
/kernel/linux/linux-5.10/drivers/clk/imx/
Dclk-pfd.c32 #define CLR 0x8 macro
39 writel_relaxed(1 << ((pfd->idx + 1) * 8 - 1), pfd->reg + CLR); in clk_pfd_enable()
99 writel_relaxed(0x3f << (pfd->idx * 8), pfd->reg + CLR); in clk_pfd_set_rate()
/kernel/linux/linux-5.10/drivers/clk/mxs/
Dclk-pll.c47 writel_relaxed(1 << pll->power, pll->base + CLR); in clk_pll_unprepare()
54 writel_relaxed(1 << 31, pll->base + CLR); in clk_pll_enable()
Dclk-imx23.c52 writel_relaxed(1 << BP_CLKSEQ_BYPASS_SAIF, CLKSEQ + CLR); in clk_misc_init()
63 writel_relaxed(1 << BP_CLKSEQ_BYPASS_SSP, CLKSEQ + CLR); in clk_misc_init()
69 writel_relaxed(0x3f << BP_FRAC_IOFRAC, FRAC + CLR); in clk_misc_init()
Dclk-imx28.c73 writel_relaxed(0x3 << BP_SAIF_CLKMUX, DIGCTRL + CLR); in mxs_saif_clkmux_select()
90 writel_relaxed(0x3 << BP_CLKSEQ_BYPASS_SAIF0, CLKSEQ + CLR); in clk_misc_init()
110 writel_relaxed(0xf << BP_CLKSEQ_BYPASS_SSP0, CLKSEQ + CLR); in clk_misc_init()
Dclk.h15 #define CLR 0x8 macro
Dclk-ref.c35 writel_relaxed(1 << ((ref->idx + 1) * 8 - 1), ref->reg + CLR); in clk_ref_enable()
/kernel/linux/linux-5.10/arch/arm/boot/compressed/
Dhead-sharpsl.S132 orr r3, r3, #0x0a @ SET CLR + FLWP
136 bic r3, r3, #2 @ CLR CLE
141 bic r3, r3, #4 @ CLR ALE
/kernel/linux/linux-5.10/arch/arm/mach-rpc/
Dirq.c14 #define CLR 0x04 macro
39 writeb(mask, base + CLR); in iomd_irq_mask_ack()
/kernel/linux/linux-5.10/drivers/pwm/
Dpwm-mxs.c18 #define CLR 0x8 macro
69 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + CLR); in mxs_pwm_apply()
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/
Dpinctrl-mxs.h13 #define CLR 0x8 macro
Dpinctrl-mxs.c293 writel(1 << shift, reg + CLR); in mxs_pinconf_group_set()
304 writel(1 << shift, reg + CLR); in mxs_pinconf_group_set()
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/
Ddcss-dev.h14 #define CLR 0x08 macro
20 #define dcss_clr(v, c) writel((v), (c) + CLR)
/kernel/linux/linux-5.10/arch/c6x/lib/
Dcsum_64plus.S413 CLR .S1 A4,16,31,A4
/kernel/linux/linux-5.10/drivers/video/fbdev/
Dimsttfb.c50 CLR = 6, /* 0x18 */ enumerator
1014 write_reg_le32(par->dc_regs, CLR, bgc); in imsttfb_fillrect()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0015_linux_drivers_clk.patch2821 #define CLR 0x8
2828 + writel_relaxed(1 << ((pfd->idx + 1) * 8 - 1), pfd->reg + CLR);
2837 - writel_relaxed(1 << ((pfd->idx + 1) * 8 - 1), pfd->reg + CLR);
D0020_linux_drivers_gpu.patch37169 +#define CLR 0x8
37409 + dprc_write(dprc, SOFT_RESET, SYSTEM_CTRL0 + CLR);
37699 + dprc_write(dprc, REPEAT_EN, SYSTEM_CTRL0 + CLR);
37782 + dprc_write(dprc, IRQ_DPR_CRTL_DONE, IRQ_MASK + CLR);
38286 +#define CLR 0x8
38366 + prg_write(prg, SOFTRST, PRG_CTRL + CLR);
38374 + prg_write(prg, BYPASS, PRG_CTRL + CLR);