Searched refs:handshake (Results 1 – 9 of 9) sorted by relevance
| /rk3399_rockchip-uboot/tools/kermit/ |
| H A D | send_cmd | 6 set handshake none
|
| H A D | send_image | 8 set handshake none
|
| H A D | dot.kermrc | 4 set handshake none
|
| H A D | flash_param | 10 set handshake none
|
| /rk3399_rockchip-uboot/drivers/usb/host/ |
| H A D | ehci-hcd.c | 163 static int handshake(uint32_t *ptr, uint32_t mask, uint32_t done, int usec) in handshake() function 187 ret = handshake((uint32_t *)&ctrl->hcor->or_usbcmd, in ehci_reset() 219 ret = handshake(&ctrl->hcor->or_usbsts, STS_ASS | STS_PSS, 0, in ehci_shutdown() 231 ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT, in ehci_shutdown() 558 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, STS_ASS, in ehci_submit_async() 843 ret = handshake(status_reg, EHCI_PS_PR, 0, in ehci_submit_root() 1186 ret = handshake((uint32_t *)&hcor->or_usbsts, in enable_periodic() 1207 ret = handshake((uint32_t *)&hcor->or_usbsts, in disable_periodic()
|
| H A D | xhci.c | 142 static int handshake(uint32_t volatile *ptr, uint32_t mask, in handshake() function 181 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start() 210 ret = handshake(&hcor->or_usbsts, in xhci_reset() 223 ret = handshake(&hcor->or_usbcmd, CMD_RESET, 0, XHCI_MAX_RESET_USEC); in xhci_reset() 231 return handshake(&hcor->or_usbsts, STS_CNR, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.serial_multi | 10 Support for hardware handshake has not been implemented yet (but is
|
| H A D | README.imx6 | 131 set handshake none
|
| /rk3399_rockchip-uboot/cmd/ |
| H A D | Kconfig | 1231 Enable command for setting manual background operations handshake
|