Home
last modified time | relevance | path

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

12

/linux/drivers/iio/chemical/
A Dscd30_i2c.c33 [CMD_RESET] = 0xd304,
88 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_i2c_command()
A Dscd30_serial.c47 [CMD_RESET] = 0x0034,
130 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_serdev_command()
A Dscd30.h34 CMD_RESET, enumerator
A Dscd30_core.c72 ret = scd30_command_write(state, CMD_RESET, 0); in scd30_reset()
/linux/arch/parisc/kernel/
A Dprocess.c51 #define CMD_RESET 5 /* reset any module */ macro
90 gsc_writel(CMD_RESET, COMMAND_GLOBAL); in machine_restart()
/linux/drivers/scsi/
A Dzalon.c38 #define CMD_RESET 5 macro
98 __raw_writel(CMD_RESET, zalon + IO_MODULE_IO_COMMAND); in zalon_probe()
A Dmac53c94.h69 #define CMD_RESET 2 macro
A Dmac53c94.c115 writeb(CMD_RESET, &regs->command); in DEF_SCSI_QCMD()
/linux/drivers/rtc/
A Drtc-digicolor.c29 #define CMD_RESET 1 macro
85 static const u8 write_cmds[] = {CMD_WRITE, CMD_NOP, CMD_RESET, CMD_NOP}; in dc_rtc_write()
/linux/include/linux/usb/
A Dehci_def.h87 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
/linux/drivers/net/wan/
A Dhd64570.h191 #define CMD_RESET 0x21 /* Reset Channel */ macro
A Dhd64572.h386 #define CMD_RESET 0x21 macro
A Dhd64572.c452 sca_out(CMD_RESET, msci + CMD, card); in sca_open()
489 sca_out(CMD_RESET, get_msci(port) + CMD, port->card); in sca_close()
A Dhd64570.c496 sca_out(CMD_RESET, msci + CMD, card); in sca_open()
539 sca_out(CMD_RESET, get_msci(port) + CMD, port_to_card(port)); in sca_close()
/linux/drivers/net/wireless/microchip/wilc1000/
A Dspi.c68 #define CMD_RESET 0xcf macro
733 if (cmd != CMD_TERMINATE && cmd != CMD_REPEAT && cmd != CMD_RESET) in wilc_spi_special_cmd()
741 if (cmd == CMD_RESET) in wilc_spi_special_cmd()
971 result = wilc_spi_special_cmd(wilc, CMD_RESET); in wilc_spi_reset()
/linux/drivers/usb/isp1760/
A Disp1760-regs.h77 CMD_LRESET, CMD_RESET, CMD_RUN, enumerator
A Disp1760-core.c189 [CMD_RESET] = REG_FIELD(ISP176x_HC_USBCMD, 1, 1),
258 [CMD_RESET] = REG_FIELD(ISP1763_HC_USBCMD, 1, 1),
A Disp1760-hcd.c656 return isp1760_hcd_set_and_wait_swap(hcd, CMD_RESET, 250 * 1000); in ehci_reset()
1644 isp1760_hcd_clear(hcd, CMD_RESET); in isp1763_run()
1695 isp1760_hcd_clear(hcd, CMD_RESET); in isp1760_run()
/linux/drivers/usb/early/
A Dehci-dbgp.c441 cmd &= ~(CMD_LRESET | CMD_IAAD | CMD_PSE | CMD_ASE | CMD_RESET); in dbgp_ehci_startup()
472 cmd |= CMD_RESET; in dbgp_ehci_controller_reset()
476 } while ((cmd & CMD_RESET) && (--loop > 0)); in dbgp_ehci_controller_reset()
/linux/drivers/usb/host/
A Dehci-hcd.c241 command |= CMD_RESET; in ehci_reset()
247 CMD_RESET, 0, 250 * 1000); in ehci_reset()
612 ehci->command &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_run()
A Dehci-brcm.c105 ehci_writel(ehci, CMD_RESET, &ehci->regs->command); in ehci_brcm_reset()
A Dfotg210.h240 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
A Doxu210hp-hcd.c133 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
567 (command & CMD_RESET) ? " Reset" : "", in dbg_command_buf()
800 command |= CMD_RESET; in ehci_reset()
806 CMD_RESET, 0, 250 * 1000); in ehci_reset()
3147 CMD_ASE | CMD_RESET); in oxu_run()
/linux/drivers/net/wireless/ti/wl1251/
A Dcmd.h42 CMD_RESET = 0, enumerator
/linux/drivers/input/mouse/
A Dcyapa_gen3.c140 #define CMD_RESET 0 macro
146 #define CYAPA_SMBUS_RESET SMBUS_BYTE_CMD(CMD_RESET)

Completed in 82 milliseconds

12