Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Ddwc2.c808 uint32_t hcint, hctsiz; in wait_for_chhltd() local
816 hctsiz = readl(&hc_regs->hctsiz); in wait_for_chhltd()
817 *sub = (hctsiz & DWC2_HCTSIZ_XFERSIZE_MASK) >> in wait_for_chhltd()
819 *toggle = (hctsiz & DWC2_HCTSIZ_PID_MASK) >> DWC2_HCTSIZ_PID_OFFSET; in wait_for_chhltd()
854 &hc_regs->hctsiz); in transfer_chunk()
Ddwc2.h14 u32 hctsiz; /* 0x10 */ member