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.h164 #define BUS_MSTOP_BITS_MASK GENMASK(15, 0) macro
166 FIELD_PREP_CONST(BUS_MSTOP_BITS_MASK, (mask)))
H A Drzv2h-cpg.c1084 unsigned long mstop_mask = FIELD_GET(BUS_MSTOP_BITS_MASK, mstop_data); in rzv2h_mod_clock_mstop_enable()
1105 unsigned long mstop_mask = FIELD_GET(BUS_MSTOP_BITS_MASK, mstop_data); in rzv2h_mod_clock_mstop_disable()
1292 unsigned long mstop_mask = FIELD_GET(BUS_MSTOP_BITS_MASK, clock->mstop_data); in rzv2h_cpg_register_mod_clk()