/drivers/scsi/ |
D | zalon.c | 38 #define CMD_RESET 5 macro 98 __raw_writel(CMD_RESET, zalon + IO_MODULE_IO_COMMAND); in zalon_probe()
|
D | mac53c94.h | 69 #define CMD_RESET 2 macro
|
D | mac53c94.c | 117 writeb(CMD_RESET, ®s->command); in DEF_SCSI_QCMD()
|
/drivers/rtc/ |
D | rtc-digicolor.c | 29 #define CMD_RESET 1 macro 85 static const u8 write_cmds[] = {CMD_WRITE, CMD_NOP, CMD_RESET, CMD_NOP}; in dc_rtc_write()
|
/drivers/staging/wilc1000/ |
D | wilc_spi.c | 89 #define CMD_RESET 0xcf macro 328 case CMD_RESET: in spi_cmd_complete() 398 if (cmd == CMD_RESET || in spi_cmd_complete() 432 if (cmd == CMD_RESET || cmd == CMD_TERMINATE || cmd == CMD_REPEAT) in spi_cmd_complete()
|
/drivers/usb/isp1760/ |
D | isp1760-regs.h | 37 #define CMD_RESET (1 << 1) /* reset HC not bus */ macro
|
D | isp1760-hcd.c | 404 command |= CMD_RESET; in ehci_reset() 409 return handshake(hcd, HC_USBCMD, CMD_RESET, 0, 250 * 1000); in ehci_reset() 1317 command &= ~(CMD_LRESET|CMD_RESET); in isp1760_run()
|
/drivers/net/wan/ |
D | hd64570.h | 191 #define CMD_RESET 0x21 /* Reset Channel */ macro
|
D | hd64572.h | 386 #define CMD_RESET 0x21 macro
|
D | hd64572.c | 447 sca_out(CMD_RESET, msci + CMD, card); in sca_open() 485 sca_out(CMD_RESET, get_msci(port) + CMD, port->card); in sca_close()
|
D | hd64570.c | 483 sca_out(CMD_RESET, msci + CMD, card); in sca_open() 527 sca_out(CMD_RESET, get_msci(port) + CMD, port_to_card(port)); in sca_close()
|
/drivers/usb/early/ |
D | ehci-dbgp.c | 446 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup() 477 cmd |= CMD_RESET; in dbgp_ehci_controller_reset() 481 } while ((cmd & CMD_RESET) && (--loop > 0)); in dbgp_ehci_controller_reset()
|
/drivers/usb/host/ |
D | ehci-hcd.c | 239 command |= CMD_RESET; in ehci_reset() 245 CMD_RESET, 0, 250 * 1000); in ehci_reset() 609 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
|
D | fotg210.h | 243 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
|
D | oxu210hp-hcd.c | 132 #define CMD_RESET (1<<1) /* reset HC not bus */ macro 566 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf() 801 command |= CMD_RESET; in ehci_reset() 807 CMD_RESET, 0, 250 * 1000); in ehci_reset() 3144 CMD_ASE | CMD_RESET); in oxu_run()
|
D | fotg210-hcd.c | 221 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf() 942 command |= CMD_RESET; in fotg210_reset() 948 CMD_RESET, 0, 250 * 1000); in fotg210_reset() 5042 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run()
|
D | ehci-dbg.c | 207 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf()
|
D | xhci.h | 206 #define CMD_RESET (1 << 1) macro
|
D | xhci.c | 186 command |= CMD_RESET; in xhci_reset() 200 CMD_RESET, 0, 10 * 1000 * 1000); in xhci_reset()
|
/drivers/net/wireless/ti/wl1251/ |
D | cmd.h | 42 CMD_RESET = 0, enumerator
|
/drivers/input/mouse/ |
D | cyapa_gen3.c | 140 #define CMD_RESET 0 macro 146 #define CYAPA_SMBUS_RESET SMBUS_BYTE_CMD(CMD_RESET)
|