Searched refs:K_MGATE (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 1525 #define K_MGATE(_id, _gate_offset, _gate_bit_idx, _gate_flags)\ macro 1533 K_MGATE(G_DAC12, RCC_APB1ENSETR, 29, 0), 1534 K_MGATE(G_CEC, RCC_APB1ENSETR, 27, 0), 1535 K_MGATE(G_SPDIF, RCC_APB1ENSETR, 26, 0), 1536 K_MGATE(G_I2C5, RCC_APB1ENSETR, 24, 0), 1537 K_MGATE(G_I2C3, RCC_APB1ENSETR, 23, 0), 1538 K_MGATE(G_I2C2, RCC_APB1ENSETR, 22, 0), 1539 K_MGATE(G_I2C1, RCC_APB1ENSETR, 21, 0), 1540 K_MGATE(G_UART8, RCC_APB1ENSETR, 19, 0), 1541 K_MGATE(G_UART7, RCC_APB1ENSETR, 18, 0), [all …]
|