Searched refs:DM_FLAG_ALLOC_PRIV_DMA (Results 1 – 25 of 44) sorted by relevance
12
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-pci.c | 62 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ehci-aspeed.c | 85 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | dwc3-of-simple.c | 106 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | xhci-mvebu.c | 100 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ehci-zynq.c | 90 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ehci-atmel.c | 127 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | xhci-zynqmp.c | 145 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ehci-msm.c | 151 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | xhci-dwc3.c | 168 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | xhci-rcar.c | 161 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | xhci-rockchip.c | 186 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ehci-pci.c | 166 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | xhci-fsl.c | 173 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | xhci-exynos5.c | 258 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ehci-marvell.c | 155 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ohci-generic.c | 197 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ehci-generic.c | 222 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ehci-exynos.c | 261 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | dwc3-sti-glue.c | 255 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ehci-fsl.c | 139 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ehci-vf.c | 358 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
/openbmc/u-boot/drivers/net/ |
H A D | dwmac_socfpga.c | 121 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
H A D | ftmac100.c | 442 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
/openbmc/u-boot/drivers/net/ti/ |
H A D | keystone_net.c | 787 .flags = DM_FLAG_ALLOC_PRIV_DMA, 800 .flags = DM_FLAG_ALLOC_PRIV_DMA,
|
/openbmc/u-boot/include/dm/ |
H A D | device.h | 40 #define DM_FLAG_ALLOC_PRIV_DMA (1 << 5) macro
|
12