Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.c229 if (sc->sc_ctx_is_64_byte) { in xhci_ctx_set_le32()
242 if (sc->sc_ctx_is_64_byte) { in xhci_ctx_get_le32()
255 if (sc->sc_ctx_is_64_byte) { in xhci_ctx_set_le64()
269 if (sc->sc_ctx_is_64_byte) { in xhci_ctx_get_le64()
625 sc->sc_ctx_is_64_byte = 1; in xhci_init()
627 sc->sc_ctx_is_64_byte = 0; in xhci_init()
635 sc->sc_ctx_is_64_byte ? 64 : 32, (int)sc->sc_bus.dma_bits); in xhci_init()
2718 if (usb_pc_alloc_mem(pc, pg, sc->sc_ctx_is_64_byte ? in xhci_alloc_device_ext()
2731 if (usb_pc_alloc_mem(pc, pg, sc->sc_ctx_is_64_byte ? in xhci_alloc_device_ext()
H A Dxhci.h513 uint8_t sc_ctx_is_64_byte; member