Home
last modified time | relevance | path

Searched refs:TMIO_SD_CAP_16BIT (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/mmc/
H A Dtmio-common.c52 else if (priv->caps & TMIO_SD_CAP_16BIT) { in tmio_sd_readl()
68 else if (priv->caps & TMIO_SD_CAP_16BIT) { in tmio_sd_writel()
203 else if (priv->caps & TMIO_SD_CAP_16BIT) in tmio_sd_pio_read_one_block()
252 else if (priv->caps & TMIO_SD_CAP_16BIT) in tmio_sd_pio_write_one_block()
786 if (quirks & TMIO_SD_CAP_16BIT) in tmio_sd_probe()
H A Dtmio-common.h127 #define TMIO_SD_CAP_16BIT BIT(4) /* Controller is 16bit */ macro
H A Drenesas-sdhi.c500 quirks |= TMIO_SD_CAP_16BIT; in renesas_sdhi_probe()