Home
last modified time | relevance | path

Searched refs:bus_widths (Results 1 – 2 of 2) sorted by relevance

/linux/sound/soc/dwc/
H A Ddwc-i2s.c556 static const u32 bus_widths[COMP_MAX_DATA_WIDTH] = {
645 if (WARN_ON(idx >= ARRAY_SIZE(bus_widths))) in dw_configure_dai_by_pd()
682 dev->play_dma_data.pd.addr_width = bus_widths[idx]; in dw_configure_dai_by_pd()
683 dev->capture_dma_data.pd.addr_width = bus_widths[idx]; in dw_configure_dai_by_pd()
559 static const u32 bus_widths[COMP_MAX_DATA_WIDTH] = { global() variable
/linux/drivers/mmc/core/
H A Dmmc.c1029 static unsigned bus_widths[] = { in mmc_select_bus_width() local
1050 for (; idx < ARRAY_SIZE(bus_widths); idx++) { in mmc_select_bus_width()
1065 bus_width = bus_widths[idx]; in mmc_select_bus_width()