Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
A Dxhci-ring.c3952 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_get_isoc_frame_id()
3953 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_get_isoc_frame_id()
4278 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_queue_isoc_tx_prepare()
4279 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_queue_isoc_tx_prepare()
A Dxhci.h83 #define HCS_IST(p) (((p) >> 0) & 0xf) macro

Completed in 17 milliseconds