Lines Matching defs:sunxi_codec_chan
69 struct sunxi_codec_chan { struct
70 struct sunxi_codec_softc *ch_sc;
71 u_int ch_mode;
73 struct fdtbus_dma *ch_dma;
74 struct fdtbus_dma_req ch_req;
76 audio_params_t ch_params;
78 bus_addr_t ch_start_phys;
79 bus_addr_t ch_end_phys;
80 bus_addr_t ch_cur_phys;
81 int ch_blksize;
83 void (*ch_intr)(void *);
84 void *ch_intrarg;