Lines Matching +full:clk +full:- +full:output +full:- +full:sel
1 /* SPDX-License-Identifier: GPL-2.0 */
10 #include <linux/clk.h>
12 #include <linux/dma-mapping.h>
26 #define TIM_ARR 0x2c /* Auto-Reload Register */
31 #define TIM_BDTR 0x44 /* Break and Dead-Time Reg */
37 #define TIM_CR1_ARPE BIT(7) /* Auto-reload Preload Ena */
54 #define TIM_CCMR_CC1S (BIT(0) | BIT(1)) /* Capture/compare 1 sel */
56 #define TIM_CCMR_CC2S (BIT(8) | BIT(9)) /* Capture/compare 2 sel */
75 #define TIM_BDTR_AOE BIT(14) /* Automatic Output Enable */
76 #define TIM_BDTR_MOE BIT(15) /* Main Output Enable */
101 * struct stm32_timers_dma - STM32 timer DMA handling.
117 struct clk *clk; member
136 return -ENODEV; in stm32_timers_dma_burst_read()