Home
last modified time | relevance | path

Searched refs:CMD_RESET (Results 1 – 13 of 13) sorted by relevance

/drivers/scsi/
Dzalon.c37 #define CMD_RESET 5 macro
97 __raw_writel(CMD_RESET, zalon + IO_MODULE_IO_COMMAND); in zalon_probe()
Dmac53c94.h68 #define CMD_RESET 2 macro
Dmac53c94.c113 writeb(CMD_RESET, &regs->command); in mac53c94_host_reset()
Du14-34f.c532 #define CMD_RESET 0xc0 macro
1473 outb(CMD_RESET, sh[j]->io_port + REG_LCL_INTR); in u14_34f_eh_host_reset()
/drivers/net/wan/
Dhd64570.h190 #define CMD_RESET 0x21 /* Reset Channel */ macro
Dhd64572.h391 #define CMD_RESET 0x21 macro
Dhd64572.c450 sca_out(CMD_RESET, msci + CMD, card); in sca_open()
488 sca_out(CMD_RESET, get_msci(port) + CMD, port->card); in sca_close()
Dhd64570.c489 sca_out(CMD_RESET, msci + CMD, card); in sca_open()
533 sca_out(CMD_RESET, get_msci(port) + CMD, port_to_card(port)); in sca_close()
/drivers/usb/host/
Dehci-hcd.c206 command |= CMD_RESET; in ehci_reset()
212 CMD_RESET, 0, 250 * 1000); in ehci_reset()
597 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
Doxu210hp.h101 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
Disp1760-hcd.c64 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
310 command |= CMD_RESET; in ehci_reset()
315 CMD_RESET, 0, 250 * 1000); in ehci_reset()
487 command &= ~(CMD_LRESET|CMD_RESET); in isp1760_run()
Doxu210hp-hcd.c140 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf()
375 command |= CMD_RESET; in ehci_reset()
381 CMD_RESET, 0, 250 * 1000); in ehci_reset()
2747 CMD_ASE | CMD_RESET); in oxu_run()
Dehci-dbg.c240 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf()