/openbmc/linux/arch/parisc/kernel/ |
H A D | process.c | 54 #define CMD_RESET 5 /* reset any module */ macro 93 gsc_writel(CMD_RESET, COMMAND_GLOBAL); in machine_restart()
|
/openbmc/linux/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()
|
/openbmc/qemu/hw/misc/ |
H A D | virt_ctrl.c | 25 CMD_RESET, enumerator 63 case CMD_RESET: in virt_ctrl_write()
|
/openbmc/linux/arch/m68k/virt/ |
H A D | config.c | 23 CMD_RESET, enumerator 51 iowrite32be(CMD_RESET, base + VIRT_CTRL_REG_CMD); in virt_reset()
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | ehci-msm.c | 95 setbits_le32(&ehci->usbcmd, CMD_RESET); in ehci_usb_remove() 98 if (wait_for_bit_le32(&ehci->usbcmd, CMD_RESET, false, 30, false)) { in ehci_usb_remove()
|
H A D | ehci-rmobile.c | 45 setbits_le32(base + EHCI_USBCMD, CMD_RESET); in ehci_hcd_stop() 47 if (!(readl(base + EHCI_USBCMD) & CMD_RESET)) in ehci_hcd_stop()
|
H A D | ehci.h | 41 #define CMD_RESET (1 << 1) /* reset HC not bus */ macro
|
/openbmc/linux/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
|
/openbmc/linux/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()
|
/openbmc/linux/include/linux/usb/ |
H A D | ehci_def.h | 73 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
|
/openbmc/qemu/include/hw/scsi/ |
H A D | esp.h | 111 #define CMD_RESET 0x02 macro
|
/openbmc/linux/drivers/net/wan/ |
H A D | hd64570.h | 191 #define CMD_RESET 0x21 /* Reset Channel */ macro
|
H A D | hd64572.h | 386 #define CMD_RESET 0x21 macro
|
H A D | hd64572.c | 453 sca_out(CMD_RESET, msci + CMD, card); in sca_open() 490 sca_out(CMD_RESET, get_msci(port) + CMD, port->card); in sca_close()
|
/openbmc/u-boot/drivers/ata/ |
H A D | fsl_sata.h | 200 CMD_RESET, /* SRST or device reset */ enumerator
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-regs.h | 77 CMD_LRESET, CMD_RESET, CMD_RUN, enumerator
|
H A D | isp1760-core.c | 189 [CMD_RESET] = REG_FIELD(ISP176x_HC_USBCMD, 1, 1), 260 [CMD_RESET] = REG_FIELD(ISP1763_HC_USBCMD, 1, 1),
|
/openbmc/linux/drivers/net/wireless/microchip/wilc1000/ |
H A D | spi.c | 75 #define CMD_RESET 0xcf macro 788 if (cmd != CMD_TERMINATE && cmd != CMD_REPEAT && cmd != CMD_RESET) in wilc_spi_special_cmd() 796 if (cmd == CMD_RESET) in wilc_spi_special_cmd() 1083 result = wilc_spi_special_cmd(wilc, CMD_RESET); in wilc_spi_reset()
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/usb/host/ |
H A D | ehci-brcm.c | 109 ehci_writel(ehci, CMD_RESET, &ehci->regs->command); in ehci_brcm_reset()
|
H A D | ehci-hcd.c | 241 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()
|
/openbmc/linux/drivers/net/wireless/ti/wl1251/ |
H A D | cmd.h | 42 CMD_RESET = 0, enumerator
|