Searched refs:reset (Results 51 - 75 of 292) sorted by relevance

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A DcpqfcTS.h31 reset: cpqfcTS_reset, \
H A Dcyberstorm.h66 reset: esp_reset, \
H A DcyberstormII.h53 reset: esp_reset, \
H A Deata_pio.h53 #define DBG_ABNORM 1 /* Debug abnormal actions (reset, abort) */
84 reset: eata_pio_reset, \
H A Dfastlane.h58 reset: esp_reset, \
H A Dgvp11.h41 reset: wd33c93_reset, \
H A Dide-scsi.h27 reset: idescsi_reset, /* reset */ \
H A Dmca_53c9x.h40 reset: esp_reset, \
H A Dncr53c8xx.h78 reset: ncr53c8xx_reset, \
H A Doktagon_esp.h50 reset: esp_reset, \
H A Dpci2220i.h50 reset: Pci2220i_Reset, \
H A Dqlogicfc.h50 * added reset/abort code.
102 reset: isp2x00_reset, \
H A Dsym53c416.h51 reset: sym53c416_reset, \
H A Dsym53c8xx.h93 reset: sym53c8xx_reset, \
H A Dwd7000.h52 reset: wd7000_reset, \
H A Dzalon7xx.h33 reset: ncr53c8xx_reset, \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dptifddi.c24 pp->reset = 1;
65 rp->reset = 1;
171 /* Next, register 1 contains reset byte. */
172 pp->reset = (unsigned char *) sbus_ioremap(
174 if(!pp->reset) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/au1000/common/
H A DMakefile21 obj-y := prom.o int-handler.o dma.o irq.o puts.o time.o reset.o \
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/message/i2o/
H A Di2o_scsi.h37 reset: i2o_scsi_reset, \
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ppc/
H A Dbootx.h135 #pragma options align=reset
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ppc/
H A Dbootx.h135 #pragma options align=reset
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/ide/
H A Dhd.c86 static int reset; variable
277 if (reset)
280 reset = 1;
307 dump_status("reset timed out", c);
322 printk("hd: controller reset failed: %02x\n",hd_error);
330 if (reset) {
331 reset = 0;
336 if (reset)
343 if (reset)
351 * doing a reset an
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/pcmcia/
H A Dau1000_db1x00.c164 DEBUG(KERN_DEBUG "socket %d Vcc %dV Vpp %dV, reset %d\n",
165 sock, configure->vcc, configure->vpp, configure->reset);
231 if (!configure->reset) {
246 if (!configure->reset) {
H A Dsa1100_freebird.c137 if (configure->reset)
138 value = (configure->reset) ? (value | LINKUP_RESET) : (value & ~LINKUP_RESET);
/asus-wl-520gu-7.0.1.45/src/et/sys/
H A Detc.h35 void (*reset)(ch_t *ch); /* chip reset */ member in struct:chops
49 void (*phyreset)(ch_t *ch, uint phyaddr); /* reset phy */
118 uint32 reset; /* reset count */ member in struct:etc_info
156 extern uint etc_down(etc_info_t *etc, int reset);

Completed in 117 milliseconds

1234567891011>>