HomeSort by: relevance | last modified time | path
    Searched refs:apbdma_command (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/arm/imx/
imx23_apbdmavar.h 104 * How many PIO words apbdma_command structure has.
120 typedef struct apbdma_command { struct
imx23_digfilt.c 314 sizeof(struct apbdma_command) * DIGFILT_DMA_CHAIN_LENGTH);
406 dma_cmd[i].next = (void *)(sc->sc_c_dmamp->dm_segs[0].ds_addr + (sizeof(struct apbdma_command) * (1 + i)));
446 sizeof(struct apbdma_command) * sc->sc_cmd_index, sizeof(struct apbdma_command), BUS_DMASYNC_PREWRITE);
imx23_ssp.c 289 sc->sc_chnsiz = sizeof(struct apbdma_command) *

Completed in 33 milliseconds