Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Drzv2h-cpg.c159 unsigned int mstop_data; member
1082 u32 mstop_data) in rzv2h_mod_clock_mstop_enable() argument
1084 unsigned long mstop_mask = FIELD_GET(BUS_MSTOP_BITS_MASK, mstop_data); in rzv2h_mod_clock_mstop_enable()
1085 u16 mstop_index = FIELD_GET(BUS_MSTOP_IDX_MASK, mstop_data); in rzv2h_mod_clock_mstop_enable()
1103 u32 mstop_data) in rzv2h_mod_clock_mstop_disable() argument
1105 unsigned long mstop_mask = FIELD_GET(BUS_MSTOP_BITS_MASK, mstop_data); in rzv2h_mod_clock_mstop_disable()
1106 u16 mstop_index = FIELD_GET(BUS_MSTOP_IDX_MASK, mstop_data); in rzv2h_mod_clock_mstop_disable()
1188 if (clock->mstop_data != BUS_MSTOP_NONE) in rzv2h_mod_clock_endisable()
1189 rzv2h_mod_clock_mstop_enable(priv, clock->mstop_data); in rzv2h_mod_clock_endisable()
1191 if (clock->mstop_data != BUS_MSTOP_NONE) in rzv2h_mod_clock_endisable()
[all …]
H A Drzv2h-cpg.h273 u32 mstop_data; member
288 .mstop_data = (_mstop), \