Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Drzv2h-cpg.h160 #define BUS_MSTOP_BITS_MASK GENMASK(15, 0) macro
162 FIELD_PREP_CONST(BUS_MSTOP_BITS_MASK, (mask)))
H A Drzv2h-cpg.c1107 unsigned long mstop_mask = FIELD_GET(BUS_MSTOP_BITS_MASK, mstop_data); in rzv2h_mod_clock_mstop_enable()
1128 unsigned long mstop_mask = FIELD_GET(BUS_MSTOP_BITS_MASK, mstop_data); in rzv2h_mod_clock_mstop_disable()
1315 unsigned long mstop_mask = FIELD_GET(BUS_MSTOP_BITS_MASK, clock->mstop_data); in rzv2h_cpg_register_mod_clk()