Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/iommu/
H A Dbusdma_iommu.c280 if (!unit->dma_enabled) in iommu_get_dev_ctx()
989 unit->dma_enabled = 1; in iommu_init_busdma()
990 error = TUNABLE_INT_FETCH("hw.iommu.dma", &unit->dma_enabled); in iommu_init_busdma()
992 TUNABLE_INT_FETCH("hw.dmar.dma", &unit->dma_enabled); in iommu_init_busdma()
H A Diommu.h72 int dma_enabled; member
/freebsd-13.1/sys/dev/usb/controller/
H A Dmusb_otg.h329 uint8_t dma_enabled:1; member