Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dsdhci-of-arasan.c89 struct sdhci_arasan_soc_ctl_field baseclkfreq; member
177 .baseclkfreq = { .reg = 0xf000, .width = 8, .shift = 8 },
183 .baseclkfreq = { .reg = 0xa0, .width = 8, .shift = 2 },
189 .baseclkfreq = { .reg = 0x80, .width = 8, .shift = 2 },
195 .baseclkfreq = { .reg = 0x0, .width = 8, .shift = 14 },
992 sdhci_arasan_syscon_write(host, &soc_ctl_map->baseclkfreq, mhz); in sdhci_arasan_update_baseclkfreq()
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0030_linux_drivers_pci_misc_nvmem_of_mtd_mmc.patch11373 - * @baseclkfreq: Where to find corecfg_baseclkfreq
11382 + * @baseclkfreq: Where to find corecfg_baseclkfreq
11387 struct sdhci_arasan_soc_ctl_field baseclkfreq;
11485 - .baseclkfreq = { .reg = 0x80, .width = 8, .shift = 2 },
11491 - .baseclkfreq = { .reg = 0x0, .width = 8, .shift = 14 },
11871 + sdhci_arasan_syscon_write(host, &soc_ctl_map->baseclkfreq, mhz);
12243 - sdhci_arasan_syscon_write(host, &soc_ctl_map->baseclkfreq, mhz);