Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Dsdhci-of-arasan.c90 struct sdhci_arasan_soc_ctl_field baseclkfreq; member
178 .baseclkfreq = { .reg = 0xf000, .width = 8, .shift = 8 },
184 .baseclkfreq = { .reg = 0xa0, .width = 8, .shift = 2 },
190 .baseclkfreq = { .reg = 0x80, .width = 8, .shift = 2 },
196 .baseclkfreq = { .reg = 0x0, .width = 8, .shift = 14 },
203 .baseclkfreq = { .reg = 0x0, .width = 8, .shift = 14 },
1017 sdhci_arasan_syscon_write(host, &soc_ctl_map->baseclkfreq, mhz); in sdhci_arasan_update_baseclkfreq()