Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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
H A Dehci-hcd.c185 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 Dxhci.c220 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 Dfsl_sata.h201 CMD_RESET, /* SRST or device reset */ enumerator
H A Dfsl_sata.c465 case CMD_RESET: in fsl_sata_exec_cmd()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h185 #define CMD_RESET (1 << 1) macro