Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dgeneric_xhci.c65 #define IS_DMA_32B 0 macro
67 #define IS_DMA_32B 1 macro
124 (sc->sc_quirks & XHCI_QUIRK_DMA_32B) == 0 ? IS_DMA_32B : 1); in generic_xhci_attach()
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c100 #define IS_DMA_32B 1 macro
153 err = xhci_init(sc, dev, IS_DMA_32B); in snps_dwc3_attach_xhci()