Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/clk/renesas/
Dclk-mstp.c45 void __iomem *mstpsr; member
94 if (!group->mstpsr) { in cpg_mstp_clock_endisable()
102 if (!enable || !group->mstpsr) in cpg_mstp_clock_endisable()
106 if (!(cpg_mstp_read(group, group->mstpsr) & bitmask)) in cpg_mstp_clock_endisable()
136 if (group->mstpsr) in cpg_mstp_clock_is_enabled()
137 value = cpg_mstp_read(group, group->mstpsr); in cpg_mstp_clock_is_enabled()
204 group->mstpsr = of_iomap(np, 1); in cpg_mstp_clocks_init()
Drenesas-cpg-mssr.c57 static const u16 mstpsr[] = { variable
62 #define MSTPSR(i) mstpsr[i]