Home
last modified time | relevance | path

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

/drivers/crypto/cavium/zip/
Dzip_regs.h558 u64 ist : 5; member
562 u64 ist : 5;
/drivers/usb/host/
Dxhci-ring.c3885 int start_frame, ist, ret = 0; in xhci_get_isoc_frame_id() local
3902 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_get_isoc_frame_id()
3904 ist <<= 3; in xhci_get_isoc_frame_id()
3920 start_frame_id = roundup(current_frame_id + ist + 1, 8); in xhci_get_isoc_frame_id()
4188 int ist; in xhci_queue_isoc_tx_prepare() local
4228 ist = HCS_IST(xhci->hcs_params2) & 0x7; in xhci_queue_isoc_tx_prepare()
4230 ist <<= 3; in xhci_queue_isoc_tx_prepare()
4231 start_frame += ist + XHCI_CFC_DELAY; in xhci_queue_isoc_tx_prepare()
/drivers/net/ethernet/ibm/ehea/
Dehea_main.c1310 u32 ist = port->port_res[i].eq->attr.ist1; in ehea_reg_interrupts() local
1311 ibmebus_free_irq(ist, &port->port_res[i]); in ehea_reg_interrupts()