Searched refs:width (Results 1 – 10 of 10) sorted by relevance
/sof-2.7.6/src/arch/xtensa/include/xtensa/ |
D | traxreg.h | 164 char width; 175 char width; member
|
/sof-2.7.6/tools/topology/topology1/platform/common/ |
D | esai.m4 | 12 dnl ESAI_TDM(slots, width, tx_mask, rx_mask)
|
D | sai.m4 | 12 dnl SAI_TDM(slots, width, tx_mask, rx_mask)
|
D | ssp.m4 | 12 dnl SSP_TDM(slots, width, tx_mask, rx_mask)
|
/sof-2.7.6/src/drivers/imx/ |
D | sdma.c | 696 int width; in sdma_prep_desc() local 721 width = 0; in sdma_prep_desc() 734 width = config->src_width; in sdma_prep_desc() 738 width = config->dest_width; in sdma_prep_desc() 743 width = config->dest_width; in sdma_prep_desc() 750 SDMA_BD_CMD(SDMA_CMD_XFER_SIZE(width)); in sdma_prep_desc() 790 watermark = (config->burst_elems * width) / 8; in sdma_prep_desc()
|
/sof-2.7.6/src/include/sof/lib/ |
D | dai.h | 135 uint32_t width; member
|
/sof-2.7.6/tools/topology/topology1/sof/ |
D | pipe-codec-adapter-capture.m4 | 37 # - [12:15]: sample width in bits, e.g. 32
|
D | pipe-codec-adapter-playback.m4 | 37 # - [12:15]: sample width in bits, e.g. 32
|
/sof-2.7.6/scripts/kconfig/ |
D | menuconfig.py | 2687 def _edit_text(c, s, i, hscroll, width): argument 2757 elif i >= hscroll + width - _SCROLL_OFFSET: 2758 max_scroll = max(len(s) - width + 1, 0) 2759 hscroll = min(i - width + _SCROLL_OFFSET + 1, max_scroll)
|
/sof-2.7.6/tools/tune/dmic/ |
D | dmic_fir.m | 47 %% Iterate order and passband width
|