Home
last modified time | relevance | path

Searched refs:microframe_index (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h440 __le32 microframe_index; member
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci-ring.c3974 current_frame_id = readl(&xhci->run_regs->microframe_index); in xhci_get_isoc_frame_id()
3983 __func__, index, readl(&xhci->run_regs->microframe_index), in xhci_get_isoc_frame_id()
4277 start_frame = readl(&xhci->run_regs->microframe_index); in xhci_queue_isoc_tx_prepare()
H A Dxhci.h538 __le32 microframe_index; member
H A Dxhci.c5187 return readl(&xhci->run_regs->microframe_index) >> 3; in xhci_get_frame()