Searched refs:sc_fldma (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/usb/ |
H A D | ehcivar.h | 138 struct usb_dma sc_fldma; member
|
H A D | ehci.c | 358 EHCI_FLALIGN_ALIGN, USB_DMA_COHERENT, &sc->sc_fldma); in ehci_init() 362 sc->sc_flist = KERNADDR(&sc->sc_fldma, 0); in ehci_init() 367 EOWRITE4(sc, EHCI_PERIODICLISTBASE, DMAADDR(&sc->sc_fldma, 0)); in ehci_init() 372 usb_freemem(&sc->sc_bus, &sc->sc_fldma); in ehci_init() 424 usb_syncmem(&sc->sc_fldma, 0, sc->sc_flsize * sizeof(ehci_link_t), in ehci_init() 491 usb_freemem(&sc->sc_bus, &sc->sc_fldma); in ehci_init() 952 usb_freemem(&sc->sc_bus, &sc->sc_fldma); in ehci_detach() 1024 EOWRITE4(sc, EHCI_PERIODICLISTBASE, DMAADDR(&sc->sc_fldma, 0)); in ehci_activate() 1662 usb_syncmem(&sc->sc_fldma, in ehci_rem_itd_chain()
|