HomeSort by: relevance | last modified time | path
    Searched defs:apbdma_softc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/imx/
imx23_apbdmavar.h 111 typedef struct apbdma_softc { struct
129 void apbdma_chan_init(struct apbdma_softc *, unsigned int);
130 void apbdma_chan_set_chain(struct apbdma_softc *, unsigned int, bus_dmamap_t);
131 void apbdma_run(struct apbdma_softc *, unsigned int);
132 void apbdma_ack_intr(struct apbdma_softc *, unsigned int);
133 void apbdma_ack_error_intr(struct apbdma_softc *, unsigned int);
134 unsigned int apbdma_intr_status(struct apbdma_softc *, unsigned int);
135 void apbdma_chan_reset(struct apbdma_softc *, unsigned int);
136 void apbdma_wait(struct apbdma_softc *, unsigned int);
imx23_apbdmavar.h 111 typedef struct apbdma_softc { struct
129 void apbdma_chan_init(struct apbdma_softc *, unsigned int);
130 void apbdma_chan_set_chain(struct apbdma_softc *, unsigned int, bus_dmamap_t);
131 void apbdma_run(struct apbdma_softc *, unsigned int);
132 void apbdma_ack_intr(struct apbdma_softc *, unsigned int);
133 void apbdma_ack_error_intr(struct apbdma_softc *, unsigned int);
134 unsigned int apbdma_intr_status(struct apbdma_softc *, unsigned int);
135 void apbdma_chan_reset(struct apbdma_softc *, unsigned int);
136 void apbdma_wait(struct apbdma_softc *, unsigned int);

Completed in 43 milliseconds