Home
last modified time | relevance | path

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

/freebsd/sys/dev/usb/controller/
H A Dgeneric_xhci_fdt.c60 #define XHCI_FDT_32BIT_DMA 0x02 /* Controller needs 32-bit DMA */ macro
99 if ((flags & XHCI_FDT_32BIT_DMA) != 0) in generic_xhci_fdt_attach()