Home
last modified time | relevance | path

Searched refs:MXC_TCTL_TEN (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/clocksource/
Dtimer-imx-gpt.c31 #define MXC_TCTL_TEN (1 << 0) /* Enable module */ macro
296 tctl_val = MX1_2_TCTL_FRR | MX1_2_TCTL_CLK_PCLK1 | MXC_TCTL_TEN; in imx1_gpt_setup_tctl()
305 tctl_val = V2_TCTL_FRR | V2_TCTL_WAITEN | MXC_TCTL_TEN; in imx31_gpt_setup_tctl()
318 tctl_val = V2_TCTL_FRR | V2_TCTL_WAITEN | MXC_TCTL_TEN; in imx6dl_gpt_setup_tctl()