Searched refs:reset (Results 176 - 200 of 292) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/
H A Dserial.c275 * After sending a break we need to reset the transmit DMA channel
316 * * Actually shut down the serial port (DMA irq, DMA reset, receiver stop)
1451 /* If we got an error, we must reset it by reading the
1518 /* reset the input dma channel to be sure it works */
1520 *info->icmdadr = IO_STATE(R_DMA_CH6_CMD, cmd, reset);
1522 IO_STATE_VALUE(R_DMA_CH6_CMD, cmd, reset));
1897 /* If we got an error, we must reset it by reading the
2106 *info->icmdadr = IO_STATE(R_DMA_CH6_CMD, cmd, reset);
2107 *info->ocmdadr = IO_STATE(R_DMA_CH6_CMD, cmd, reset);
2109 /* Wait until reset cycl
[all...]
H A Dusb-host.c1034 /* Reset toggle bits and reset error count, remeber to di and ei */
1319 /* Reset toggle bits and reset error count, remeber to di and ei */
2182 dbg_rh("Doing reset of port 1");
2185 IO_STATE(R_USB_COMMAND, port_cmd, reset) |
2206 dbg_rh("Doing reset of port 2");
2209 IO_STATE(R_USB_COMMAND, port_cmd, reset) |
2409 IO_STATE(R_USB_COMMAND, ctrl_cmd, reset) |
2410 IO_STATE(R_USB_COMMAND, port_cmd, reset);
2426 IO_STATE(R_USB_COMMAND, port_cmd, reset);
2432 IO_STATE(R_USB_COMMAND, port_cmd, reset);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/i386/boot/
H A Dbootsect.S161 xorw %ax, %ax # reset FDC
398 xorw %ax, %ax # reset FDC
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Darlan.c366 printk(KERN_ERR "%s: Doing chip reset\n", dev->name);
369 /* hold card in reset state */
371 /* set reset flag and then release reset */
1313 priv->reset = 0;
1480 priv->reset = 0;
1522 priv->reset = 0;
1553 priv->reset = 0;
1564 priv->reset = 0;
1574 priv->reset
[all...]
H A Ddgrs.c245 * reset or un-reset the IDT processor
248 proc_reset(struct net_device *dev0, int reset) argument
256 if (reset)
264 OUTB(dev0->base_addr + ES4H_PC, reset ? ES4H_PC_RESET : 0);
H A Dpcnet32.c211 void (*reset)(unsigned long); member in struct:pcnet32_access
323 reset: pcnet32_wio_reset
378 reset: pcnet32_dwio_reset
448 /* reset the chip */
512 printk(KERN_DEBUG PFX "media reset to %#x.\n", media);
546 /* In most chips, after a chip reset, the ethernet address is read from the
755 lp->a.reset (ioaddr);
767 /* set/reset autoselect bit */
787 /* set/reset GPSI bit in test register */
H A Dsunhme.c556 * service routine, and the chip is reset, or the link is ifconfig'd down
824 /* Aieee, tried them all, reset the
883 HMD(("happy_meal_tx_reset: reset, "));
903 HMD(("happy_meal_rx_reset: reset, "));
925 HMD(("happy_meal_stop: reset, "));
995 #define TCVR_RESET_TRIES 16 /* It should reset quickly */
1438 /* Alloc and reset the tx/rx descriptor chains. */
1489 HMD(("tx/rx reset, "));
1763 int reset = 0; local
1784 reset
[all...]
H A Ddl2k.c255 /* Set media and reset PHY */
793 /* Wait reset done */
946 occurs, set GlobalReset and HostReset to reset. */
1427 /* Soft reset PHY */
1432 bmcr.bits.reset = 1;
1444 bmcr.bits.reset = 1;
1561 /* Soft reset PHY */
1566 bmcr.bits.reset = 1;
1573 bmcr.bits.reset = 1;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/sti/
H A Dsticore.h137 u32 reset : 1; /* hard reset the device? */ member in struct:sti_init_flags
150 u32 retain_ie : 1; /* don't allow reset to clear int enables */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A Din2000.h110 #define IO_CARD_RESET 0x03 /* W - in2000 start master reset */
126 #define IO_HARDWARE 0x0a /* R - read in2000 hardware rev, stop reset */
190 /* reset state interrupts */
419 reset: in2000_reset, /* reset scsi bus */ \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/arcnet/
H A Darc-rimi.c66 #define _RESET (ioaddr+8) /* software reset (on read) */
83 * We cannot probe for a RIM I card; one reason is I don't know how to reset
170 lp->hw.reset = arcrimi_reset;
207 * Do a hardware reset on the card, and set up necessary registers.
222 writeb(TESTvalue, ioaddr - 0x800); /* fake reset */
225 ACOMMAND(CFLAGScmd | RESETclear); /* clear flags & end reset */
H A Dcom20020.c125 BUGMSG(D_INIT_REASONS, "status after reset: %X\n", status);
134 BUGMSG(D_INIT_REASONS, "status after reset acknowledged: %X\n",
164 lp->hw.reset = com20020_reset;
234 * Do a hardware reset on the card, and set up necessary registers.
255 /* reset the card */
259 /* clear flags & end reset */
266 BUGMSG(D_NORMAL, "reset failed: TESTvalue not present.\n");
H A Dcom90io.c66 #define _RESET (ioaddr+8) /* software reset (on read) */
184 BUGMSG(D_INIT_REASONS, "Status after reset: %X\n", status);
188 BUGMSG(D_INIT_REASONS, "Status after reset acknowledged: %X\n", status);
193 BUGMSG(D_INIT_REASONS, "Eternal reset (status=%Xh)\n", status);
211 * card has just reset and the NORXflag is on until
263 lp->hw.reset = com90io_reset;
289 * Do a hardware reset on the card, and set up necessary registers.
304 /* reset the card */
312 ACOMMAND(CFLAGScmd | RESETclear); /* clear flags & end reset */
317 BUGMSG(D_NORMAL, "reset faile
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/
H A Dpkt_sched.h65 void (*reset)(struct Qdisc *); member in struct:Qdisc_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/
H A Dpkt_sched.h65 void (*reset)(struct Qdisc *); member in struct:Qdisc_ops
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dhpt366.c733 /* fall through to a reset */
810 byte reset = (hwif->channel) ? 0x80 : 0x40; local
826 pci_write_config_byte(dev, 0x59, reg59h|reset);
828 pci_write_config_byte(dev, 0x59, reg59h & ~(reset));
838 * 1) soft-reset the drive
943 * on PRST/SRST when the HPT state engine gets reset.
986 /* reset state engine */
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/sound/
H A Dharmony.c144 u32 reset; member in struct:harmony_hpa
1144 * Mute all the output and reset Harmony.
1152 gsc_writel(1, &harmony.hpa->reset);
1154 gsc_writel(0, &harmony.hpa->reset);
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Det_linux.c104 void et_down(et_info_t *et, int reset);
600 et_down(et_info_t *et, int reset) argument
615 etc_down(etc, reset);
1002 /* handle error condtions, if reset required leave interrupts off! */
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dstty.c120 int reset; member in struct:__anon7452
236 modes[i].string, modes[i].reset, modes[i].set,
238 mode.sg_flags &= ~modes[i].reset;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Distallion.c592 * doing some operation on it (like enable, paging, reset, etc). So each
615 if (brdp->reset != NULL) \
616 (* brdp->reset)(brdp);
3992 brdp->reset = stli_ecpreset;
4006 brdp->reset = stli_ecpeireset;
4020 brdp->reset = stli_ecpmcreset;
4034 brdp->reset = stli_ecppcireset;
4142 brdp->reset = stli_onbreset;
4160 brdp->reset = stli_onbereset;
4176 brdp->reset
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/fusion/
H A Dmptctl.c258 * A timeout will call the reset routine to reload the messaging
271 /* If TM failed, reset the timer on the existing command,
272 * will trigger an adapter reset.
312 ioc->ioctl->reset &= ~MPTCTL_RESET_OK;
339 ioc->ioctl->reset &= ~MPTCTL_RESET_OK;
374 if (ioctl->reset & MPTCTL_RESET_OK)
378 /* Issue a reset for this device.
389 * Bus reset code.
401 ioctl->reset &= ~MPTCTL_RESET_OK;
534 /* Someone has called the reset handle
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dtcxfb.c326 fb->reset = tcx_reset;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Dcommand.c517 int reset(int card) function
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/acorn/scsi/
H A Dcumana_1.c418 reset: cumanascsi_reset,
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/boot/rescue/
H A Dhead.S149 ;; Start MII clock to make sure it is running when tranceiver is reset

Completed in 409 milliseconds

1234567891011>>