Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/host/
H A Dxhci-caps.h21 #define HCS_IST(p) (((p) >> 0) & 0xf) macro
H A Dxhci-ring.c4075 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_get_isoc_frame_id()
4076 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_get_isoc_frame_id()
4400 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_queue_isoc_tx_prepare()
4401 if (HCS_IST(xhci->hcs_params2) & (1 << 3)) in xhci_queue_isoc_tx_prepare()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h110 #define HCS_IST(p) (((p) >> 0) & 0xf) macro