Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci-esdhc-imx.c336 static inline void esdhc_clrset_le(struct sdhci_host *host, u32 mask, u32 val, int reg) in esdhc_clrset_le() function
362 esdhc_clrset_le(host, ESDHC_DEBUG_SEL_MASK, in esdhc_dump_debug_regs()
368 esdhc_clrset_le(host, ESDHC_DEBUG_SEL_MASK, 0, ESDHC_DEBUG_SEL_REG); in esdhc_dump_debug_regs()
717 esdhc_clrset_le(host, 0xffff, val, reg); in esdhc_writew_le()
772 esdhc_clrset_le(host, mask, new_val, reg); in esdhc_writeb_le()
779 esdhc_clrset_le(host, 0xff, val, reg); in esdhc_writeb_le()
792 esdhc_clrset_le(host, 0x7, 0x7, ESDHC_SYSTEM_CONTROL); in esdhc_writeb_le()
812 esdhc_clrset_le(host, 0xff, new_val, in esdhc_writeb_le()
952 esdhc_clrset_le(host, ESDHC_CTRL_BUSWIDTH_MASK, ctrl, in esdhc_pltfm_set_bus_width()
980 esdhc_clrset_le(host, 0xff, SDHCI_RESET_ALL, SDHCI_SOFTWARE_RESET); in esdhc_prepare_tuning()
[all …]