Searched refs:K_MGATE (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/clk/ |
| H A D | clk-stm32mp1.c | 1428 #define K_MGATE(_id, _gate_offset, _gate_bit_idx, _gate_flags)\ macro 1436 K_MGATE(G_DAC12, RCC_APB1ENSETR, 29, 0), 1437 K_MGATE(G_CEC, RCC_APB1ENSETR, 27, 0), 1438 K_MGATE(G_SPDIF, RCC_APB1ENSETR, 26, 0), 1439 K_MGATE(G_I2C5, RCC_APB1ENSETR, 24, 0), 1440 K_MGATE(G_I2C3, RCC_APB1ENSETR, 23, 0), 1441 K_MGATE(G_I2C2, RCC_APB1ENSETR, 22, 0), 1442 K_MGATE(G_I2C1, RCC_APB1ENSETR, 21, 0), 1443 K_MGATE(G_UART8, RCC_APB1ENSETR, 19, 0), 1444 K_MGATE(G_UART7, RCC_APB1ENSETR, 18, 0), [all …]
|