Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci.h53 __le32 hcs_params2; member
1741 __u32 hcs_params2; member
Dxhci-ring.c3602 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_get_isoc_frame_id()
3603 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_get_isoc_frame_id()
3912 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_queue_isoc_tx_prepare()
3913 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_queue_isoc_tx_prepare()
Dxhci-mem.c1648 int num_sp = HCS_MAX_SCRATCHPAD(xhci->hcs_params2); in scratchpad_alloc()
1717 num_sp = HCS_MAX_SCRATCHPAD(xhci->hcs_params2); in scratchpad_free()
Dxhci.c5199 xhci->hcs_params2 = readl(&xhci->cap_regs->hcs_params2); in xhci_gen_setup()