Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/mmc/host/
Dsdhci-of-arasan.c90 struct sdhci_arasan_soc_ctl_field clockmultiplier; member
178 .clockmultiplier = { .reg = 0xf02c, .width = 8, .shift = 0},
184 .clockmultiplier = { .reg = 0, .width = -1, .shift = -1 },
190 .clockmultiplier = { .reg = 0, .width = -1, .shift = -1 },
196 .clockmultiplier = { .reg = 0x4, .width = 8, .shift = 14 },
961 sdhci_arasan_syscon_write(host, &soc_ctl_map->clockmultiplier, value); in sdhci_arasan_update_clockmultiplier()