Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/ttm/
H A Dttm_page_alloc.c68 bool dma32; member
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h647 struct bwn_dmadesc32 dma32; member
H A Dif_bwn.c3045 slot = (int)(&(desc->dma.dma32) - descbase); in bwn_dma_32_setdesc()
3063 desc->dma.dma32.control = htole32(ctl); in bwn_dma_32_setdesc()
3064 desc->dma.dma32.address = htole32(addr); in bwn_dma_32_setdesc()
/freebsd/sys/dev/usb/controller/
H A Dxhci.c123 SYSCTL_INT(_hw_usb_xhci, OID_AUTO, dma32, CTLFLAG_RWTUN,
511 xhci_init(struct xhci_softc *sc, device_t self, uint8_t dma32) in xhci_init() argument
565 xhcidma32 == 0 && dma32 == 0) ? 64 : 32; in xhci_init()