Searched refs:reset (Results 26 - 50 of 358) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dcpu-multi32.h32 * Special stuff for a reset
34 void (*reset)(unsigned long addr) __attribute__((noreturn)); member in struct:processor
61 #define cpu_reset(addr) processor.reset(addr)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/tuple/test/
H A DTupleFormatTest.java83 out.reset();
97 out.reset();
106 out.reset();
120 out.reset();
128 in.reset();
140 out.reset();
149 out.reset();
163 out.reset();
170 out.reset();
180 out.reset();
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/dec/
H A DMakefile6 kn02-irq.o kn02xa-berr.o reset.o setup.o time.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/mlx4/
H A DMakefile4 mr.o pd.o profile.o qp.o reset.o srq.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/oss/
H A Dseq_oss_writeq.c72 * reset the write queue
77 struct snd_seq_remove_events reset; local
79 memset(&reset, 0, sizeof(reset));
80 reset.remove_mode = SNDRV_SEQ_REMOVE_OUTPUT; /* remove all */
81 snd_seq_oss_control(q->dp, SNDRV_SEQ_IOCTL_REMOVE_EVENTS, &reset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68knommu/
H A Dsystem.h216 reset; \
273 * find the reset vector at flash_address + 4 (e.g. 0x400)
297 unsigned char volatile *reset; \
299 reset = ((volatile unsigned short *)(MCF_IPSBAR + 0x110000)); \
301 *reset |= (0x01 << 7);\
319 unsigned char volatile *reset; \
321 reset = ((volatile unsigned short *)(MCF_IPSBAR + 0xA0000)); \
323 *reset |= 0x80; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/collections/test/
H A DTestKeyAssigner.java40 void reset() { method in class:TestKeyAssigner
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dor51211.h36 void (*reset)(struct dvb_frontend * fe); member in struct:or51211_config
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/sgi-ip27/
H A DMakefile6 ip27-memory.o ip27-nmi.o ip27-reset.o ip27-timer.o ip27-hubio.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/arch-v10/
H A Dsvinto.h43 *R_DMA_CH##n##_CMD = IO_STATE( R_DMA_CH0_CMD, cmd, reset )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disurf.c128 release_region(cs->hw.isurf.reset, 1);
138 byteout(cs->hw.isurf.reset, chips); /* Reset On */
140 byteout(cs->hw.isurf.reset, ISURF_ISAR_EA); /* Reset Off */
215 cs->hw.isurf.reset = card->para[1];
236 cs->hw.isurf.reset = pnp_port_start(pnp_d, 0);
239 if (!cs->irq || !cs->hw.isurf.reset || !cs->hw.isurf.phymem) {
241 cs->irq, cs->hw.isurf.reset, cs->hw.isurf.phymem);
259 if (!request_region(cs->hw.isurf.reset, 1, "isurf isdn")) {
263 cs->hw.isurf.reset);
272 release_region(cs->hw.isurf.reset,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Dmpc83xx_wdt.c47 static int reset = 1; variable
48 module_param(reset, bool, 0);
49 MODULE_PARM_DESC(reset, "Watchdog Interrupt/Reset Mode. 0 = interrupt, 1 = reset");
90 if (reset)
184 reset ? "reset":"interrupt", timeout, timeout_sec);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-usb/
H A Ddvb-usb-firmware.c31 u8 reset; local
35 reset = 1;
36 if ((ret = usb_cypress_writemem(udev,cypress[type].cpu_cs_register,&reset,1)) != 1)
58 reset = 0;
59 if (ret || usb_cypress_writemem(udev,cypress[type].cpu_cs_register,&reset,1) != 1) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/keyboard/
H A Dsunkbd.c87 volatile s8 reset; member in struct:sunkbd
101 if (sunkbd->reset <= -1) { /* If cp[i] is 0xff, sunkbd->reset will stay -1. */
102 sunkbd->reset = data; /* The keyboard sends 0xff 0xff 0xID on powerup */
117 sunkbd->reset = -1;
187 sunkbd->reset = -2;
189 wait_event_interruptible_timeout(sunkbd->wait, sunkbd->reset >= 0, HZ);
190 if (sunkbd->reset < 0)
193 sunkbd->type = sunkbd->reset;
215 wait_event_interruptible_timeout(sunkbd->wait, sunkbd->reset >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/hmac/
H A Dhmac.c67 int i,j,reset=0; local
72 reset=1;
89 reset=1;
110 if (reset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/mthca/
H A Dmthca_reset.c63 * save off the PCI header before reset and then restore it
149 /* actually hit reset */
151 void __iomem *reset = ioremap(pci_resource_start(mdev->pdev, 0) + local
154 if (!reset) {
156 mthca_err(mdev, "Couldn't map HCA reset register, "
161 writel(MTHCA_RESET_VALUE, reset);
162 iounmap(reset);
176 mthca_err(mdev, "Couldn't access HCA after reset, "
188 mthca_err(mdev, "PCI device did not come back after reset, "
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/hmac/
H A Dhmac.c67 int i,j,reset=0; local
72 reset=1;
80 reset=1;
101 if (reset)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/s390/kernel/
H A Dmachine_kexec.c21 #include <asm/reset.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dseq_oss.h56 int (*reset)(struct snd_seq_oss_arg *p); member in struct:snd_seq_oss_callback
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dbootx.h132 #pragma options align=reset
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-s3c2410/
H A Dsystem.h18 #include <asm/arch/reset.h>
69 printk("arch_reset: attempting watchdog reset\n");
77 /* set the watchdog to go and reset... */
81 /* wait for reset to assert... */
84 printk(KERN_ERR "Watchdog reset failed to assert reset\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dhndcpu.h41 extern void si_router_coma(si_t *sih, int reset, int delay);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/oprofile/
H A Dop_model_ev5.c32 int i, ctl, reset, need_reset; local
89 counter is reset at each interrupt. */
91 ctl = reset = need_reset = 0;
108 reset |= (max - count) << (48 - 16*i);
113 reg->reset_values = reset;
H A Dop_model_ev67.c27 unsigned long ctl, reset, need_reset, i; local
52 reset = need_reset = 0;
61 reset |= (0x100000 - count) << (i ? 6 : 28);
65 reg->reset_values = reset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca_midi.h52 int ack, reset, enter_uart; member in struct:snd_ca_midi

Completed in 244 milliseconds

1234567891011>>