Home
last modified time | relevance | path

Searched refs:hcint (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/usb/host/
H A Ddwc2.c826 uint32_t hcint, hctsiz; in wait_for_chhltd() local
828 ret = wait_for_bit_le32(&hc_regs->hcint, DWC2_HCINT_CHHLTD, true, in wait_for_chhltd()
833 hcint = readl(&hc_regs->hcint); in wait_for_chhltd()
839 debug("%s: HCINT=%08x sub=%u toggle=%d\n", __func__, hcint, *sub, in wait_for_chhltd()
842 if (hcint & DWC2_HCINT_XFERCOMP) in wait_for_chhltd()
845 if (hcint & (DWC2_HCINT_NAK | DWC2_HCINT_FRMOVRUN)) in wait_for_chhltd()
848 debug("%s: Error (HCINT=%08x)\n", __func__, hcint); in wait_for_chhltd()
892 writel(0x3fff, &hc_regs->hcint); in transfer_chunk()
976 uint32_t hcint; in chunk_msg() local
1002 hcint = readl(&hc_regs->hcint); in chunk_msg()
[all …]
H A Ddwc2.h13 u32 hcint; member