Searched refs:HCS_IST (Results 1 – 3 of 3) sorted by relevance
111 #define HCS_IST(p) (((p) >> 0) & 0xf) macro
3957 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_get_isoc_frame_id()3958 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_get_isoc_frame_id()4283 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_queue_isoc_tx_prepare()4284 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_queue_isoc_tx_prepare()
84 #define HCS_IST(p) (((p) >> 0) & 0xf) macro