Home
last modified time | relevance | path

Searched refs:BUS_MSTOP (Results 1 – 4 of 4) 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 Dr9a09g057-cpg.c246 BUS_MSTOP(5, BIT(9))),
248 BUS_MSTOP(3, BIT(2))),
250 BUS_MSTOP(3, BIT(3))),
252 BUS_MSTOP(10, BIT(11))),
254 BUS_MSTOP(10, BIT(12))),
258 BUS_MSTOP(3, BIT(5))),
260 BUS_MSTOP(5, BIT(10))),
262 BUS_MSTOP(5, BIT(11))),
264 BUS_MSTOP(2, BIT(13))),
266 BUS_MSTOP(2, BIT(14))),
[all …]
H A Dr9a09g056-cpg.c235 BUS_MSTOP(3, BIT(5))),
237 BUS_MSTOP(5, BIT(10))),
239 BUS_MSTOP(5, BIT(11))),
241 BUS_MSTOP(2, BIT(13))),
243 BUS_MSTOP(2, BIT(14))),
245 BUS_MSTOP(11, BIT(13))),
247 BUS_MSTOP(11, BIT(14))),
249 BUS_MSTOP(11, BIT(15))),
251 BUS_MSTOP(12, BIT(0))),
253 BUS_MSTOP(3, BIT(10))),
[all …]
H A Drzv2h-cpg.h161 #define BUS_MSTOP(idx, mask) (FIELD_PREP_CONST(BUS_MSTOP_IDX_MASK, (idx)) | \ macro