Searched refs:sdhc_id (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | sdhci-xenon.c | 52 unsigned char sdhc_id, bool enable) in xenon_set_sdclk_off_idle() 59 mask = (0x1 << (XENON_SDCLK_IDLEOFF_ENABLE_SHIFT + sdhc_id)); in xenon_set_sdclk_off_idle() 83 unsigned char sdhc_id) in xenon_enable_sdhc() 88 reg |= (BIT(sdhc_id) << XENON_SLOT_ENABLE_SHIFT); in xenon_enable_sdhc() 101 unsigned char sdhc_id) in xenon_disable_sdhc() 106 reg &= ~(BIT(sdhc_id) << XENON_SLOT_ENABLE_SHIFT); in xenon_disable_sdhc() 112 unsigned char sdhc_id) in xenon_enable_sdhc_parallel_tran() 117 reg |= BIT(sdhc_id); in xenon_enable_sdhc_parallel_tran() 161 unsigned char sdhc_id, u8 mask) in xenon_reset_exit() 177 xenon_set_sdclk_off_idle(host, sdhc_id, fals in xenon_reset_exit() 51 xenon_set_sdclk_off_idle(struct sdhci_host *host, unsigned char sdhc_id, bool enable) xenon_set_sdclk_off_idle() argument 82 xenon_enable_sdhc(struct sdhci_host *host, unsigned char sdhc_id) xenon_enable_sdhc() argument 100 xenon_disable_sdhc(struct sdhci_host *host, unsigned char sdhc_id) xenon_disable_sdhc() argument 111 xenon_enable_sdhc_parallel_tran(struct sdhci_host *host, unsigned char sdhc_id) xenon_enable_sdhc_parallel_tran() argument 160 xenon_reset_exit(struct sdhci_host *host, unsigned char sdhc_id, u8 mask) xenon_reset_exit() argument 369 u8 sdhc_id = priv->sdhc_id; xenon_enable_sdio_irq() local 412 u32 sdhc_id, nr_sdhc; xenon_probe_dt() local 425 sdhc_id, nr_sdhc); xenon_probe_dt() local 449 u8 sdhc_id = priv->sdhc_id; xenon_sdhc_prepare() local 472 u8 sdhc_id = priv->sdhc_id; xenon_sdhc_unprepare() local [all...] |
H A D | sdhci-xenon.h | 59 u8 sdhc_id; member
|
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | sdhci-xenon.c | 53 unsigned char sdhc_id, bool enable) in xenon_set_sdclk_off_idle() 60 mask = (0x1 << (XENON_SDCLK_IDLEOFF_ENABLE_SHIFT + sdhc_id)); in xenon_set_sdclk_off_idle() 84 unsigned char sdhc_id) in xenon_enable_sdhc() 89 reg |= (BIT(sdhc_id) << XENON_SLOT_ENABLE_SHIFT); in xenon_enable_sdhc() 102 unsigned char sdhc_id) in xenon_disable_sdhc() 107 reg &= ~(BIT(sdhc_id) << XENON_SLOT_ENABLE_SHIFT); in xenon_disable_sdhc() 113 unsigned char sdhc_id) in xenon_enable_sdhc_parallel_tran() 118 reg |= BIT(sdhc_id); in xenon_enable_sdhc_parallel_tran() 162 unsigned char sdhc_id, u8 mask) in xenon_reset_exit() 178 xenon_set_sdclk_off_idle(host, sdhc_id, fals in xenon_reset_exit() 52 xenon_set_sdclk_off_idle(struct sdhci_host *host, unsigned char sdhc_id, bool enable) xenon_set_sdclk_off_idle() argument 83 xenon_enable_sdhc(struct sdhci_host *host, unsigned char sdhc_id) xenon_enable_sdhc() argument 101 xenon_disable_sdhc(struct sdhci_host *host, unsigned char sdhc_id) xenon_disable_sdhc() argument 112 xenon_enable_sdhc_parallel_tran(struct sdhci_host *host, unsigned char sdhc_id) xenon_enable_sdhc_parallel_tran() argument 161 xenon_reset_exit(struct sdhci_host *host, unsigned char sdhc_id, u8 mask) xenon_reset_exit() argument 380 u8 sdhc_id = priv->sdhc_id; xenon_enable_sdio_irq() local 423 u32 sdhc_id, nr_sdhc; xenon_probe_params() local 436 sdhc_id, nr_sdhc); xenon_probe_params() local 460 u8 sdhc_id = priv->sdhc_id; xenon_sdhc_prepare() local 483 u8 sdhc_id = priv->sdhc_id; xenon_sdhc_unprepare() local [all...] |
H A D | sdhci-xenon.h | 66 u8 sdhc_id; member
|
Completed in 3 milliseconds