Searched refs:K_MGATE (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp1.c | 1529 #define K_MGATE(_id, _gate_offset, _gate_bit_idx, _gate_flags)\ macro 1537 K_MGATE(G_DAC12, RCC_APB1ENSETR, 29, 0), 1538 K_MGATE(G_CEC, RCC_APB1ENSETR, 27, 0), 1539 K_MGATE(G_SPDIF, RCC_APB1ENSETR, 26, 0), 1540 K_MGATE(G_I2C5, RCC_APB1ENSETR, 24, 0), 1541 K_MGATE(G_I2C3, RCC_APB1ENSETR, 23, 0), 1542 K_MGATE(G_I2C2, RCC_APB1ENSETR, 22, 0), 1543 K_MGATE(G_I2C1, RCC_APB1ENSETR, 21, 0), 1544 K_MGATE(G_UART8, RCC_APB1ENSETR, 19, 0), 1545 K_MGATE(G_UART [all...] |