Many USB host drivers contain code such as:
if (!pdev->dev.dma_mask)
pdev->dev.dma_mask = &tegra_ehci_dma_mask;
... where tegra_ehci_dma_mask is a global. I suspect this code originated
in commit
|
||
---|---|---|
.. | ||
bits.h | ||
ci.h | ||
ci13xxx_imx.c | ||
ci13xxx_imx.h | ||
ci13xxx_msm.c | ||
ci13xxx_pci.c | ||
core.c | ||
debug.c | ||
debug.h | ||
host.c | ||
host.h | ||
Kconfig | ||
Makefile | ||
udc.c | ||
udc.h | ||
usbmisc_imx.c |