Home
last modified time | relevance | path

Searched refs:HCS_IST (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dxhci-dbg.c87 (unsigned int) HCS_IST(temp)); in xhci_print_cap_regs()
Dxhci-ring.c3630 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_get_isoc_frame_id()
3631 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_get_isoc_frame_id()
3969 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_queue_isoc_tx_prepare()
3970 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_queue_isoc_tx_prepare()
Dxhci.h92 #define HCS_IST(p) (((p) >> 0) & 0xf) macro