Home
last modified time | relevance | path

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

/linux-4.4.14/arch/parisc/kernel/
Dprocess.c64 #define CMD_RESET 5 /* reset any module */ macro
103 gsc_writel(CMD_RESET, COMMAND_GLOBAL); in machine_restart()
/linux-4.4.14/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.c116 writeb(CMD_RESET, &regs->command); in DEF_SCSI_QCMD()
Du14-34f.c532 #define CMD_RESET 0xc0 macro
1470 outb(CMD_RESET, sh[j]->io_port + REG_LCL_INTR); in u14_34f_eh_host_reset()
/linux-4.4.14/drivers/staging/wilc1000/
Dwilc_spi.c100 #define CMD_RESET 0xcf macro
152 case CMD_RESET: /* reset */ in spi_cmd()
231 if ((cmd == CMD_RESET) || in spi_cmd_rsp()
312 case CMD_RESET: /* reset */ in spi_cmd_complete()
383 if ((cmd == CMD_RESET) || in spi_cmd_complete()
421 if ((cmd == CMD_RESET) || in spi_cmd_complete()
/linux-4.4.14/drivers/rtc/
Drtc-digicolor.c33 #define CMD_RESET 1 macro
89 static const u8 write_cmds[] = {CMD_WRITE, CMD_NOP, CMD_RESET, CMD_NOP}; in dc_rtc_write()
/linux-4.4.14/drivers/staging/mt29f_spinand/
Dmt29f_spinand.h36 #define CMD_RESET 0xff macro
Dmt29f_spinand.c732 cmd.cmd = CMD_RESET; in spinand_reset()
/linux-4.4.14/drivers/usb/isp1760/
Disp1760-regs.h40 #define CMD_RESET (1 << 1) /* reset HC not bus */ macro
Disp1760-hcd.c404 command |= CMD_RESET; in ehci_reset()
409 CMD_RESET, 0, 250 * 1000); in ehci_reset()
1317 command &= ~(CMD_LRESET|CMD_RESET); in isp1760_run()
/linux-4.4.14/include/linux/usb/
Dehci_def.h85 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
/linux-4.4.14/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.c486 sca_out(CMD_RESET, msci + CMD, card); in sca_open()
530 sca_out(CMD_RESET, get_msci(port) + CMD, port_to_card(port)); in sca_close()
/linux-4.4.14/drivers/input/mouse/
Dcyapa_gen3.c140 #define CMD_RESET 0 macro
146 #define CYAPA_SMBUS_RESET SMBUS_BYTE_CMD(CMD_RESET)
183 #define CMD_RESET 0 macro
189 #define CYAPA_SMBUS_RESET SMBUS_BYTE_CMD(CMD_RESET)
/linux-4.4.14/drivers/usb/early/
Dehci-dbgp.c446 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()
/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Dcmd.h56 CMD_RESET = 0, enumerator
/linux-4.4.14/drivers/usb/host/
Dehci-hcd.c252 command |= CMD_RESET; in ehci_reset()
258 CMD_RESET, 0, 250 * 1000); in ehci_reset()
610 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
Dfotg210.h239 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
Dxhci-dbg.c135 (temp & CMD_RESET) ? "not " : ""); in xhci_print_command_reg()
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()
2734 CMD_ASE | CMD_RESET); in oxu_run()
Dfotg210-hcd.c232 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf()
965 command |= CMD_RESET; in fotg210_reset()
971 CMD_RESET, 0, 250 * 1000); in fotg210_reset()
5077 fotg210->command &= ~(CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in fotg210_run()
Dehci-dbg.c237 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf()
Dxhci.h216 #define CMD_RESET (1 << 1) macro
Dxhci.c176 command |= CMD_RESET; in xhci_reset()
190 CMD_RESET, 0, 10 * 1000 * 1000); in xhci_reset()