Searched refs:lpc_mmc_dma_txconf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/arm/lpc/
H A Dlpc_mmc.c139 static struct lpc_dmac_channel_config lpc_mmc_dma_txconf = { variable in typeref:struct:lpc_dmac_channel_config
270 lpc_mmc_dma_txconf.ldc_handler_arg = (void *)sc;
271 err = lpc_dmac_config_channel(dev, LPC_MMC_DMACH_WRITE, &lpc_mmc_dma_txconf);

Completed in 68 milliseconds