Searched refs:CMD_RESET (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/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
|
| H A D | ehci-hcd.c | 185 cmd = (cmd & ~CMD_RUN) | CMD_RESET; in ehci_reset() 188 CMD_RESET, 0, 250 * 1000); in ehci_reset() 1064 cmd &= ~(CMD_LRESET|CMD_IAAD|CMD_PSE|CMD_ASE|CMD_RESET); in ehci_common_init()
|
| H A D | xhci.c | 220 cmd |= CMD_RESET; in xhci_reset() 223 ret = handshake(&hcor->or_usbcmd, CMD_RESET, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
|
| /rk3399_rockchip-uboot/drivers/ata/ |
| H A D | fsl_sata.h | 201 CMD_RESET, /* SRST or device reset */ enumerator
|
| H A D | fsl_sata.c | 465 case CMD_RESET: in fsl_sata_exec_cmd()
|
| /rk3399_rockchip-uboot/include/usb/ |
| H A D | xhci.h | 185 #define CMD_RESET (1 << 1) macro
|