Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dehci-rcar_gen3.c61 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 Dehci-msm.c131 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 Dehci-rmobile.c46 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 Dehci.h41 #define CMD_RESET (1 << 1) /* reset HC not bus */ macro
/OK3568_Linux_fs/kernel/drivers/iio/chemical/
H A Dscd30_i2c.c33 [CMD_RESET] = 0xd304,
88 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_i2c_command()
H A Dscd30_serial.c47 [CMD_RESET] = 0x0034,
130 if ((cmd == CMD_STOP_MEAS) || (cmd == CMD_RESET)) in scd30_serdev_command()
H A Dscd30.h34 CMD_RESET, enumerator
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dprocess.c54 #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 Dzalon.c38 #define CMD_RESET 5 macro
98 __raw_writel(CMD_RESET, zalon + IO_MODULE_IO_COMMAND); in zalon_probe()
H A Dmac53c94.h69 #define CMD_RESET 2 macro
/OK3568_Linux_fs/kernel/drivers/input/sensors/pressure/
H A Dpr_ms5607.c35 #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 Dtmp_ms5607.c35 #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 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()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dehci_def.h86 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
/OK3568_Linux_fs/kernel/drivers/usb/isp1760/
H A Disp1760-regs.h37 #define CMD_RESET (1 << 1) /* reset HC not bus */ macro
/OK3568_Linux_fs/kernel/drivers/net/wan/
H A Dhd64570.h191 #define CMD_RESET 0x21 /* Reset Channel */ macro
H A Dhd64572.h386 #define CMD_RESET 0x21 macro
H A Dhd64572.c447 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 Dhd64570.c483 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 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()
/OK3568_Linux_fs/u-boot/drivers/ata/
H A Dfsl_sata.h201 CMD_RESET, /* SRST or device reset */ enumerator
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-hcd.c240 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 Dehci-brcm.c105 ehci_writel(ehci, CMD_RESET, &ehci->regs->command); in ehci_brcm_reset()
H A Dfotg210.h243 #define CMD_RESET (1<<1) /* reset HC not bus */ macro
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wl1251/
H A Dcmd.h42 CMD_RESET = 0, enumerator

12