Searched refs:RCC_APB3ENSETR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/ |
H A D | clk-stm32mp1.c | 42 #define RCC_APB3ENSETR 0xA10 macro 1575 K_GATE(G_HDP, RCC_APB3ENSETR, 20, 0), 1576 K_GATE(G_PMBCTRL, RCC_APB3ENSETR, 17, 0), 1577 K_GATE(G_TMPSENS, RCC_APB3ENSETR, 16, 0), 1578 K_GATE(G_VREF, RCC_APB3ENSETR, 13, 0), 1579 K_GATE(G_SYSCFG, RCC_APB3ENSETR, 11, 0), 1580 K_MGATE(G_SAI4, RCC_APB3ENSETR, 8, 0), 1581 K_MGATE(G_LPTIM5, RCC_APB3ENSETR, 3, 0), 1582 K_MGATE(G_LPTIM4, RCC_APB3ENSETR, 2, 0), 1583 K_MGATE(G_LPTIM3, RCC_APB3ENSETR, 1, 0), [all …]
|