Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/usb/
Dehcivar.h105 usb_dma_t sc_fldma; member
Dehci.c394 EHCI_FLALIGN_ALIGN, &sc->sc_fldma); in ehci_init()
398 sc->sc_flist = KERNADDR(&sc->sc_fldma, 0); in ehci_init()
399 EOWRITE4(sc, EHCI_PERIODICLISTBASE, DMAADDR(&sc->sc_fldma, 0)); in ehci_init()
512 usb_freemem(&sc->sc_bus, &sc->sc_fldma); in ehci_init()
1026 EOWRITE4(sc, EHCI_PERIODICLISTBASE, DMAADDR(&sc->sc_fldma, 0)); in ehci_power()