Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/clk/
Dclk-stm32mp1.c1493 #define K_GATE(_id, _gate_offset, _gate_bit_idx, _gate_flags)\ macro
1504 K_GATE(G_MDIO, RCC_APB1ENSETR, 31, 0),
1521 K_GATE(G_TIM14, RCC_APB1ENSETR, 8, 0),
1522 K_GATE(G_TIM13, RCC_APB1ENSETR, 7, 0),
1523 K_GATE(G_TIM12, RCC_APB1ENSETR, 6, 0),
1524 K_GATE(G_TIM7, RCC_APB1ENSETR, 5, 0),
1525 K_GATE(G_TIM6, RCC_APB1ENSETR, 4, 0),
1526 K_GATE(G_TIM5, RCC_APB1ENSETR, 3, 0),
1527 K_GATE(G_TIM4, RCC_APB1ENSETR, 2, 0),
1528 K_GATE(G_TIM3, RCC_APB1ENSETR, 1, 0),
[all …]
/Linux-v5.15/drivers/clk/renesas/
Dr9a06g032-clocks.c65 { .type = K_GATE, .index = R9A06G032_##_idx, \
69 { .type = K_GATE, .index = R9A06G032_##_idx, \
90 enum { K_GATE = 0, K_FFC, K_DIV, K_BITSEL, K_DUALGATE }; enumerator
938 case K_GATE: in r9a06g032_clocks_probe()