/kernel/linux/linux-5.10/drivers/iio/chemical/ |
D | scd30_i2c.c | 33 [CMD_RESET] = 0xd304, 88 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_i2c_command()
|
D | scd30_serial.c | 47 [CMD_RESET] = 0x0034, 130 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_serdev_command()
|
D | scd30.h | 34 CMD_RESET, enumerator
|
D | scd30_core.c | 72 ret = scd30_command_write(state, CMD_RESET, 0); in scd30_reset()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | process.c | 54 #define CMD_RESET 5 /* reset any module */ macro 93 gsc_writel(CMD_RESET, COMMAND_GLOBAL); in machine_restart()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
D | isp1760-regs.h | 37 #define CMD_RESET (1 << 1) /* reset HC not bus */ macro
|
D | isp1760-hcd.c | 402 command |= CMD_RESET; in ehci_reset() 407 return handshake(hcd, HC_USBCMD, CMD_RESET, 0, 250 * 1000); in ehci_reset() 1313 command &= ~(CMD_LRESET|CMD_RESET); in isp1760_run()
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | ehci_def.h | 86 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
|
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/drivers/usb/early/ |
D | ehci-dbgp.c | 441 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()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-brcm.c | 105 ehci_writel(ehci, CMD_RESET, &ehci->regs->command); in ehci_brcm_reset()
|
D | ehci-hcd.c | 240 command |= CMD_RESET; in ehci_reset() 246 CMD_RESET, 0, 250 * 1000); in ehci_reset() 611 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 | 133 #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() 3146 CMD_ASE | CMD_RESET); in oxu_run()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
D | cmd.h | 42 CMD_RESET = 0, enumerator
|
/kernel/linux/linux-5.10/drivers/input/mouse/ |
D | cyapa_gen3.c | 140 #define CMD_RESET 0 macro 146 #define CYAPA_SMBUS_RESET SMBUS_BYTE_CMD(CMD_RESET)
|
/kernel/linux/linux-5.10/drivers/net/wireless/microchip/wilc1000/ |
D | spi.c | 36 #define CMD_RESET 0xcf macro
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/ |
D | octeon-platform.c | 45 ucmd |= CMD_RESET; in octeon2_usb_reset()
|