Searched refs:CLR (Results 1 – 16 of 16) sorted by relevance
/Linux-v4.19/Documentation/admin-guide/ |
D | mono.rst | 5 (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
|
/Linux-v4.19/arch/c6x/kernel/ |
D | head.S | 46 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
|
D | entry.S | 32 CLR .S2 reg,0,0,reg
|
/Linux-v4.19/drivers/clk/imx/ |
D | clk-pfd.c | 38 #define CLR 0x8 macro 45 writel_relaxed(1 << ((pfd->idx + 1) * 8 - 1), pfd->reg + CLR); in clk_pfd_enable() 105 writel_relaxed(0x3f << (pfd->idx * 8), pfd->reg + CLR); in clk_pfd_set_rate()
|
/Linux-v4.19/drivers/clk/mxs/ |
D | clk-pll.c | 53 writel_relaxed(1 << pll->power, pll->base + CLR); in clk_pll_unprepare() 60 writel_relaxed(1 << 31, pll->base + CLR); in clk_pll_enable()
|
D | clk-imx23.c | 58 writel_relaxed(1 << BP_CLKSEQ_BYPASS_SAIF, CLKSEQ + CLR); in clk_misc_init() 69 writel_relaxed(1 << BP_CLKSEQ_BYPASS_SSP, CLKSEQ + CLR); in clk_misc_init() 75 writel_relaxed(0x3f << BP_FRAC_IOFRAC, FRAC + CLR); in clk_misc_init()
|
D | clk-imx28.c | 79 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()
|
D | clk.h | 21 #define CLR 0x8 macro
|
D | clk-ref.c | 41 writel_relaxed(1 << ((ref->idx + 1) * 8 - 1), ref->reg + CLR); in clk_ref_enable()
|
/Linux-v4.19/arch/arm/boot/compressed/ |
D | head-sharpsl.S | 132 orr r3, r3, #0x0a @ SET CLR + FLWP 136 bic r3, r3, #2 @ CLR CLE 141 bic r3, r3, #4 @ CLR ALE
|
/Linux-v4.19/drivers/pwm/ |
D | pwm-mxs.c | 19 #define CLR 0x8 macro 113 writel(1 << pwm->hwpwm, mxs->base + PWM_CTRL + CLR); in mxs_pwm_disable()
|
/Linux-v4.19/drivers/pinctrl/freescale/ |
D | pinctrl-mxs.h | 13 #define CLR 0x8 macro
|
D | pinctrl-mxs.c | 293 writel(1 << shift, reg + CLR); in mxs_pinconf_group_set() 304 writel(1 << shift, reg + CLR); in mxs_pinconf_group_set()
|
/Linux-v4.19/Documentation/devicetree/bindings/interrupt-controller/ |
D | arm,gic-v3.txt | 71 region containing only the {SET,CLR}SPI registers to be used if
|
/Linux-v4.19/arch/c6x/lib/ |
D | csum_64plus.S | 418 CLR .S1 A4,16,31,A4
|
/Linux-v4.19/drivers/video/fbdev/ |
D | imsttfb.c | 51 CLR = 6, /* 0x18 */ enumerator 1016 write_reg_le32(par->dc_regs, CLR, bgc); in imsttfb_fillrect()
|