Lines Matching defs:sunxi_i2s_chan
153 struct sunxi_i2s_chan { struct
154 struct sunxi_i2s_softc *ch_sc;
155 u_int ch_mode;
157 struct fdtbus_dma *ch_dma;
158 struct fdtbus_dma_req ch_req;
160 audio_params_t ch_params;
162 bus_addr_t ch_start_phys;
163 bus_addr_t ch_end_phys;
164 bus_addr_t ch_cur_phys;
165 int ch_blksize;
167 void (*ch_intr)(void *);
168 void *ch_intrarg;