Lines Matching refs:er_start
626 addr = intr->er_start + TRB_SIZE*intr->er_ep_idx; in xhci_write_event()
659 if (erdp < intr->er_start || in xhci_event()
660 erdp >= (intr->er_start + TRB_SIZE*intr->er_size)) { in xhci_event()
663 v, intr->er_start, intr->er_size); in xhci_event()
668 dp_idx = (erdp - intr->er_start) / TRB_SIZE; in xhci_event()
810 intr->er_start = 0; in xhci_er_reset()
836 intr->er_start = xhci_addr64(seg.addr_low, seg.addr_high); in xhci_er_reset()
843 v, intr->er_start, intr->er_size); in xhci_er_reset()
3123 unsigned int dp_idx = (erdp - intr->er_start) / TRB_SIZE; in xhci_runtime_write()
3124 if (erdp >= intr->er_start && in xhci_runtime_write()
3125 erdp < (intr->er_start + TRB_SIZE * intr->er_size) && in xhci_runtime_write()
3586 VMSTATE_UINT64(er_start, XHCIInterrupter),