| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | ehci-rcar_gen3.c | 61 setbits_le32((uintptr_t)(base + EHCI_USBCMD), CMD_RESET); in ehci_hcd_stop() 63 CMD_RESET, false, 10, true); in ehci_hcd_stop()
|
| H A D | ehci-msm.c | 131 setbits_le32(&ehci->usbcmd, CMD_RESET); in ehci_usb_remove() 134 if (wait_for_bit_le32(&ehci->usbcmd, CMD_RESET, false, 30, false)) { in ehci_usb_remove()
|
| H A D | ehci-rmobile.c | 46 setbits_le32(base + EHCI_USBCMD, CMD_RESET); in ehci_hcd_stop() 48 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
|
| /OK3568_Linux_fs/kernel/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_serial.c | 47 [CMD_RESET] = 0x0034, 130 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_serdev_command()
|
| H A D | scd30.h | 34 CMD_RESET, enumerator
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/pressure/ |
| H A D | pr_ms5607.c | 35 #define CMD_RESET 0x1E // ADC reset command macro 69 result = sensor_write_reg_normal(client, CMD_RESET); in sensor_active()
|
| /OK3568_Linux_fs/kernel/drivers/input/sensors/temperature/ |
| H A D | tmp_ms5607.c | 35 #define CMD_RESET 0x1E // ADC reset command macro 68 result = sensor_write_reg_normal(client, CMD_RESET); in sensor_active()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | ehci_def.h | 86 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
|
| /OK3568_Linux_fs/kernel/drivers/usb/isp1760/ |
| H A D | isp1760-regs.h | 37 #define CMD_RESET (1 << 1) /* reset HC not bus */ macro
|
| /OK3568_Linux_fs/kernel/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 | 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()
|
| H A 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()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/u-boot/drivers/ata/ |
| H A D | fsl_sata.h | 201 CMD_RESET, /* SRST or device reset */ enumerator
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A 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()
|
| H A D | ehci-brcm.c | 105 ehci_writel(ehci, CMD_RESET, &ehci->regs->command); in ehci_brcm_reset()
|
| H A D | fotg210.h | 243 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/ |
| H A D | cmd.h | 42 CMD_RESET = 0, enumerator
|