Home
last modified time | relevance | path

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

/linux/drivers/mmc/host/
H A Dmeson-mx-sdhc-mmc.c213 regmap_write(host->regmap, MESON_SDHC_ICTL, ictl); in meson_mx_sdhc_start_cmd()
510 regmap_update_bits(host->regmap, MESON_SDHC_ICTL, in meson_mx_sdhc_request_done()
543 regmap_read(host->regmap, MESON_SDHC_ICTL, &ictl); in meson_mx_sdhc_irq()
756 regmap_write(host->regmap, MESON_SDHC_ICTL, 0); in meson_mx_sdhc_init_hw()
H A Dmeson-mx-sdhc.h72 #define MESON_SDHC_ICTL 0x24 macro