Home
last modified time | relevance | path

Searched refs:sc_ctx_is_64_byte (Results 1 – 2 of 2) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.c192 if (sc->sc_ctx_is_64_byte) { in xhci_ctx_set_le32()
205 if (sc->sc_ctx_is_64_byte) { in xhci_ctx_get_le32()
218 if (sc->sc_ctx_is_64_byte) { in xhci_ctx_set_le64()
232 if (sc->sc_ctx_is_64_byte) { in xhci_ctx_get_le64()
568 sc->sc_ctx_is_64_byte = 1; in xhci_init()
570 sc->sc_ctx_is_64_byte = 0; in xhci_init()
578 sc->sc_ctx_is_64_byte ? 64 : 32, (int)sc->sc_bus.dma_bits); in xhci_init()
2684 if (usb_pc_alloc_mem(pc, pg, sc->sc_ctx_is_64_byte ? in xhci_alloc_device_ext()
2697 if (usb_pc_alloc_mem(pc, pg, sc->sc_ctx_is_64_byte ? in xhci_alloc_device_ext()
Dxhci.h527 uint8_t sc_ctx_is_64_byte; member