Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/mediatek/
Dmtk-svs.c338 bool (*efuse_parsing)(struct svs_platform *svsp);
339 int (*probe)(struct svs_platform *svsp);
351 bool (*efuse_parsing)(struct svs_platform *svsp);
352 int (*probe)(struct svs_platform *svsp);
427 void (*set_freq_pct)(struct svs_platform *svsp);
428 void (*get_volts)(struct svs_platform *svsp);
487 static u32 svs_readl_relaxed(struct svs_platform *svsp, enum svs_reg_index rg_i) in svs_readl_relaxed() argument
489 return readl_relaxed(svsp->base + svsp->regs[rg_i]); in svs_readl_relaxed()
492 static void svs_writel_relaxed(struct svs_platform *svsp, u32 val, in svs_writel_relaxed() argument
495 writel_relaxed(val, svsp->base + svsp->regs[rg_i]); in svs_writel_relaxed()
[all …]