Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clocksource/
H A Dtimer-imx-gpt.c36 #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()
304 tctl_val = V2_TCTL_FRR | V2_TCTL_WAITEN | MXC_TCTL_TEN; in imx31_gpt_setup_tctl()
317 tctl_val = V2_TCTL_FRR | V2_TCTL_WAITEN | MXC_TCTL_TEN; in imx6dl_gpt_setup_tctl()