OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USBMALLOC_COHERENT
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/dev/usb/
usb_mem.h
61
#define
USBMALLOC_COHERENT
__BIT(1)
usb_mem.c
126
bool coherent = (flags &
USBMALLOC_COHERENT
) != 0;
280
u_int dmaflags = (flags &
USBMALLOC_COHERENT
) ? USB_DMA_COHERENT : 0;
uhci.c
458
UHCI_FRAMELIST_ALIGN,
USBMALLOC_COHERENT
, &sc->sc_dma);
1837
UHCI_TD_ALIGN,
USBMALLOC_COHERENT
, &dma);
1903
UHCI_QH_ALIGN,
USBMALLOC_COHERENT
, &dma);
3433
USBMALLOC_COHERENT
, &upipe->ctrl.reqdma);
ehci.c
550
EHCI_FLALIGN_ALIGN,
USBMALLOC_COHERENT
, &sc->sc_fldma);
2091
sizeof(usb_device_request_t), 0,
USBMALLOC_COHERENT
,
2917
* We can avoid
USBMALLOC_COHERENT
as the QHs are each on a
2983
* We can avoid
USBMALLOC_COHERENT
as the QTDs are each on a
3251
* We can avoid
USBMALLOC_COHERENT
as the ITDs are each on a
3313
* We can avoid
USBMALLOC_COHERENT
as the SITDs are each on a
3318
EHCI_PAGE_SIZE,
USBMALLOC_COHERENT
, &dma);
usbdi.c
549
KASSERT((bus->ub_dmaflags &
USBMALLOC_COHERENT
) == 0);
ohci.c
417
* We can avoid
USBMALLOC_COHERENT
as the EDs are each on a
479
* We can avoid
USBMALLOC_COHERENT
as the TDs are each on a
854
OHCI_HCCA_ALIGN,
USBMALLOC_COHERENT
, &sc->sc_hccadma);
2164
USBMALLOC_COHERENT
, &opipe->ctrl.reqdma);
/src/sys/external/bsd/dwc2/dist/
dwc2_hcdddma.c
110
qh->desc_list_sz, 0,
USBMALLOC_COHERENT
, &qh->desc_list_usbdma);
151
hsotg->frame_list_sz, 0,
USBMALLOC_COHERENT
, &hsotg->frame_list_usbdma);
dwc2_hcd.c
736
buf_size, 0,
USBMALLOC_COHERENT
, &qh->dw_align_buf_usbdma);
2394
DWC2_HCD_STATUS_BUF_SIZE, 0,
USBMALLOC_COHERENT
,
/src/sys/arch/mips/adm5120/dev/
ahci.c
862
0,
USBMALLOC_COHERENT
, &reqdma);
/src/sys/external/bsd/dwc2/
dwc2.c
407
0,
USBMALLOC_COHERENT
, &dpipe->req_dma);
Completed in 42 milliseconds
Indexes created Mon Oct 20 20:10:13 GMT 2025