/kernel/linux/linux-6.6/arch/m68k/virt/ |
H A D | config.c | 23 CMD_RESET, enumerator 51 iowrite32be(CMD_RESET, base + VIRT_CTRL_REG_CMD); in virt_reset()
|
/kernel/linux/linux-6.6/arch/parisc/kernel/ |
H A D | process.c | 54 #define CMD_RESET 5 /* reset any module */ macro 92 /* Nope...box should reset with just CMD_RESET now */ in machine_restart() 93 gsc_writel(CMD_RESET, COMMAND_GLOBAL); in machine_restart()
|
/kernel/linux/linux-5.10/drivers/iio/chemical/ |
H A D | scd30_i2c.c | 33 [CMD_RESET] = 0xd304, 88 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_i2c_command()
|
H A D | scd30.h | 34 CMD_RESET, enumerator
|
H A D | scd30_serial.c | 47 [CMD_RESET] = 0x0034, 130 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_serdev_command()
|
/kernel/linux/linux-6.6/drivers/iio/chemical/ |
H A D | scd30_i2c.c | 33 [CMD_RESET] = 0xd304, 88 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_i2c_command()
|
H A D | scd30.h | 34 CMD_RESET, enumerator
|
H A D | scd30_serial.c | 47 [CMD_RESET] = 0x0034, 130 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_serdev_command()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
H A D | process.c | 54 #define CMD_RESET 5 /* reset any module */ macro 92 /* Nope...box should reset with just CMD_RESET now */ in machine_restart() 93 gsc_writel(CMD_RESET, COMMAND_GLOBAL); in machine_restart()
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | zalon.c | 38 #define CMD_RESET 5 macro 98 __raw_writel(CMD_RESET, zalon + IO_MODULE_IO_COMMAND); in zalon_probe()
|
H A D | mac53c94.h | 69 #define CMD_RESET 2 macro
|
/kernel/linux/linux-6.6/drivers/scsi/ |
H A D | zalon.c | 38 #define CMD_RESET 5 macro 99 __raw_writel(CMD_RESET, zalon + IO_MODULE_IO_COMMAND); in zalon_probe()
|
H A D | mac53c94.h | 69 #define CMD_RESET 2 macro
|
/kernel/linux/linux-5.10/drivers/rtc/ |
H A 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-6.6/drivers/rtc/ |
H A 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/include/linux/usb/ |
H A D | ehci_def.h | 86 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | ehci_def.h | 73 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
|
/kernel/linux/linux-5.10/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 37 #define CMD_RESET (1 << 1) /* reset HC not bus */ macro
|
/kernel/linux/linux-5.10/drivers/usb/early/ |
H A 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-6.6/drivers/usb/early/ |
H A 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/net/wan/ |
H A D | hd64570.h | 191 #define CMD_RESET 0x21 /* Reset Channel */ macro
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-brcm.c | 105 ehci_writel(ehci, CMD_RESET, &ehci->regs->command); in ehci_brcm_reset()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/ |
H A D | cmd.h | 42 CMD_RESET = 0, enumerator
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-brcm.c | 109 ehci_writel(ehci, CMD_RESET, &ehci->regs->command); in ehci_brcm_reset()
|
/kernel/linux/linux-6.6/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 77 CMD_LRESET, CMD_RESET, CMD_RUN, enumerator
|