Lines Matching defs:width
195 int (*get_sr)(unsigned int width);
196 int (*get_wss)(unsigned int width);
407 static int sun4i_i2s_get_sr(unsigned int width)
409 switch (width) {
421 static int sun4i_i2s_get_wss(unsigned int width)
423 switch (width) {
437 static int sun8i_i2s_get_sr_wss(unsigned int width)
439 switch (width) {
603 u32 width;
626 width = DMA_SLAVE_BUSWIDTH_2_BYTES;
629 width = DMA_SLAVE_BUSWIDTH_4_BYTES;
632 dev_err(dai->dev, "Unsupported physical sample width: %d\n",
636 i2s->playback_dma_data.addr_width = width;