Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Dsdhci-of-arasan.c127 struct sdhci_arasan_soc_ctl_field clockmultiplier; member
217 .clockmultiplier = { .reg = 0xf02c, .width = 8, .shift = 0},
223 .clockmultiplier = { .reg = 0, .width = -1, .shift = -1 },
229 .clockmultiplier = { .reg = 0, .width = -1, .shift = -1 },
235 .clockmultiplier = { .reg = 0x4, .width = 8, .shift = 14 },
1163 sdhci_arasan_syscon_write(host, &soc_ctl_map->clockmultiplier, value); in sdhci_arasan_update_clockmultiplier()