Searched refs:handshake (Results 1 – 9 of 9) sorted by relevance
/u-boot/tools/kermit/ |
A D | send_cmd | 6 set handshake none
|
A D | send_image | 8 set handshake none
|
A D | dot.kermrc | 4 set handshake none
|
A D | flash_param | 10 set handshake none
|
/u-boot/drivers/usb/host/ |
A D | ehci-hcd.c | 167 static int handshake(uint32_t *ptr, uint32_t mask, uint32_t done, int usec) in handshake() function 191 ret = handshake((uint32_t *)&ctrl->hcor->or_usbcmd, in ehci_reset() 223 ret = handshake(&ctrl->hcor->or_usbsts, STS_ASS | STS_PSS, 0, in ehci_shutdown() 235 ret = handshake(&ctrl->hcor->or_usbsts, STS_HALT, STS_HALT, in ehci_shutdown() 317 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, STS_ASS, in ehci_enable_async() 341 ret = handshake((uint32_t *)&ctrl->hcor->or_usbsts, STS_ASS, 0, in ehci_disable_async() 895 ret = handshake(status_reg, EHCI_PS_PR, 0, in ehci_submit_root() 1236 ret = handshake((uint32_t *)&hcor->or_usbsts, in enable_periodic() 1257 ret = handshake((uint32_t *)&hcor->or_usbsts, in disable_periodic()
|
A D | xhci.c | 149 handshake(uint32_t volatile *ptr, uint32_t mask, uint32_t done, int usec) in handshake() function 183 ret = handshake(&hcor->or_usbsts, STS_HALT, 0, XHCI_MAX_HALT_USEC); in xhci_start() 243 ret = handshake(&hcor->or_usbsts, in xhci_reset() 256 ret = handshake(&hcor->or_usbcmd, CMD_RESET, 0, XHCI_MAX_RESET_USEC); in xhci_reset() 264 return handshake(&hcor->or_usbsts, STS_CNR, 0, XHCI_MAX_RESET_USEC); in xhci_reset()
|
/u-boot/doc/ |
A D | README.serial_multi | 10 Support for hardware handshake has not been implemented yet (but is
|
/u-boot/doc/device-tree-bindings/memory-controller/ |
A D | k3-j721e-ddrss.txt | 29 - ti,ddr-fhs-cnt: Number of times to communicate to DDR for frequency handshake.
|
/u-boot/cmd/ |
A D | Kconfig | 1080 Enable command for setting manual background operations handshake
|
Completed in 16 milliseconds