Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci.h60 __le32 hcs_params2; member
1524 __u32 hcs_params2; member
H A Dxhci-ring.c4076 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_get_isoc_frame_id()
4077 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_get_isoc_frame_id()
4401 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_queue_isoc_tx_prepare()
4402 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_queue_isoc_tx_prepare()
H A Dxhci-mem.c1627 int num_sp = HCS_MAX_SCRATCHPAD(xhci->hcs_params2); in scratchpad_alloc()
1695 num_sp = HCS_MAX_SCRATCHPAD(xhci->hcs_params2); in scratchpad_free()
H A Dxhci.c5220 xhci->hcs_params2 = readl(&xhci->cap_regs->hcs_params2); in xhci_gen_setup()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h57 __le32 hcs_params2; member