Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/soc/mediatek/
Dmtk-svs.c348 bool (*efuse_parsing)(struct svs_platform *svsp);
349 int (*probe)(struct svs_platform *svsp);
424 void (*set_freq_pct)(struct svs_platform *svsp);
425 void (*get_volts)(struct svs_platform *svsp);
484 static u32 svs_readl_relaxed(struct svs_platform *svsp, enum svs_reg_index rg_i) in svs_readl_relaxed() argument
486 return readl_relaxed(svsp->base + svsp->regs[rg_i]); in svs_readl_relaxed()
489 static void svs_writel_relaxed(struct svs_platform *svsp, u32 val, in svs_writel_relaxed() argument
492 writel_relaxed(val, svsp->base + svsp->regs[rg_i]); in svs_writel_relaxed()
495 static void svs_switch_bank(struct svs_platform *svsp) in svs_switch_bank() argument
497 struct svs_bank *svsb = svsp->pbank; in svs_switch_bank()
[all …]