Searched refs:dmamux_configure (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_dmamux.h | 29 int dmamux_configure(int mux, int source, int channel, int enable);
|
H A D | vf_edma.c | 143 dmamux_configure(ch->mux_num, ch->mux_src, ch->mux_chn, 0); in channel_free() 188 dmamux_configure(ch->mux_num, ch->mux_src, ch->mux_chn, 1); in channel_configure()
|
H A D | vf_dmamux.c | 93 dmamux_configure(int mux, int source, int channel, int enable) in dmamux_configure() function
|