Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dmeson-mx-sdhc-mmc.c218 regmap_update_bits(host->regmap, MESON_SDHC_CTRL, in meson_mx_sdhc_start_cmd()
338 regmap_update_bits(host->regmap, MESON_SDHC_CTRL, in meson_mx_sdhc_set_ios()
344 regmap_update_bits(host->regmap, MESON_SDHC_CTRL, in meson_mx_sdhc_set_ios()
350 regmap_update_bits(host->regmap, MESON_SDHC_CTRL, in meson_mx_sdhc_set_ios()
730 regmap_write(host->regmap, MESON_SDHC_CTRL, in meson_mx_sdhc_init_hw()
H A Dmeson-mx-sdhc.h24 #define MESON_SDHC_CTRL 0x08 macro