Home
last modified time | relevance | path

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

/linux-4.1.27/sound/soc/dwc/
Ddesignware_i2s.c391 static const u32 bus_widths[COMP_MAX_DATA_WIDTH] = { variable
458 if (WARN_ON(idx >= ARRAY_SIZE(bus_widths))) in dw_configure_dai_by_pd()
472 dev->play_dma_data.pd.addr_width = bus_widths[idx]; in dw_configure_dai_by_pd()
473 dev->capture_dma_data.pd.addr_width = bus_widths[idx]; in dw_configure_dai_by_pd()
491 if (WARN_ON(idx >= ARRAY_SIZE(bus_widths))) in dw_configure_dai_by_dt()
503 dev->play_dma_data.dt.addr_width = bus_widths[idx]; in dw_configure_dai_by_dt()
514 dev->capture_dma_data.dt.addr_width = bus_widths[idx]; in dw_configure_dai_by_dt()
/linux-4.1.27/drivers/mmc/core/
Dsd.c207 scr->bus_widths = UNSTUFF_BITS(resp, 48, 4); in mmc_decode_scr()
630 (card->scr.bus_widths & SD_SCR_BUS_WIDTH_4)) { in mmc_sd_init_uhs_card()
1013 (card->scr.bus_widths & SD_SCR_BUS_WIDTH_4)) { in mmc_sd_init_card()
Dmmc.c898 static unsigned bus_widths[] = { in mmc_select_bus_width() local
918 for (; idx < ARRAY_SIZE(bus_widths); idx++) { in mmc_select_bus_width()
933 bus_width = bus_widths[idx]; in mmc_select_bus_width()
Dsdio.c298 (card->scr.bus_widths & SD_SCR_BUS_WIDTH_4)) { in sdio_enable_4bit_bus()
/linux-4.1.27/include/linux/mmc/
Dcard.h128 unsigned char bus_widths; member