Searched refs:bus_widths (Results 1 – 5 of 5) sorted by relevance
560 static const u32 bus_widths[COMP_MAX_DATA_WIDTH] = { variable649 if (WARN_ON(idx >= ARRAY_SIZE(bus_widths))) in dw_configure_dai_by_pd()686 dev->play_dma_data.pd.addr_width = bus_widths[idx]; in dw_configure_dai_by_pd()687 dev->capture_dma_data.pd.addr_width = bus_widths[idx]; in dw_configure_dai_by_pd()
137 unsigned char bus_widths; member
228 scr->bus_widths = UNSTUFF_BITS(resp, 48, 4); in mmc_decode_scr()249 if (!(scr->bus_widths & SD_SCR_BUS_WIDTH_1) || in mmc_decode_scr()250 !(scr->bus_widths & SD_SCR_BUS_WIDTH_4)) { in mmc_decode_scr()1536 (card->scr.bus_widths & SD_SCR_BUS_WIDTH_4)) { in mmc_sd_init_card()
358 if (!(card->scr.bus_widths & SD_SCR_BUS_WIDTH_4)) in sdio_disable_4bit_bus()380 if (card->scr.bus_widths & SD_SCR_BUS_WIDTH_4) { in sdio_enable_4bit_bus()
1012 static unsigned bus_widths[] = { in mmc_select_bus_width() local1033 for (; idx < ARRAY_SIZE(bus_widths); idx++) { in mmc_select_bus_width()1048 bus_width = bus_widths[idx]; in mmc_select_bus_width()