Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dmeson-mx-sdhc-mmc.c525 regmap_update_bits(host->regmap, MESON_SDHC_PDMA, in meson_mx_sdhc_read_response()
528 regmap_update_bits(host->regmap, MESON_SDHC_PDMA, in meson_mx_sdhc_read_response()
596 regmap_update_bits(host->regmap, MESON_SDHC_PDMA, val, in meson_mx_sdhc_irq_thread()
654 regmap_update_bits(host->regmap, MESON_SDHC_PDMA, in meson_mx_sdhc_set_pdma_meson8()
662 regmap_update_bits(host->regmap, MESON_SDHC_PDMA, in meson_mx_sdhc_set_pdma_meson8()
670 regmap_update_bits(host->regmap, MESON_SDHC_PDMA, in meson_mx_sdhc_set_pdma_meson8()
720 regmap_update_bits(host->regmap, MESON_SDHC_PDMA, in meson_mx_sdhc_set_pdma_meson8m2()
745 regmap_write(host->regmap, MESON_SDHC_PDMA, in meson_mx_sdhc_init_hw()
H A Dmeson-mx-sdhc.h51 #define MESON_SDHC_PDMA 0x18 macro