Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Drzv2h-cpg.h112 u8 mon_index; member
118 .mon_index = (_index), \
267 s8 mon_index; member
282 .mon_index = (_monindex), \
312 u8 mon_index; member
320 .mon_index = (_monindex), \
H A Drzv2h-cpg.c160 s8 mon_index; member
927 u32 offset = GET_CLK_MON_OFFSET(fix->conf.mon_index); in rzv2h_clk_ff_mod_status_is_enabled()
1168 int mon_index = clock->mon_index; in rzv2h_mod_clock_is_enabled() local
1174 mon_index = -1; in rzv2h_mod_clock_is_enabled()
1176 if (mon_index >= 0) { in rzv2h_mod_clock_is_enabled()
1177 offset = GET_CLK_MON_OFFSET(mon_index); in rzv2h_mod_clock_is_enabled()
1219 if (!enable || clock->mon_index < 0) in rzv2h_mod_clock_endisable()
1222 reg = GET_CLK_MON_OFFSET(clock->mon_index); in rzv2h_mod_clock_endisable()
1290 clock->mon_index = mod->mon_index; in rzv2h_cpg_register_mod_clk()
1364 reg = GET_RST_MON_OFFSET(priv->resets[id].mon_index); in __rzv2h_cpg_assert()
[all …]