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.c155 unsigned int mstop_data; member
1105 u32 mstop_data) in rzv2h_mod_clock_mstop_enable() argument
1107 unsigned long mstop_mask = FIELD_GET(BUS_MSTOP_BITS_MASK, mstop_data); in rzv2h_mod_clock_mstop_enable()
1108 u16 mstop_index = FIELD_GET(BUS_MSTOP_IDX_MASK, mstop_data); in rzv2h_mod_clock_mstop_enable()
1126 u32 mstop_data) in rzv2h_mod_clock_mstop_disable() argument
1128 unsigned long mstop_mask = FIELD_GET(BUS_MSTOP_BITS_MASK, mstop_data); in rzv2h_mod_clock_mstop_disable()
1129 u16 mstop_index = FIELD_GET(BUS_MSTOP_IDX_MASK, mstop_data); in rzv2h_mod_clock_mstop_disable()
1211 if (clock->mstop_data != BUS_MSTOP_NONE) in rzv2h_mod_clock_endisable()
1212 rzv2h_mod_clock_mstop_enable(priv, clock->mstop_data); in rzv2h_mod_clock_endisable()
1214 if (clock->mstop_data != BUS_MSTOP_NONE) in rzv2h_mod_clock_endisable()
[all …]
H A Drzv2h-cpg.h261 u32 mstop_data; member
276 .mstop_data = (_mstop), \