Searched refs:rst (Results 1 - 25 of 289) sorted by path

1234567891011>>

/linux-master/arch/arm/mach-omap2/
H A Dprm2xxx_3xxx.c85 u32 rst, st; local
88 rst = 1 << rst_shift;
92 if (omap2_prm_read_mod_bits_shift(prm_mod, OMAP2_RM_RSTCTRL, rst) == 0)
98 omap2_prm_rmw_mod_reg_bits(rst, 0, prm_mod, OMAP2_RM_RSTCTRL);
/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pip-defs.h2070 uint64_t rst:1; member in struct:cvmx_pip_sft_rst::cvmx_pip_sft_rst_s
2072 uint64_t rst:1;
/linux-master/drivers/gpu/drm/radeon/
H A Dsi_smc.c163 u32 rst = RREG32_SMC(SMC_SYSCON_RESET_CNTL); local
166 if (!(rst & RST_REG) && !(clk & CK_DISABLE))
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun8i_tcon_top.h30 struct reset_control *rst; member in struct:sun8i_tcon_top
/linux-master/drivers/nvmem/
H A Dlpc18xx_eeprom.c166 struct reset_control *rst; local
197 rst = devm_reset_control_get_exclusive(dev, NULL);
198 if (IS_ERR(rst)) {
199 dev_err(dev, "failed to get reset: %ld\n", PTR_ERR(rst));
200 ret = PTR_ERR(rst);
204 ret = reset_control_assert(rst);
/linux-master/drivers/phy/samsung/
H A Dphy-exynos4210-usb2.c151 u32 rst; local
191 rst = readl(drv->reg_phy + EXYNOS_4210_UPHYRST);
192 rst |= rstbits;
193 writel(rst, drv->reg_phy + EXYNOS_4210_UPHYRST);
195 rst &= ~rstbits;
196 writel(rst, drv->reg_phy + EXYNOS_4210_UPHYRST);
H A Dphy-exynos4x12-usb2.c213 u32 rst; local
244 rst = readl(drv->reg_phy + EXYNOS_4x12_UPHYRST);
245 rst |= rstbits;
246 writel(rst, drv->reg_phy + EXYNOS_4x12_UPHYRST);
248 rst &= ~rstbits;
249 writel(rst, drv->reg_phy + EXYNOS_4x12_UPHYRST);
/linux-master/drivers/staging/nvec/
H A Dnvec.h110 * @rst: The reset of the I2C device
140 struct reset_control *rst; member in struct:nvec_chip
/linux-master/drivers/watchdog/
H A Dasm9260_wdt.c59 struct reset_control *rst; member in struct:asm9260_wdt_priv
121 reset_control_assert(priv->rst);
122 reset_control_deassert(priv->rst);
303 priv->rst = devm_reset_control_get_exclusive(dev, "wdt_rst");
304 if (IS_ERR(priv->rst))
305 return PTR_ERR(priv->rst);
/linux-master/tools/testing/fault-injection/
H A Dfailcmd.sh45 See Documentation/fault-injection/fault-injection.rst for more
/linux-master/Documentation/
H A DMakefile24 _SPHINXDIRS = $(sort $(patsubst $(srctree)/Documentation/%/index.rst,%,$(wildcard $(srctree)/Documentation/*/index.rst)))
100 YNL_INDEX:=$(srctree)/Documentation/networking/netlink_spec/index.rst
103 YNL_TOOL:=$(srctree)/tools/net/ynl/ynl-gen-rst.py
105 YNL_RST_FILES_TMP := $(patsubst %.yaml,%.rst,$(wildcard $(YNL_YAML_DIR)/*.yaml))
111 $(YNL_RST_DIR)/%.rst: $(YNL_YAML_DIR)/%.yaml $(YNL_TOOL)
/linux-master/Documentation/sphinx/
H A Dcdomain.py36 from docutils.parsers.rst import directives
H A Dkernel_abi.py21 .. code-block:: rst
44 from docutils.parsers.rst import directives, Directive
70 "rst" : directives.unchanged
87 if 'rst' in self.options:
88 args.append('--rst-source')
100 code_block = "\n\n.. code-block:: rst\n :linenos:\n"
H A Dkernel_feat.py20 .. code-block:: rst
42 from docutils.parsers.rst import directives, Directive
120 code_block = "\n\n.. code-block:: rst\n :linenos:\n"
H A Dkernel_include.py38 from docutils.parsers.rst import directives
39 from docutils.parsers.rst.directives.body import CodeBlock, NumberLines
40 from docutils.parsers.rst.directives.misc import Include
H A Dkerneldoc.py39 from docutils.parsers.rst import directives, Directive
62 cmd = [env.config.kerneldoc_bin, '-rst', '-enable-lineno']
H A Dkfigure.py58 from docutils.parsers.rst import directives
59 from docutils.parsers.rst.directives import images
H A Dmaintainers_include.py26 from docutils.parsers.rst import Directive
27 from docutils.parsers.rst.directives.misc import Include
80 pat = r'(Documentation/([^\s\?\*]*)\.rst)'
83 # maintainers.rst is in a subdirectory, so include "../".
168 #print(output, file=open("/tmp/MAINTAINERS.rst", "w"))
H A Dparse-headers.pl329 print OUT ".. -*- coding: utf-8; mode: rst -*-\n\n";
385 Please read Documentation/doc-guide/parse-headers.rst at the Kernel's
H A DrstFlatTable.py46 from docutils.parsers.rst import directives, roles
47 from docutils.parsers.rst.directives.tables import Table
/linux-master/Documentation/tools/rtla/
H A DMakefile12 MAN1_RST = $(wildcard rtla*.rst)
14 _DOC_MAN1 = $(patsubst %.rst,%.1,$(MAN1_RST))
22 $(OUTPUT)%.1: %.rst
/linux-master/Documentation/tools/rv/
H A DMakefile11 MAN1_RST = $(wildcard rv*.rst)
13 _DOC_MAN1 = $(patsubst %.rst,%.1,$(MAN1_RST))
21 $(OUTPUT)%.1: %.rst
/linux-master/Documentation/userspace-api/media/
H A DMakefile10 FILES = ca.h.rst dmx.h.rst frontend.h.rst net.h.rst \
11 videodev2.h.rst media.h.rst cec.h.rst lirc.h.rst
24 $(BUILDDIR)/ca.h.rst: ${UAPI}/dvb/ca.h ${PARSER} $(SRC_DIR)/ca.h.rst
[all...]
/linux-master/arch/arm64/kvm/
H A Dsys_regs.c2039 #define EL2_REG(name, acc, rst, v) { \
2042 .reset = rst, \
2048 #define EL2_REG_VNCR(name, rst, v) EL2_REG(name, bad_vncr_trap, rst, v)
2049 #define EL2_REG_REDIR(name, rst, v) EL2_REG(name, bad_redir_trap, rst, v)
2062 #define EL12_REG(name, acc, rst, v) { \
2065 .reset = rst, \
/linux-master/arch/mips/cavium-octeon/
H A Dcsrc-octeon.c22 #include <asm/octeon/cvmx-rst-defs.h>

Completed in 393 milliseconds

1234567891011>>