Searched refs:reset (Results 1 - 25 of 147) sorted by relevance

123456

/arch/mips/loongson/fuloong-2e/
H A DMakefile5 obj-y += irq.o reset.o
/arch/arm/mach-pxa/include/mach/
H A Darcom-pcmcia.h8 void (*reset)(int state); member in struct:arcom_pcmcia_pdata
/arch/s390/include/asm/
H A Dreset.h2 * include/asm-s390/reset.h
18 extern void register_reset_call(struct reset_call *reset);
19 extern void unregister_reset_call(struct reset_call *reset);
/arch/mips/jazz/
H A DMakefile5 obj-y := irq.o jazzdma.o reset.o setup.o
/arch/m68k/platform/coldfire/
H A DMakefile18 obj-$(CONFIG_M5206) += timers.o intc.o reset.o
19 obj-$(CONFIG_M5206e) += timers.o intc.o reset.o
20 obj-$(CONFIG_M520x) += pit.o intc-simr.o reset.o
21 obj-$(CONFIG_M523x) += pit.o dma_timer.o intc-2.o reset.o
22 obj-$(CONFIG_M5249) += timers.o intc.o reset.o
23 obj-$(CONFIG_M527x) += pit.o intc-2.o reset.o
25 obj-$(CONFIG_M528x) += pit.o intc-2.o reset.o
26 obj-$(CONFIG_M5307) += timers.o intc.o reset.o
27 obj-$(CONFIG_M532x) += timers.o intc-simr.o reset.o
28 obj-$(CONFIG_M5407) += timers.o intc.o reset
[all...]
/arch/mips/pnx833x/common/
H A DMakefile1 obj-y := interrupts.o platform.o prom.o setup.o reset.o
/arch/mips/loongson/lemote-2f/
H A DMakefile5 obj-y += machtype.o irq.o reset.o ec_kb3310b.o
/arch/mips/wrppmc/
H A DMakefile12 obj-y += irq.o pci.o reset.o serial.o setup.o time.o
/arch/mips/pnx8550/common/
H A DMakefile25 obj-y := setup.o prom.o int.o reset.o time.o proc.o platform.o
/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S10 _j reset
16 reset: label
/arch/cris/arch-v10/kernel/
H A Ddma.c231 *R_DMA_CH0_CMD = IO_STATE(R_DMA_CH0_CMD, cmd, reset);
233 IO_STATE_VALUE(R_DMA_CH0_CMD, cmd, reset));
236 *R_DMA_CH1_CMD = IO_STATE(R_DMA_CH1_CMD, cmd, reset);
238 IO_STATE_VALUE(R_DMA_CH1_CMD, cmd, reset));
241 *R_DMA_CH2_CMD = IO_STATE(R_DMA_CH2_CMD, cmd, reset);
243 IO_STATE_VALUE(R_DMA_CH2_CMD, cmd, reset));
246 *R_DMA_CH3_CMD = IO_STATE(R_DMA_CH3_CMD, cmd, reset);
248 IO_STATE_VALUE(R_DMA_CH3_CMD, cmd, reset));
251 *R_DMA_CH4_CMD = IO_STATE(R_DMA_CH4_CMD, cmd, reset);
253 IO_STATE_VALUE(R_DMA_CH4_CMD, cmd, reset));
[all...]
/arch/mips/sgi-ip32/
H A DMakefile6 obj-y += ip32-berr.o ip32-irq.o ip32-platform.o ip32-setup.o ip32-reset.o \
/arch/mips/sni/
H A DMakefile5 obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o
/arch/alpha/oprofile/
H A Dop_model_ev6.c25 unsigned long ctl, reset, need_reset, i; local
46 reset = need_reset = 0;
55 reset |= (0x100000 - count) << (i ? 6 : 28);
59 reg->reset_values = reset;
/arch/arm/plat-s5p/
H A Dsetup-mipiphy.c18 bool on, u32 reset)
39 cfg = on ? (cfg | reset) : (cfg & ~reset);
45 S5P_MIPI_DPHY_MRESETN) & ~reset)) {
17 __s5p_mipi_phy_control(struct platform_device *pdev, bool on, u32 reset) argument
/arch/mips/cobalt/
H A DMakefile5 obj-y := buttons.o irq.o lcd.o led.o reset.o rtc.o serial.o setup.o time.o
/arch/mips/powertv/
H A DMakefile26 obj-y += init.o ioremap.o memory.o powertv_setup.o reset.o time.o \
/arch/mn10300/include/asm/
H A Dirq.h18 #include <asm/reset-regs.h>
/arch/mips/lasat/
H A DMakefile5 obj-y += reset.o setup.o prom.o lasat_board.o \
/arch/powerpc/boot/dts/
H A Dp1020rdb-pc_camp_core0.dts61 pic-no-reset;
/arch/mips/dec/
H A DMakefile6 kn02-irq.o kn02xa-berr.o reset.o setup.o time.o
/arch/arm/mach-u300/
H A Dclock.c47 * reset registers in syscon.
113 * taken out of reset and don't remove the reset assertion again
130 clk->reset = true;
146 clk->reset = false;
409 /* remove reset line (we never enable reset again) */
694 * parents activated and are brought out of reset when in use.
705 .reset = false,
719 .reset
[all...]
H A Dclock.h31 bool reset; member in struct:clk
/arch/arm/mach-tegra/
H A Dcommon.c69 void __iomem *reset = IO_ADDRESS(TEGRA_PMC_BASE + 0); local
72 reg = readl_relaxed(reset);
74 writel_relaxed(reg, reset);
/arch/cris/include/arch-v10/arch/
H A Dsvinto.h43 *R_DMA_CH##n##_CMD = IO_STATE( R_DMA_CH0_CMD, cmd, reset )

Completed in 1019 milliseconds

123456