Searched refs:K_MGATE (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/clk/ |
D | clk-stm32mp1.c | 1497 #define K_MGATE(_id, _gate_offset, _gate_bit_idx, _gate_flags)\ macro 1505 K_MGATE(G_DAC12, RCC_APB1ENSETR, 29, 0), 1506 K_MGATE(G_CEC, RCC_APB1ENSETR, 27, 0), 1507 K_MGATE(G_SPDIF, RCC_APB1ENSETR, 26, 0), 1508 K_MGATE(G_I2C5, RCC_APB1ENSETR, 24, 0), 1509 K_MGATE(G_I2C3, RCC_APB1ENSETR, 23, 0), 1510 K_MGATE(G_I2C2, RCC_APB1ENSETR, 22, 0), 1511 K_MGATE(G_I2C1, RCC_APB1ENSETR, 21, 0), 1512 K_MGATE(G_UART8, RCC_APB1ENSETR, 19, 0), 1513 K_MGATE(G_UART7, RCC_APB1ENSETR, 18, 0), [all …]
|