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.c260 BUS_MSTOP(5, BIT(9))),
262 BUS_MSTOP(3, BIT(2))),
264 BUS_MSTOP(3, BIT(3))),
266 BUS_MSTOP(10, BIT(11))),
268 BUS_MSTOP(10, BIT(12))),
272 BUS_MSTOP(3, BIT(5))),
274 BUS_MSTOP(6, BIT(11))),
276 BUS_MSTOP(6, BIT(12))),
278 BUS_MSTOP(1, BIT(0))),
280 BUS_MSTOP(1, BIT(0))),
[all …]
H A Drzv2h-cpg.h165 #define BUS_MSTOP(idx, mask) (FIELD_PREP_CONST(BUS_MSTOP_IDX_MASK, (idx)) | \ macro