Home
last modified time | relevance | path

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

/linux/drivers/clk/renesas/
H A Dr9a09g047-cpg.c198 BUS_MSTOP(5, BIT(9))),
200 BUS_MSTOP(3, BIT(2))),
202 BUS_MSTOP(3, BIT(3))),
204 BUS_MSTOP(10, BIT(11))),
206 BUS_MSTOP(10, BIT(12))),
210 BUS_MSTOP(3, BIT(5))),
212 BUS_MSTOP(6, BIT(11))),
214 BUS_MSTOP(6, BIT(12))),
216 BUS_MSTOP(1, BIT(0))),
218 BUS_MSTOP(1, BIT(0))),
[all …]
H A Drzv2h-cpg.h161 #define BUS_MSTOP(idx, mask) (FIELD_PREP_CONST(BUS_MSTOP_IDX_MASK, (idx)) | \ macro