Searched refs:CMD_RESET (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dzalon.c37 #define CMD_RESET 5 macro
67 __raw_writel(CMD_RESET, zalon + IO_MODULE_IO_COMMAND);
H A Dmac53c94.h68 #define CMD_RESET 2 macro
H A Dmac53c94.c103 writeb(CMD_RESET, &regs->command);
H A Du14-34f.c394 #define CMD_RESET 0xc0 macro
1335 outb(CMD_RESET, sh[j]->io_port + REG_LCL_INTR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dprocess.c83 #define CMD_RESET 5 /* reset any module */ macro
121 /* Nope...box should reset with just CMD_RESET now */
122 gsc_writel(CMD_RESET, COMMAND_GLOBAL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/usb/
H A Dehci_def.h78 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/wl12xx/
H A Dwl1251_cmd.h57 CMD_RESET = 0, enumerator in enum:wl1251_commands
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dhd64570.h190 #define CMD_RESET 0x21 /* Reset Channel */ macro
H A Dhd64572.h391 #define CMD_RESET 0x21 macro
H A Dhd64570.c488 sca_out(CMD_RESET, msci + CMD, card);
532 sca_out(CMD_RESET, get_msci(port) + CMD, port_to_card(port));
H A Dhd64572.c449 sca_out(CMD_RESET, msci + CMD, card);
487 sca_out(CMD_RESET, get_msci(port) + CMD, port->card);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Doxu210hp.h101 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
H A Dehci-hcd.c272 command |= CMD_RESET;
278 CMD_RESET, 0, 250 * 1000);
703 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET);
H A Disp1760-hcd.c66 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
311 command |= CMD_RESET;
316 CMD_RESET, 0, 250 * 1000);
491 command &= ~(CMD_LRESET|CMD_RESET);
H A Dxhci-dbg.c113 (temp & CMD_RESET) ? "not " : "");
H A Doxu210hp-hcd.c138 (command & CMD_RESET) ? " Reset" : "",
373 command |= CMD_RESET;
379 CMD_RESET, 0, 250 * 1000);
2712 CMD_ASE | CMD_RESET);
H A Dxhci.h184 #define CMD_RESET (1 << 1) macro
H A Dxhci.c212 command |= CMD_RESET;
217 CMD_RESET, 0, 250 * 1000);
H A Dehci-dbg.c253 (command & CMD_RESET) ? " Reset" : "",
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/early/
H A Dehci-dbgp.c442 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET);
473 cmd |= CMD_RESET;
477 } while ((cmd & CMD_RESET) && (--loop > 0));

Completed in 281 milliseconds