Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/usb/
Dxhci.c551 xhci_trb_put(struct xhci_trb * const trb, uint64_t parameter, uint32_t status, in xhci_trb_put() argument
554 trb->trb_0 = htole64(parameter); in xhci_trb_put()
555 trb->trb_2 = htole32(status); in xhci_trb_put()
556 trb->trb_3 = htole32(control); in xhci_trb_put()
1881 struct xhci_soft_trb trb; in xhci_configure_endpoint() local
1901 trb.trb_0 = xhci_slot_get_icp(sc, xs, 0); in xhci_configure_endpoint()
1902 trb.trb_2 = 0; in xhci_configure_endpoint()
1903 trb.trb_3 = XHCI_TRB_3_SLOT_SET(xs->xs_idx) | in xhci_configure_endpoint()
1906 err = xhci_do_command(sc, &trb, USBD_DEFAULT_TIMEOUT); in xhci_configure_endpoint()
1937 struct xhci_soft_trb trb; in xhci_reset_endpoint() local
[all …]
/netbsd/src/crypto/external/bsd/openssh/dist/
Dkrl.c170 struct revoked_blob *rb, *trb; in ssh_krl_free() local
177 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_keys, trb) { in ssh_krl_free()
182 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_sha1s, trb) { in ssh_krl_free()
187 RB_FOREACH_SAFE(rb, revoked_blob_tree, &krl->revoked_sha256s, trb) { in ssh_krl_free()
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dsh64-media.cpu95 (dshmf f-trb "Target register" () 22 3)
163 (dshmop trb "Target register b" () h-tr f-trb)
285 "blink $trb, $rd"
286 (+ (f-op 17) (f-25 0) trb (f-ext 1) (f-right 63) rd (f-rsvd 0))
289 (set pc trb)))
736 "gettr $trb, $rd"
737 (+ (f-op 17) (f-25 0) trb (f-ext 5) (f-right 63) rd (f-rsvd 0))
738 (set rd trb))
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dsh64-media.cpu95 (dshmf f-trb "Target register" () 22 3)
163 (dshmop trb "Target register b" () h-tr f-trb)
285 "blink $trb, $rd"
286 (+ (f-op 17) (f-25 0) trb (f-ext 1) (f-right 63) rd (f-rsvd 0))
289 (set pc trb)))
736 "gettr $trb, $rd"
737 (+ (f-op 17) (f-25 0) trb (f-ext 5) (f-right 63) rd (f-rsvd 0))
738 (set rd trb))