Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/clk/
Dclk-stm32mp1.c1521 #define K_GATE(_id, _gate_offset, _gate_bit_idx, _gate_flags)\ macro
1532 K_GATE(G_MDIO, RCC_APB1ENSETR, 31, 0),
1549 K_GATE(G_TIM14, RCC_APB1ENSETR, 8, 0),
1550 K_GATE(G_TIM13, RCC_APB1ENSETR, 7, 0),
1551 K_GATE(G_TIM12, RCC_APB1ENSETR, 6, 0),
1552 K_GATE(G_TIM7, RCC_APB1ENSETR, 5, 0),
1553 K_GATE(G_TIM6, RCC_APB1ENSETR, 4, 0),
1554 K_GATE(G_TIM5, RCC_APB1ENSETR, 3, 0),
1555 K_GATE(G_TIM4, RCC_APB1ENSETR, 2, 0),
1556 K_GATE(G_TIM3, RCC_APB1ENSETR, 1, 0),
[all …]
/Linux-v6.1/drivers/clk/renesas/
Dr9a06g032-clocks.c67 { .type = K_GATE, .index = R9A06G032_##_idx, \
71 { .type = K_GATE, .index = R9A06G032_##_idx, \
92 enum { K_GATE = 0, K_FFC, K_DIV, K_BITSEL, K_DUALGATE }; enumerator
964 case K_GATE: in r9a06g032_clocks_probe()