Searched refs:CMD_RESET (Results 1 – 13 of 13) sorted by relevance
/drivers/scsi/ |
D | zalon.c | 37 #define CMD_RESET 5 macro 97 __raw_writel(CMD_RESET, zalon + IO_MODULE_IO_COMMAND); in zalon_probe()
|
D | mac53c94.h | 68 #define CMD_RESET 2 macro
|
D | mac53c94.c | 113 writeb(CMD_RESET, ®s->command); in mac53c94_host_reset()
|
D | u14-34f.c | 532 #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/ |
D | hd64570.h | 190 #define CMD_RESET 0x21 /* Reset Channel */ macro
|
D | hd64572.h | 391 #define CMD_RESET 0x21 macro
|
D | hd64572.c | 450 sca_out(CMD_RESET, msci + CMD, card); in sca_open() 488 sca_out(CMD_RESET, get_msci(port) + CMD, port->card); in sca_close()
|
D | hd64570.c | 489 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/ |
D | ehci-hcd.c | 206 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()
|
D | oxu210hp.h | 101 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
|
D | isp1760-hcd.c | 64 #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()
|
D | oxu210hp-hcd.c | 140 (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()
|
D | ehci-dbg.c | 240 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf()
|