Home
last modified time | relevance | path

Searched refs:epid (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/usb/
H A Dhcd-xhci.c274 unsigned int epid; member
306 unsigned int epid, unsigned int streamid);
309 unsigned int epid);
615 ev_trb.control = (event->slotid << 24) | (event->epid << 16) | in xhci_write_event()
1073 trace_usb_xhci_ep_state(epctx->slotid, epctx->epid, in xhci_set_ep_state()
1088 unsigned int epid) in xhci_alloc_epctx() argument
1095 epctx->epid = epid; in xhci_alloc_epctx()
1127 unsigned int epid, dma_addr_t pctx, in xhci_enable_ep() argument
1133 trace_usb_xhci_ep_enable(slotid, epid); in xhci_enable_ep()
1135 assert(epid >= 1 && epid <= 31); in xhci_enable_ep()
[all …]
H A Dtrace-events171 usb_xhci_ep_enable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
172 usb_xhci_ep_disable(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
173 …b_xhci_ep_set_dequeue(uint32_t slotid, uint32_t epid, uint32_t streamid, uint64_t param) "slotid %…
174 usb_xhci_ep_kick(uint32_t slotid, uint32_t epid, uint32_t streamid) "slotid %d, epid %d, streamid %…
175 usb_xhci_ep_stop(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
176 usb_xhci_ep_reset(uint32_t slotid, uint32_t epid) "slotid %d, epid %d"
177 usb_xhci_ep_state(uint32_t slotid, uint32_t epid, const char *os, const char *ns) "slotid %d, epid
178 …xhci_xfer_start(void *xfer, uint32_t slotid, uint32_t epid, uint32_t streamid) "%p: slotid %d, epi…
H A Dhcd-xhci.h149 uint8_t epid; member
/qemu/target/ppc/
H A Dmmu-booke.c314 uint32_t epid; in mmubooke206_check_tlb() local
316 bool use_epid = mmubooke206_get_as(env, mmu_idx, &epid, &as, &pr); in mmubooke206_check_tlb()
336 if (ppcmas_tlb_check(env, tlb, raddr, address, epid) >= 0) { in mmubooke206_check_tlb()
425 uint32_t epid; in booke206_update_mas_tlb_miss() local
428 bool use_epid = mmubooke206_get_as(env, mmu_idx, &epid, &as, &pr); in booke206_update_mas_tlb_miss()
463 missed_tid = epid; in booke206_update_mas_tlb_miss()