Searched refs:svsp (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/soc/mediatek/ ! |
D | mtk-svs.c | 405 bool (*efuse_parsing)(struct svs_platform *svsp, const struct svs_platform_data *pdata); 406 int (*probe)(struct svs_platform *svsp); 463 void (*set_freq_pct)(struct svs_platform *svsp, struct svs_bank *svsb); 464 void (*get_volts)(struct svs_platform *svsp, struct svs_bank *svsb); 557 static u32 svs_readl_relaxed(struct svs_platform *svsp, enum svs_reg_index rg_i) in svs_readl_relaxed() argument 559 return readl_relaxed(svsp->base + svsp->regs[rg_i]); in svs_readl_relaxed() 562 static void svs_writel_relaxed(struct svs_platform *svsp, u32 val, in svs_writel_relaxed() argument 565 writel_relaxed(val, svsp->base + svsp->regs[rg_i]); in svs_writel_relaxed() 568 static void svs_switch_bank(struct svs_platform *svsp, struct svs_bank *svsb) in svs_switch_bank() argument 570 svs_writel_relaxed(svsp, svsb->core_sel, CORESEL); in svs_switch_bank() [all …]
|