Home
last modified time | relevance | path

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

/Linux-v5.4/sound/soc/dwc/
Ddwc-i2s.c458 static const u32 bus_widths[COMP_MAX_DATA_WIDTH] = { variable
547 if (WARN_ON(idx >= ARRAY_SIZE(bus_widths))) in dw_configure_dai_by_pd()
563 dev->play_dma_data.pd.addr_width = bus_widths[idx]; in dw_configure_dai_by_pd()
564 dev->capture_dma_data.pd.addr_width = bus_widths[idx]; in dw_configure_dai_by_pd()
582 if (WARN_ON(idx >= ARRAY_SIZE(bus_widths))) in dw_configure_dai_by_dt()
594 dev->play_dma_data.dt.addr_width = bus_widths[idx]; in dw_configure_dai_by_dt()
604 dev->capture_dma_data.dt.addr_width = bus_widths[idx]; in dw_configure_dai_by_dt()
/Linux-v5.4/drivers/mmc/core/
Dsd.c204 scr->bus_widths = UNSTUFF_BITS(resp, 48, 4); in mmc_decode_scr()
223 if (!(scr->bus_widths & SD_SCR_BUS_WIDTH_1) || in mmc_decode_scr()
224 !(scr->bus_widths & SD_SCR_BUS_WIDTH_4)) { in mmc_decode_scr()
1076 (card->scr.bus_widths & SD_SCR_BUS_WIDTH_4)) { in mmc_sd_init_card()
Dmmc.c989 static unsigned bus_widths[] = { in mmc_select_bus_width() local
1009 for (; idx < ARRAY_SIZE(bus_widths); idx++) { in mmc_select_bus_width()
1024 bus_width = bus_widths[idx]; in mmc_select_bus_width()
Dsdio.c296 (card->scr.bus_widths & SD_SCR_BUS_WIDTH_4)) { in sdio_enable_4bit_bus()
/Linux-v5.4/include/linux/mmc/
Dcard.h135 unsigned char bus_widths; member